| 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)):?>
|
| 16127 |
anikendra |
6 |
<div class="centeredimage col-xs-5">
|
| 18413 |
amit.gupta |
7 |
<img class="img img-responsive" src="<?php echo $base_url.'app/webroot/timthumb.php?h=90&src='.urlencode($storeProduct['thumbnail']);?>"/>
|
| 13901 |
anikendra |
8 |
</div>
|
| 16127 |
anikendra |
9 |
<div class="col-xs-7">
|
| 14685 |
anikendra |
10 |
<h3 id="bestpriceproductname"><?php echo $storeProduct['product_name'];?></h3>
|
| 16124 |
anikendra |
11 |
<div class="hidden" id="productoneliner"></div>
|
| 16240 |
anikendra |
12 |
<?php if(isset($storeProduct['showDp']) && $storeProduct['showDp']==1 && !empty($storeProduct['dp'])):?>
|
| 16246 |
anikendra |
13 |
<div class="dp">DP <span class="cashbackrupee"></span> <?php echo $storeProduct['dp'];?></div>
|
| 16234 |
anikendra |
14 |
<?php endif;?>
|
| 14713 |
anikendra |
15 |
<div class="hidden" id="bestpricecontainer">Best Price
|
|
|
16 |
<span class="cashbackrupee"></span>
|
| 14685 |
anikendra |
17 |
<span id="bestprice"></span>
|
| 14789 |
anikendra |
18 |
<span class="cashbackamount" style="display:block;clear:both;"></span>
|
| 16124 |
anikendra |
19 |
<span class="productoffer" style="display:block;clear:both;"></span>
|
| 19324 |
naman |
20 |
<span id="useroffer" style="display:block;clear:both;"></span>
|
| 14685 |
anikendra |
21 |
</div>
|
| 18400 |
amit.gupta |
22 |
<button class="btn btn-xs hidden viewproduct" id="beststorelink">BUY NOW</button>
|
| 13901 |
anikendra |
23 |
</div>
|
| 14713 |
anikendra |
24 |
<div class="clearfix"></div>
|
| 13901 |
anikendra |
25 |
<?php if(!empty($activestores)):?>
|
| 14026 |
anikendra |
26 |
<?php foreach($activestores AS $storeName => $store):?>
|
| 13901 |
anikendra |
27 |
<div class="row greenborder">
|
| 14689 |
anikendra |
28 |
<div class="col-xs-12 pull-left">
|
| 13901 |
anikendra |
29 |
<img class="storelogo" src="<?php echo $store['logo'];?>"/>
|
|
|
30 |
</div>
|
| 14790 |
anikendra |
31 |
<div class="col-xs-6 text-small" id="name-<?php echo $store['store_id'];?>">
|
| 14689 |
anikendra |
32 |
|
|
|
33 |
</div>
|
| 18399 |
amit.gupta |
34 |
<div class="col-xs-6" data-storename="<?php echo ucfirst($storeName);?>" id="sku-<?php echo $store['store_id'];?>">
|
| 14773 |
anikendra |
35 |
<span class="cashbackrupee"></span>
|
|
|
36 |
<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>
|
|
|
37 |
<span class="cashbackamount"></span>
|
| 14789 |
anikendra |
38 |
<span class="pull-right arrowright"></span>
|
| 16471 |
anikendra |
39 |
<p class="gross_price text-small" id="gross_price-<?php echo $store['store_id'];?>"></p>
|
| 16124 |
anikendra |
40 |
<p class="text-small" id="itemoffer-<?php echo $store['store_id'];?>"></p>
|
| 15923 |
anikendra |
41 |
<p class="couponcode text-small" id="couponcode-<?php echo $store['store_id'];?>">
|
| 16467 |
anikendra |
42 |
Use Coupon <span class="red"></p>
|
| 16013 |
anikendra |
43 |
<p class="codstatus text-small" id="codstatus-<?php echo $store['store_id'];?>">
|
| 16467 |
anikendra |
44 |
COD not available</p>
|
| 19324 |
naman |
45 |
</p>
|
|
|
46 |
<span class="userofferinlist" style="display:block;clear:both;"></span>
|
| 13901 |
anikendra |
47 |
</div>
|
| 14789 |
anikendra |
48 |
<!-- <div class="col-xs-2 viewproduct hidden text-right" id="sku-<?php echo $store['store_id'];?>">
|
| 14685 |
anikendra |
49 |
<button type="button" class="btn-xs btn btn-success" type="button">BUY</button>
|
| 14789 |
anikendra |
50 |
</div> -->
|
| 13901 |
anikendra |
51 |
</div>
|
|
|
52 |
<?php endforeach;?>
|
|
|
53 |
<?php endif;?>
|
|
|
54 |
<?php endif;?>
|
| 13532 |
anikendra |
55 |
</div>
|
|
|
56 |
</div>
|
| 20342 |
amit.gupta |
57 |
<?php echo $outputcategory;?>
|
| 13903 |
anikendra |
58 |
<script type="text/javascript" src="/js/profittill.js?v=<?php echo $staticversion;?>"></script>
|