Subversion Repositories SmartDukaan

Rev

Rev 18442 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<style type="text/css">
h5{font-weight: bold;text-decoration: underline;}
h4{font-weight: bold;}
#eng{background:#58d936;}
#hin{background:white; }
.btn{border: #555 1px solid;}
#eng { color:white;}
#hin { color:#58d936;}
</style>
<script>
$(document).ready(function(){
        $('#hin').click(function(){
                $('#hin').css({'background':'#58d936', 'color':'white'});
                $('#eng').css({'background':'white', 'color':'#58d936'});
                $('#eng a').css('color','#58d936');
                $('#hin a').css('color','white');
                var scroll = $('#foreng').height()+$('h4').height()+30; 
                window.scrollTo(0,scroll );
                
        });
        $('#eng').click(function(){
                $('#eng').css({'background':'#58d936', 'color':'white'});
                $('#hin').css({'background':'white', 'color':'#58d936'});
                $('#hin a').css('color','#58d936');
                $('#eng a').css('color','white');
                var scroll = $('h4').height()+30;       
                window.scrollTo(0,scroll );             
        });
});
</script>
<div class="container">
        <div class="row-fluid"> 
                <div class="col-xs-12 bgwhite">
                
                        <h4 class="text-center">Shipping Policy</h4>
                        <div class="text-center">
                                <button type="button" class="btn btn-xs" id='eng'>English</button>
                                <button type="button" class="btn btn-xs" id='hin'>हिन्दी</button>
                        </div>
                        
                        <div id="foreng">
                                
                            <h5>Free Shipping</h5>
                            <div>A minimum total spend of Rs. 1000 for mix of items is required for an order to qualify for free delivery.</div>
                                     
                            <h5>Shipping Charges 50 INR</h5>
                            <p>
                                <div>A shipping charge of Rs. 50 will be levied for orders below Rs. 1000.</div>
                                
                            </p>         
                                <h5>Shipping Charges 100 INR</h5>
                                <div>A shipping charge of Rs. 100 will be levied for orders below Rs. 500.</div>
                            
                            
                                <p>
                                        <div class="bgreen">
                                        <strong>Note :-</strong> Shipping Charges policy only valid on products ordered from <strong>ProftiMandi</strong> and billed by <strong>Saholic.com</strong>.
                                        <br>
                                        <strong>Note :-</strong> You can add multiple products in bulk and place them together in a single order.
                                        </div>
                                </p>
                            
                        </div>
                        <hr>
                        <div id="forhin" style='word-wrap: break-word;'>
                                <h5>फ्री शिपिंग </h5>
                            <div>यदि आपका आर्डर 1000 रूपये से ऊपर  होता है तो आपको कोई भी शिपिंग चार्ज नहीं देना होगा और आपका शिपमेंट फ्री होगा।</div>
                                     
                            <h5>शिपिंग चार्जेस 50 रुपये</h5>
                            <div>
                                        यदि आप 1000  रूपये से नीचे का सामान खरीदते हैं तो आपको इसके लिए 50 रूपये शिपिंग चार्जेस देने होते हैं।    
                            </div>       
                                <h5>शिपिंग चार्जेस 100 रुपये </h5>
                                <div>यदि आप 500  रूपये से नीचे का सामान खरीदते हैं तो आपको इसके लिए 100 रूपये शिपिंग चार्जेस देने होते हैं । </div>
                            
                            
                                <p>
                                        <div class="bgreen">
                                        <strong>नोट:</strong>  शिपिंग पालिसी केवल <strong>Profitmandi</strong> से प्लेस किये आर्डर और  <strong>Saholic</strong>  से बिल किये गए आर्डर पे मान्य है।
                                        <br>
                                        <strong>नोट : </strong> आप यहाँ पर अलग़-अलग आईटम्स  एक साथ आर्डर कर सकते  है ।
                                        </div>
                                </p>
                        </div>  
                </div>
        </div>
        <br>
</div>