| Line 2... |
Line 2... |
| 2 |
<?php echo $this->element('unlikemodal');?>
|
2 |
<?php echo $this->element('unlikemodal');?>
|
| 3 |
<?php echo $this->element('variantsModal');?>
|
3 |
<?php echo $this->element('variantsModal');?>
|
| 4 |
<div class="row card">
|
4 |
<div class="row card">
|
| 5 |
<?php if(!empty($storeProduct)):?>
|
5 |
<?php if(!empty($storeProduct)):?>
|
| 6 |
<div class="centeredimage col-xs-5">
|
6 |
<div class="centeredimage col-xs-5">
|
| 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='.urlencode($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 && !empty($storeProduct['dp'])):?>
|
12 |
<?php if(isset($storeProduct['showDp']) && $storeProduct['showDp']==1 && !empty($storeProduct['dp'])):?>
|