| 13901 |
anikendra |
1 |
<div class="container">
|
|
|
2 |
<?php echo $this->element('unlikemodal');?>
|
|
|
3 |
<?php echo $this->element('variantsModal');?>
|
|
|
4 |
<div class="row card">
|
|
|
5 |
<?php if(!empty($storeProduct)):?>
|
|
|
6 |
<div class="centeredimage col-xs-6">
|
| 14685 |
anikendra |
7 |
<img class="img img-responsive" src="<?php echo $base_url.'app/webroot/timthumb.php?h=150&src='.$storeProduct['thumbnail'];?>"/>
|
| 13901 |
anikendra |
8 |
</div>
|
|
|
9 |
<div class="col-xs-6">
|
| 14685 |
anikendra |
10 |
<h3 id="bestpriceproductname"><?php echo $storeProduct['product_name'];?></h3>
|
|
|
11 |
<div class="hidden" id="bestpricecontainer">Best Price<br/>
|
|
|
12 |
<img src="/img/rupees.png" class="rupeesym"/>
|
|
|
13 |
<span id="bestprice"></span>
|
|
|
14 |
</div>
|
|
|
15 |
<button class="btn btn-primary btn-mg hidden viewproduct" id="beststorelink">BUY NOW</button>
|
| 13901 |
anikendra |
16 |
</div>
|
| 14685 |
anikendra |
17 |
<div class="clearfix"></div>
|
| 13901 |
anikendra |
18 |
<div class="row">
|
|
|
19 |
<h4>Available On</h4>
|
|
|
20 |
</div>
|
|
|
21 |
<?php if(!empty($activestores)):?>
|
| 14026 |
anikendra |
22 |
<?php foreach($activestores AS $storeName => $store):?>
|
| 13901 |
anikendra |
23 |
<div class="row greenborder">
|
| 14689 |
anikendra |
24 |
<div class="col-xs-12 pull-left">
|
| 13901 |
anikendra |
25 |
<img class="storelogo" src="<?php echo $store['logo'];?>"/>
|
|
|
26 |
</div>
|
| 14700 |
anikendra |
27 |
<div class="col-xs-6 text-small" id="name-<?php echo $store['store_id'];?>">
|
| 14689 |
anikendra |
28 |
|
|
|
29 |
</div>
|
| 14690 |
anikendra |
30 |
<div class="col-xs-4" data-storename="<?php echo ucfirst($storeName);?>">
|
| 14345 |
anikendra |
31 |
<span class="cashbackrupee"></span> <span class="storeminprice" data-id="<?php echo $store['store_id'];?>" data-bundle_id="<?php echo $storeProduct['skuBundleId'];?>" data-searchorder="<?php echo $store['searchorder'];?>">Getting Latest Price...</span>
|
| 13901 |
anikendra |
32 |
</div>
|
| 14700 |
anikendra |
33 |
<div class="col-xs-2 viewproduct hidden text-right" id="sku-<?php echo $store['store_id'];?>">
|
| 14685 |
anikendra |
34 |
<button type="button" class="btn-xs btn btn-success" type="button">BUY</button>
|
| 14687 |
anikendra |
35 |
</div>
|
| 13901 |
anikendra |
36 |
</div>
|
|
|
37 |
<?php endforeach;?>
|
|
|
38 |
<?php endif;?>
|
|
|
39 |
<?php endif;?>
|
| 13532 |
anikendra |
40 |
</div>
|
|
|
41 |
</div>
|
| 13903 |
anikendra |
42 |
<script type="text/javascript" src="/js/profittill.js?v=<?php echo $staticversion;?>"></script>
|