| Line 34... |
Line 34... |
| 34 |
<div class="row card">
|
34 |
<div class="row card">
|
| 35 |
<?php if(!empty($storeProduct)):?>
|
35 |
<?php if(!empty($storeProduct)):?>
|
| 36 |
<div class="centeredimage col-xs-6">
|
36 |
<div class="centeredimage col-xs-6">
|
| 37 |
<img class="img img-responsive" src="<?php echo $base_url.'app/webroot/timthumb.php?h=90&src='.$storeProduct['thumbnail'];?>"/>
|
37 |
<img class="img img-responsive" src="<?php echo $base_url.'app/webroot/timthumb.php?h=90&src='.$storeProduct['thumbnail'];?>"/>
|
| 38 |
</div>
|
38 |
</div>
|
| 39 |
<?php if($storeProduct['in_stock']):?>
|
39 |
<?php if($storeitems[0]['source_id']):?>
|
| 40 |
<div class="col-xs-6 viewproduct" id="sku-<?php echo $storeitems[0]['source_id'];?>" data-source="<?php echo $storeitems[0]['source_id'];?>" data-url="<?php echo $storeitems[0]['marketPlaceUrl'];?>" data-id="<?php echo $storeitems[0]['_id'];?>" data-bundle_id="<?php echo $storeProduct['skuBundleId'];?>" data-url="<?php echo $storeitems[0]['marketPlaceUrl'];?>" data-price="<?php echo $storeitems[0]['available_price'];?>">
|
40 |
<div class="col-xs-6 viewproduct" id="sku-<?php echo $storeitems[0]['source_id'];?>" data-source="<?php echo $storeitems[0]['source_id'];?>" data-url="<?php echo $storeitems[0]['marketPlaceUrl'];?>" data-id="<?php echo $storeitems[0]['_id'];?>" data-bundle_id="<?php echo $storeProduct['skuBundleId'];?>" data-url="<?php echo $storeitems[0]['marketPlaceUrl'];?>" data-price="<?php echo $storeitems[0]['available_price'];?>">
|
| 41 |
<h3 id="bestpriceproductname"><?php echo $storeitems[0]['source_product_name'];?></h3>
|
41 |
<h3 id="bestpriceproductname"><?php echo $storeitems[0]['source_product_name'];?></h3>
|
| 42 |
<div id="bestpricecontainer">Best Price
|
42 |
<div id="bestpricecontainer">Best Price
|
| 43 |
|
43 |
|
| 44 |
<span class="cashbackrupee"></span>
|
44 |
<span class="cashbackrupee"></span>
|