| Line 19... |
Line 19... |
| 19 |
<h4>Available On</h4>
|
19 |
<h4>Available On</h4>
|
| 20 |
</div>
|
20 |
</div>
|
| 21 |
<?php if(!empty($activestores)):?>
|
21 |
<?php if(!empty($activestores)):?>
|
| 22 |
<?php foreach($activestores AS $storeName => $store):?>
|
22 |
<?php foreach($activestores AS $storeName => $store):?>
|
| 23 |
<div class="row greenborder">
|
23 |
<div class="row greenborder">
|
| 24 |
<div class="col-xs-4">
|
24 |
<div class="col-xs-12 pull-left">
|
| 25 |
<img class="storelogo" src="<?php echo $store['logo'];?>"/>
|
25 |
<img class="storelogo" src="<?php echo $store['logo'];?>"/>
|
| 26 |
</div>
|
26 |
</div>
|
| - |
|
27 |
<div class="col-xs-4 text-small" id="name-<?php echo $store['store_id'];?>">
|
| - |
|
28 |
|
| - |
|
29 |
</div>
|
| 27 |
<div class="col-xs-5" data-storename="<?php echo ucfirst($storeName);?>">
|
30 |
<div class="col-xs-5" data-storename="<?php echo ucfirst($storeName);?>">
|
| 28 |
<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>
|
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>
|
| 29 |
</div>
|
32 |
</div>
|
| 30 |
<div class="col-xs-3 viewproduct hidden" id="sku-<?php echo $store['store_id'];?>">
|
33 |
<div class="col-xs-3 viewproduct hidden" id="sku-<?php echo $store['store_id'];?>">
|
| 31 |
<button type="button" class="btn-xs btn btn-success" type="button">BUY</button>
|
34 |
<button type="button" class="btn-xs btn btn-success" type="button">BUY</button>
|