| Line 3... |
Line 3... |
| 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 |
<?php //debug($storeProduct);?>
|
6 |
<?php //debug($storeProduct);?>
|
| 7 |
<div class="centeredimage col-xs-6">
|
7 |
<div class="centeredimage col-xs-6">
|
| 8 |
<img class="thumbnail" src="<?php echo $storeProduct['thumbnail'];?>"/>
|
8 |
<img class="img img-responsive" src="<?php echo $storeProduct['thumbnail'];?>"/>
|
| 9 |
</div>
|
9 |
</div>
|
| 10 |
<div class="col-xs-6">
|
10 |
<div class="col-xs-6">
|
| 11 |
<div class="hidden" id="bestpricecontainer">Best Price : Rs. <span id="bestprice"></span></div>
|
11 |
<div class="hidden" id="bestpricecontainer">Best Price : Rs. <span id="bestprice"></span></div>
|
| 12 |
<button class="btn btn-primary hidden viewproduct" id="beststorelink">Buy Now</button>
|
12 |
<button class="btn btn-primary hidden viewproduct" id="beststorelink">Buy Now</button>
|
| 13 |
</div>
|
13 |
</div>
|
| Line 17... |
Line 17... |
| 17 |
<h4>Available On</h4>
|
17 |
<h4>Available On</h4>
|
| 18 |
</div>
|
18 |
</div>
|
| 19 |
<?php if(!empty($activestores)):?>
|
19 |
<?php if(!empty($activestores)):?>
|
| 20 |
<?php foreach($activestores AS $store):?>
|
20 |
<?php foreach($activestores AS $store):?>
|
| 21 |
<div class="row greenborder">
|
21 |
<div class="row greenborder">
|
| 22 |
<div class="col-xs-4">
|
22 |
<div class="col-xs-3">
|
| 23 |
<img class="storelogo" src="<?php echo $store['logo'];?>"/>
|
23 |
<img class="storelogo" src="<?php echo $store['logo'];?>"/>
|
| 24 |
</div>
|
24 |
</div>
|
| 25 |
<div class="col-xs-4">
|
25 |
<div class="col-xs-5">
|
| 26 |
<span class="cashbackrupee"></span> <span class="storeminprice" data-id="<?php echo $store['store_id'];?>" data-bundle_id="<?php echo $storeProduct['skuBundleId'];?>">Loading...</span>
|
26 |
<span class="cashbackrupee"></span> <span class="storeminprice" data-id="<?php echo $store['store_id'];?>" data-bundle_id="<?php echo $storeProduct['skuBundleId'];?>">Loading...</span>
|
| 27 |
</div>
|
27 |
</div>
|
| 28 |
<div class="col-xs-4 viewproduct hidden" id="sku-<?php echo $store['store_id'];?>">
|
28 |
<div class="col-xs-4 viewproduct hidden" id="sku-<?php echo $store['store_id'];?>">
|
| 29 |
<button type="button" class="btn btn-success" type="button">Go To Store</button>
|
29 |
<button type="button" class="btn-xs btn btn-success" type="button">Go To Store</button>
|
| 30 |
</div>
|
30 |
</div>
|
| 31 |
</div>
|
31 |
</div>
|
| 32 |
<?php endforeach;?>
|
32 |
<?php endforeach;?>
|
| 33 |
<?php endif;?>
|
33 |
<?php endif;?>
|
| 34 |
<?php endif;?>
|
34 |
<?php endif;?>
|
| 35 |
</div>
|
35 |
</div>
|
| 36 |
</div>
|
36 |
</div>
|
| 37 |
<script type="text/javascript" src="/js/profittill.js?v=<?php echo $staticversion;?>"></script>
|
- |
|
| 38 |
|
37 |
<script type="text/javascript" src="/js/profittill.js?v=<?php echo $staticversion;?>"></script>
|
| - |
|
38 |
|