| Line 21... |
Line 21... |
| 21 |
<div><span class="cashbacklabel">Cashback</span><span class="cashbackrupee"></span> <span class="cashback"><?php echo $product['cashback'];?></span></div>
|
21 |
<div><span class="cashbacklabel">Cashback</span><span class="cashbackrupee"></span> <span class="cashback"><?php echo $product['cashback'];?></span></div>
|
| 22 |
<?php endif;?>
|
22 |
<?php endif;?>
|
| 23 |
</div>
|
23 |
</div>
|
| 24 |
<?php //endif;?>
|
24 |
<?php //endif;?>
|
| 25 |
<?php if(!empty($product['tagline'])):?><div class="product_short_description hidden"><?php echo $product['tagline'];?></div><?php endif;?>
|
25 |
<?php if(!empty($product['tagline'])):?><div class="product_short_description hidden"><?php echo $product['tagline'];?></div><?php endif;?>
|
| 26 |
<div class="timeago">Updated <?php echo $this->Time->timeAgoInWords($product['priceUpdatedOn']/1000);?></div>
|
26 |
<!-- <div class="timeago">Updated <?php echo $this->Time->timeAgoInWords($product['priceUpdatedOn']/1000);?></div> -->
|
| 27 |
</div>
|
27 |
</div>
|
| 28 |
</div>
|
28 |
</div>
|
| 29 |
</a>
|
29 |
</a>
|
| 30 |
<?php endif;?>
|
30 |
<?php endif;?>
|
| 31 |
<?php if($key=='hasMore' && !empty($product)):?>
|
31 |
<?php if($key=='hasMore' && !empty($product)):?>
|