Subversion Repositories SmartDukaan

Rev

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

<div class="instore">
  <h2>Instore Pickup Faqs</h2>
  <div class="qst">What is 'Buy Online & Pickup in Store' ?</div>
  <div class="ans">Buy Online from Saholic.Com and pickup your product from the nearest Spice Hotspot Retail Store.</div>
  <div class="qst">How do I avail this facility ?</div>
  <div class="ans"> Simply select Pickup In Store On the Shipping Page and select your nearest store. Please note this facility is available only in Delhi/NCR.</div>
  <div class="qst">When will the product be available for pickup ?</div>
  <div class="ans">You can enter your pin code on the Product Page to find estimated time to deliver. After placing the order we will also give you the estimated date for pickup.</div>
</div><!--instore-->
<script type="text/javascript">
 var pheight = Math.max(document.documentElement.clientHeight, window.innerHeight || 0);
if(document.getElementsByClassName('instore')[0] != undefined){
    document.getElementsByClassName('instore')[0].style.minHeight = pheight - 153 +'px';  
}
</script>