| Line 7... |
Line 7... |
| 7 |
<img class="img img-responsive" src="<?php echo $base_url.'app/webroot/timthumb.php?h=90&src='.$storeProduct['thumbnail'];?>"/>
|
7 |
<img class="img img-responsive" src="<?php echo $base_url.'app/webroot/timthumb.php?h=90&src='.$storeProduct['thumbnail'];?>"/>
|
| 8 |
</div>
|
8 |
</div>
|
| 9 |
<div class="col-xs-7">
|
9 |
<div class="col-xs-7">
|
| 10 |
<h3 id="bestpriceproductname"><?php echo $storeProduct['product_name'];?></h3>
|
10 |
<h3 id="bestpriceproductname"><?php echo $storeProduct['product_name'];?></h3>
|
| 11 |
<div class="hidden" id="productoneliner"></div>
|
11 |
<div class="hidden" id="productoneliner"></div>
|
| - |
|
12 |
<?php if(isset($storeProduct['showDp']) && $storeProduct['showDp']==1):?>
|
| - |
|
13 |
<div class="">DP Rs. <?php echo $storeProduct['dp'];?></div>
|
| - |
|
14 |
<?php endif;?>
|
| 12 |
<div class="hidden" id="bestpricecontainer">Best Price
|
15 |
<div class="hidden" id="bestpricecontainer">Best Price
|
| 13 |
<span class="cashbackrupee"></span>
|
16 |
<span class="cashbackrupee"></span>
|
| 14 |
<span id="bestprice"></span>
|
17 |
<span id="bestprice"></span>
|
| 15 |
<span class="cashbackamount" style="display:block;clear:both;"></span>
|
18 |
<span class="cashbackamount" style="display:block;clear:both;"></span>
|
| 16 |
<span class="productoffer" style="display:block;clear:both;"></span>
|
19 |
<span class="productoffer" style="display:block;clear:both;"></span>
|