| Line 33... |
Line 33... |
| 33 |
<div class="col-xs-6" data-storename="<?php echo ucfirst($storeName);?>" id="sku-<?php echo $store['store_id'];?>">
|
33 |
<div class="col-xs-6" data-storename="<?php echo ucfirst($storeName);?>" id="sku-<?php echo $store['store_id'];?>">
|
| 34 |
<span class="cashbackrupee"></span>
|
34 |
<span class="cashbackrupee"></span>
|
| 35 |
<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>
|
35 |
<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>
|
| 36 |
<span class="cashbackamount"></span>
|
36 |
<span class="cashbackamount"></span>
|
| 37 |
<span class="pull-right arrowright"></span>
|
37 |
<span class="pull-right arrowright"></span>
|
| - |
|
38 |
<p class="gross_price text-small" id="gross_price-<?php echo $store['store_id'];?>">
|
| - |
|
39 |
</p>
|
| 38 |
<p class="text-small" id="itemoffer-<?php echo $store['store_id'];?>"></p>
|
40 |
<p class="text-small" id="itemoffer-<?php echo $store['store_id'];?>"></p>
|
| 39 |
<p class="couponcode text-small" id="couponcode-<?php echo $store['store_id'];?>">
|
41 |
<p class="couponcode text-small" id="couponcode-<?php echo $store['store_id'];?>">
|
| 40 |
Use Coupon <span class="red"></span>
|
42 |
Use Coupon <span class="red"></p>
|
| 41 |
<p class="codstatus text-small" id="codstatus-<?php echo $store['store_id'];?>">
|
43 |
<p class="codstatus text-small" id="codstatus-<?php echo $store['store_id'];?>">
|
| 42 |
COD not available</span>
|
44 |
COD not available</p>
|
| 43 |
</p>
|
45 |
</p>
|
| 44 |
</div>
|
46 |
</div>
|
| 45 |
<!-- <div class="col-xs-2 viewproduct hidden text-right" id="sku-<?php echo $store['store_id'];?>">
|
47 |
<!-- <div class="col-xs-2 viewproduct hidden text-right" id="sku-<?php echo $store['store_id'];?>">
|
| 46 |
<button type="button" class="btn-xs btn btn-success" type="button">BUY</button>
|
48 |
<button type="button" class="btn-xs btn btn-success" type="button">BUY</button>
|
| 47 |
</div> -->
|
49 |
</div> -->
|