Subversion Repositories SmartDukaan

Rev

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

Rev 10804 Rev 10887
Line 97... Line 97...
97
        <div class="clearfix">
97
        <div class="clearfix">
98
          <?php if(isset($product_detail->logisticsInfo->is_cod_available_for_location) && ($product_detail->logisticsInfo->is_cod_available_for_location) == 1)?>
98
          <?php if(isset($product_detail->logisticsInfo->is_cod_available_for_location) && ($product_detail->logisticsInfo->is_cod_available_for_location) == 1)?>
99
          <span>You can pay by&nbsp;</span><span id="cod">Cash on Delivery</span></div>
99
          <span>You can pay by&nbsp;</span><span id="cod">Cash on Delivery</span></div>
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';} ?>"><span>On Time Guarantee&nbsp;</span><span id="guarantee">Available</span></div>
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';} ?>"><span>On Time Guarantee&nbsp;</span><span id="guarantee">Available</span></div>
101
      </div><!--info-div-->
101
      </div><!--info-div-->
102
      <div style="display:none" id="error1"class="info-div"><div class="clearfix"><span>This loction is not serviceable</span></div></div>
102
      <div style="display:none" id="error"class="info-div"><div class="clearfix"><span>This loction is not serviceable</span></div></div>
103
 
103
 
104
 
104
 
105
 
105
 
106
      
106
      
107
        <div class="pd-tab clearfix" >
107
        <div class="pd-tab clearfix" >
Line 162... Line 162...
162
        <div class="rec-wrapper">
162
        <div class="rec-wrapper">
163
        <?php foreach ($product_detail->reocmmendedAccessories as $item) { ?>
163
        <?php foreach ($product_detail->reocmmendedAccessories as $item) { ?>
164
        <a class="rec-product" href="<?php echo $item->url;?>" onclick="trackAccessories('<?php echo $item->title;?>')">
164
        <a class="rec-product" href="<?php echo $item->url;?>" onclick="trackAccessories('<?php echo $item->title;?>')">
165
          <img src="<?php echo $item->image_url; ?>" alt="recomended" />
165
          <img src="<?php echo $item->image_url; ?>" alt="recomended" />
166
          <div class="pd-name"><?php echo $item->title; ?> </div>
166
          <div class="pd-name"><?php echo $item->title; ?> </div>
167
          <div class="pd-price"><span>Rs <?php if(isset($item->price)){echo $item->price;}else{echo '';}?></span><span>Rs <?php if(isset($item->mrp)){echo $item->mrp;}else{echo '';} ?></span></div>
167
          <div class="pd-price"><span>Rs </span><span><?php if(isset($item->mrp)){echo $item->mrp;}else{echo '';} ?></span><span><?php if(isset($item->price)){echo $item->price;}else{echo '';}?></span></div>
168
        </a><!--rec-product-->
168
        </a><!--rec-product-->
169
        <?php } ?>
169
        <?php } ?>
170
        </div>
170
        </div>
171
        </div><!--rec-hldr-->
171
        </div><!--rec-hldr-->
172
      </div><!--recomended-pd-->
172
      </div><!--recomended-pd-->