| Line 2... |
Line 2... |
| 2 |
h5{font-weight: bold;text-decoration: underline;}
|
2 |
h5{font-weight: bold;text-decoration: underline;}
|
| 3 |
h4{font-weight: bold;}
|
3 |
h4{font-weight: bold;}
|
| 4 |
#eng{background:#58d936;}
|
4 |
#eng{background:#58d936;}
|
| 5 |
#hin{background:white; }
|
5 |
#hin{background:white; }
|
| 6 |
.btn{border: #555 1px solid;}
|
6 |
.btn{border: #555 1px solid;}
|
| 7 |
#eng a{ color:white;}
|
7 |
#eng { color:white;}
|
| 8 |
#hin a{ color:#58d936;}
|
8 |
#hin { color:#58d936;}
|
| 9 |
</style>
|
9 |
</style>
|
| 10 |
<script>
|
10 |
<script>
|
| 11 |
$(document).ready(function(){
|
11 |
$(document).ready(function(){
|
| 12 |
$('#hin').click(function(){
|
12 |
$('#hin').click(function(){
|
| 13 |
$('#hin').css({'background':'#58d936', 'color':'white'});
|
13 |
$('#hin').css({'background':'#58d936', 'color':'white'});
|
| 14 |
$('#eng').css({'background':'white', 'color':'#58d936'});
|
14 |
$('#eng').css({'background':'white', 'color':'#58d936'});
|
| 15 |
$('#eng a').css('color','#58d936');
|
15 |
$('#eng a').css('color','#58d936');
|
| 16 |
$('#hin a').css('color','white');
|
16 |
$('#hin a').css('color','white');
|
| - |
|
17 |
var scroll = $('#foreng').height()+$('h4').height()+30;
|
| - |
|
18 |
window.scrollTo(0,scroll );
|
| 17 |
|
19 |
|
| 18 |
});
|
20 |
});
|
| 19 |
$('#eng').click(function(){
|
21 |
$('#eng').click(function(){
|
| 20 |
$('#eng').css({'background':'#58d936', 'color':'white'});
|
22 |
$('#eng').css({'background':'#58d936', 'color':'white'});
|
| 21 |
$('#hin').css({'background':'white', 'color':'#58d936'});
|
23 |
$('#hin').css({'background':'white', 'color':'#58d936'});
|
| 22 |
$('#hin a').css('color','#58d936');
|
24 |
$('#hin a').css('color','#58d936');
|
| 23 |
$('#eng a').css('color','white');
|
25 |
$('#eng a').css('color','white');
|
| - |
|
26 |
var scroll = $('h4').height()+30;
|
| 24 |
|
27 |
window.scrollTo(0,scroll );
|
| 25 |
});
|
28 |
});
|
| 26 |
});
|
29 |
});
|
| 27 |
</script>
|
30 |
</script>
|
| 28 |
<div class="container">
|
31 |
<div class="container">
|
| 29 |
<div class="row-fluid">
|
32 |
<div class="row-fluid">
|
| 30 |
<div class="col-xs-12 bgwhite">
|
33 |
<div class="col-xs-12 bgwhite">
|
| - |
|
34 |
|
| 31 |
<h4 class="text-center">Return Policy for Accessories</h4>
|
35 |
<h4 class="text-center">Return Policy for Accessories</h4>
|
| 32 |
<div class="text-center">
|
36 |
<div class="text-center">
|
| 33 |
<button type="button" class="btn btn-xs" id='eng'><a href="#foreng">English</a></button>
|
37 |
<button type="button" class="btn btn-xs" id='eng'>English</button>
|
| 34 |
<button type="button" class="btn btn-xs" id='hin'><a href="#forhin">हिन्दी</a></button>
|
38 |
<button type="button" class="btn btn-xs" id='hin'>हिन्दी</button>
|
| 35 |
</div>
|
39 |
</div>
|
| 36 |
|
40 |
|
| 37 |
<div id="foreng">
|
41 |
<div id="foreng">
|
| 38 |
|
42 |
|
| 39 |
<h5>Damaged Product</h5>
|
43 |
<h5>Damaged Product</h5>
|
| Line 48... |
Line 52... |
| 48 |
<div>If you have puchased any product which comes with warranty , In case the product has any manufacturing defect, you can contact us within the specified <strong>warranty period</strong>, we will replace your product free of cost.</div>
|
52 |
<div>If you have puchased any product which comes with warranty , In case the product has any manufacturing defect, you can contact us within the specified <strong>warranty period</strong>, we will replace your product free of cost.</div>
|
| 49 |
<div><strong>Example:-</strong> If you have purchased any item which comes with six month manufacturing waranty & it gets defective within six month then we will replace it free of cost.</div>
|
53 |
<div><strong>Example:-</strong> If you have purchased any item which comes with six month manufacturing waranty & it gets defective within six month then we will replace it free of cost.</div>
|
| 50 |
|
54 |
|
| 51 |
<p>
|
55 |
<p>
|
| 52 |
<div class="bgreen">
|
56 |
<div class="bgreen">
|
| 53 |
<strong>Note:</strong> Return policy only valid on products ordered from ProftiMandi and billed by Saholic.com
|
57 |
<strong>Note:</strong> Return policy only valid on accessories ordered from ProftiMandi and billed by Saholic.com
|
| 54 |
<br>
|
58 |
<br>
|
| 55 |
<strong>How to get replacements -</strong> Send us a message through Contact Us or Call us at <a href="tel:08826894203">08826894203</a> (between 10 AM to 7 PM)
|
59 |
<strong>How to get replacements -</strong> Send us a message through Contact Us or Call us at <a href="tel:08826894203">08826894203</a> (between 10 AM to 7 PM)
|
| 56 |
</div>
|
60 |
</div>
|
| 57 |
</p>
|
61 |
</p>
|
| 58 |
|
62 |
|
| 59 |
</div>
|
63 |
</div>
|
| 60 |
|
64 |
|
| 61 |
<div id="forhin" style='word-wrap: break-word;'>
|
65 |
<div id="forhin" style='word-wrap: break-word;'>
|
| 62 |
<h5>डैमेज प्रोडक्ट्स </h5>
|
66 |
<h5>डैमेज प्रोडक्ट्स </h5>
|
| 63 |
<div>यदि आपका आर्डर डिलीवर होने के दौरान डेमेज ( टूटा) हुआ प्राप्त होता है तो आप हमें डिलीवर के<strong> 7 दिन</strong> के अंदर संपर्क करें हम आपका प्रोडक्ट फ्री में बदल देंगे।</div>
|
67 |
<div>यदि आपका आर्डर डिलीवर होने के दौरान डेमेज ( टूटा) हुआ प्राप्त होता है तो आप हमें डिलीवर के<strong> 7 दिन</strong> के अंदर संपर्क करें हम आपका प्रोडक्ट फ्री में बदल देंगे।</div>
|
| 64 |
|
68 |
|
| 65 |
<h5>डिफेक्टिव- बिना वारंटी</h5>
|
69 |
<h5>डिफेक्टिव- बिना वारंटी</h5>
|
| 66 |
<p>
|
70 |
<div>
|
| 67 |
<div>यदि आपने कोई बिना वारंटी वाला प्रोडक्ट हमसे ख़रीदा है तो आप हमे डिलीवर के <strong>15 दिन</strong> के अंदर संपर्क करें हम आपका प्रोडक्ट हमारे पास मँगवा कर नया प्रोडक्ट फ्री में बदलदेंगे ।</div>
|
71 |
यदि आपने कोई बिना वारंटी वाला प्रोडक्ट हमसे ख़रीदा है तो आप हमे डिलीवर के <strong>15 दिन</strong> के अंदर संपर्क करें हम आपका प्रोडक्ट हमारे पास मँगवा कर नया प्रोडक्ट फ्री में बदलदेंगे ।
|
| 68 |
</p>
|
72 |
</div>
|
| 69 |
<h5>डिफेक्टिव- वारंटी वाले प्रोडक्ट्स </h5>
|
73 |
<h5>डिफेक्टिव- वारंटी वाले प्रोडक्ट्स </h5>
|
| 70 |
<div>यदि वारंटी वाला प्रोडक्ट हमसे खरीदते हैं और वो प्रोडक्ट <strong>वारंटी के दौरान</strong> ख़राब होता है तो हम तो आपका प्रोडक्ट फ्री में बदल देंगे । </div>
|
74 |
<div>यदि वारंटी वाला प्रोडक्ट हमसे खरीदते हैं और वो प्रोडक्ट <strong>वारंटी के दौरान</strong> ख़राब होता है तो हम तो आपका प्रोडक्ट फ्री में बदल देंगे । </div>
|
| 71 |
<div><strong>उदहारण:-</strong> यदि आपने कोई प्रोडक्ट खरीदा जिसकी वारंटी 6 महीने की और प्रोडक्ट प्रोडक्ट 6 महीने के अंदर ख़राब हो जाता है तो हम फ्री में बदलेंगे। </div>
|
75 |
<div><strong>उदहारण:-</strong> यदि आपने कोई प्रोडक्ट खरीदा जिसकी वारंटी 6 महीने की और प्रोडक्ट 6 महीने के अंदर ख़राब हो जाता है तो हम फ्री में बदलेंगे। </div>
|
| 72 |
|
76 |
|
| 73 |
<p>
|
77 |
<p>
|
| 74 |
<div class="bgreen">
|
78 |
<div class="bgreen">
|
| 75 |
<strong>नोट:</strong> रिटर्न पालिसी केवल Profitmandi से प्लेस किये आर्डर और Saholic से बिल किये गए आर्डर (एक्सेसरीज) पे मान्य है।
|
79 |
<strong>नोट:</strong> रिटर्न पालिसी केवल Profitmandi से प्लेस किये आर्डर और Saholic से बिल किये गए आर्डर (एक्सेसरीज) पे मान्य है।
|
| 76 |
<br>
|
80 |
<br>
|