Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
18442 naman 1
<style type="text/css">
2
h5{font-weight: bold;text-decoration: underline;}
3
h4{font-weight: bold;}
4
#eng{background:#58d936;}
5
#hin{background:white; }
6
.btn{border: #555 1px solid;}
7
#eng { color:white;}
8
#hin { color:#58d936;}
9
</style>
10
<script>
11
$(document).ready(function(){
12
	$('#hin').click(function(){
13
		$('#hin').css({'background':'#58d936', 'color':'white'});
14
		$('#eng').css({'background':'white', 'color':'#58d936'});
15
		$('#eng a').css('color','#58d936');
16
		$('#hin a').css('color','white');
17
		var scroll = $('#foreng').height()+$('h4').height()+30;	
18
		window.scrollTo(0,scroll );
19
 
20
	});
21
	$('#eng').click(function(){
22
		$('#eng').css({'background':'#58d936', 'color':'white'});
23
		$('#hin').css({'background':'white', 'color':'#58d936'});
24
		$('#hin a').css('color','#58d936');
25
		$('#eng a').css('color','white');
26
		var scroll = $('h4').height()+30;	
27
		window.scrollTo(0,scroll );		
28
	});
29
});
30
</script>
31
<div class="container">
32
	<div class="row-fluid">	
33
		<div class="col-xs-12 bgwhite">
34
 
35
			<h4 class="text-center">Shipping Policy</h4>
36
			<div class="text-center">
37
				<button type="button" class="btn btn-xs" id='eng'>English</button>
38
				<button type="button" class="btn btn-xs" id='hin'>हिन्दी</button>
39
			</div>
40
 
41
			<div id="foreng">
42
 
43
			    <h5>Free Shipping</h5>
44
			    <div>A minimum total spend of Rs. 1000 for mix of items is required for an order to qualify for free delivery.</div>
45
 
46
			    <h5>Shipping Charges 50 INR</h5>
47
			    <p>
48
			    	<div>A shipping charge of Rs. 50 will be levied for orders below Rs. 1000.</div>
49
 
50
			    </p>	 
51
				<h5>Shipping Charges 100 INR</h5>
52
				<div>A shipping charge of Rs. 100 will be levied for orders below Rs. 500.</div>
53
 
54
 
55
				<p>
56
					<div class="bgreen">
57
					<strong>Note :-</strong> Shipping Charges policy only valid on products ordered from <strong>ProftiMandi</strong> and billed by <strong>Saholic.com</strong>.
58
					<br>
59
					<strong>Note :-</strong> You can add multiple products in bulk and place them together in a single order.
60
					</div>
61
				</p>
62
 
63
			</div>
64
 
65
			<div id="forhin" style='word-wrap: break-word;'>
66
				<h5>फ्री शिपिंग </h5>
67
			    <div>यदि आपका एक्सेसरीज का आर्डर 1000 रूपये से ऊपर  होता है तो आपको कोई भी शिपिंग चार्ज नहीं देना होगा और आपका शिपमेंट फ्री होगा।</div>
68
 
69
			    <h5>शिपिंग चार्जेस 50 रुपये</h5>
70
			    <div>
71
			    		यदि आप 1000  रूपये से नीचे की एक्सेसरीज खरीदते हैं तो आपको इसके लिए 50 रूपये शिपिंग चार्जेस देने होते हैं। 	
72
			    </div>	 
73
				<h5>शिपिंग चार्जेस 100 रुपये </h5>
74
				<div>यदि आप 500  रूपये से नीचे की एक्सेसरीज खरीदते हैं तो आपको इसके लिए 100 रूपये शिपिंग चार्जेस देने होते हैं । </div>
75
 
76
 
77
				<p>
78
					<div class="bgreen">
79
					<strong>नोट:</strong>  शिपिंग पालिसी केवल <strong>Profitmandi</strong> से प्लेस किये आर्डर और  <strong>Saholic</strong>  से बिल किये गए आर्डर पे मान्य है।
80
					<br>
81
					<strong>नोट : </strong> आप यहाँ पर अलग़-अलग प्रोडक्ट्स, एक साथ आर्डर कर सकते  है 
82
					</div>
83
				</p>
84
			</div>	
85
		</div>
86
	</div>
87
</div>