Subversion Repositories SmartDukaan

Rev

Rev 11250 | Rev 11731 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11250 Rev 11280
Line 89... Line 89...
89
              Check Delivery Time
89
              Check Delivery Time
90
            </div>
90
            </div>
91
          </div>
91
          </div>
92
      </div><!--check-aval-->
92
      </div><!--check-aval-->
93
      <div id="service" class="info-div">
93
      <div id="service" class="info-div">
94
        
-
 
95
          <?php if($product_detail->logisticsInfo->delivery_estimate)?>
94
          <?php if(($product_detail->logisticsInfo->delivery_estimate) && ($product_detail->logisticsInfo->delivery_estimate != -1)){?>
96
          <p>Free Delivery by&nbsp;<span id="delivery"><?php if(isset($product_detail->items[0]->comingSoon) && $product_detail->items[0]->comingSoon == 1){echo $product_detail->logisticsInfo->delivery_estimate.' after arrival';}else{ echo $product_detail->logisticsInfo->delivery_estimate; }?></span></p>
95
          <p>Free Delivery by&nbsp;<span id="delivery"><?php if(isset($product_detail->items[0]->comingSoon) && $product_detail->items[0]->comingSoon == 1){echo $product_detail->logisticsInfo->delivery_estimate.' after arrival';}else{ echo $product_detail->logisticsInfo->delivery_estimate; }?></span></p>
97
        
-
 
98
          <?php if(isset($product_detail->logisticsInfo->is_cod_available_for_location) && ($product_detail->logisticsInfo->is_cod_available_for_location) == 1)?>
96
          <?php if(isset($product_detail->logisticsInfo->is_cod_available_for_location) && ($product_detail->logisticsInfo->is_cod_available_for_location) == 1){?>
99
          <p>You can pay by&nbsp;<span id="cod">Cash on Delivery</span></p>
97
          <p>You can pay by&nbsp;<span id="cod">Cash on Delivery</span></p><?php } ?>
100
        <div id="otg" class="clearfix" style="display:<?php if(isset($product_detail->logisticsInfo->on_time_guarantee) && !empty($product_detail->logisticsInfo->on_time_guarantee)) {echo 'block';} else { echo 'none';} ?>"><p>On Time Guarantee&nbsp;<span id="guarantee">Available</span></p></div>
98
        <div id="otg" class="clearfix" style="display:<?php if(isset($product_detail->logisticsInfo->on_time_guarantee) && !empty($product_detail->logisticsInfo->on_time_guarantee)) {echo 'block';} else { echo 'none';} ?>"><p>On Time Guarantee&nbsp;<span id="guarantee">Available</span></p></div>
-
 
99
      <?php } ?>
101
      </div><!--info-div-->
100
      </div><!--info-div-->
102
      <div style="display:none" id="error"class="info-div"><div class="clearfix"><span>This loction is not serviceable</span></div></div>
101
      <div style="display:<?php if(($product_detail->logisticsInfo->delivery_estimate) && ($product_detail->logisticsInfo->delivery_estimate == -1)){ echo 'block';} else { echo 'none'; }?>" id="error1"class="info-div"><div class="clearfix"><p>This loction is not serviceable</p></div></div>
103
 
102
 
104
 
103
 
105
 
104
 
106
      
105
      
107
        <div class="pd-tab clearfix" >
106
        <div class="pd-tab clearfix" >