Subversion Repositories SmartDukaan

Rev

Rev 15920 | Rev 16013 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15920 Rev 15923
Line 19... Line 19...
19
			<?php if(!empty($activestores)):?>
19
			<?php if(!empty($activestores)):?>
20
			<?php foreach($activestores AS $storeName => $store):?>
20
			<?php foreach($activestores AS $storeName => $store):?>
21
			<div class="row greenborder">
21
			<div class="row greenborder">
22
				<div class="col-xs-12 pull-left">
22
				<div class="col-xs-12 pull-left">
23
					<img class="storelogo" src="<?php echo $store['logo'];?>"/>
23
					<img class="storelogo" src="<?php echo $store['logo'];?>"/>
24
					<span class="couponcode text-small" id="couponcode-<?php echo $store['store_id'];?>"></span>
-
 
25
				</div>
24
				</div>
26
				<div class="col-xs-6 text-small" id="name-<?php echo $store['store_id'];?>">
25
				<div class="col-xs-6 text-small" id="name-<?php echo $store['store_id'];?>">
27
 
26
 
28
				</div>
27
				</div>
29
				<div class="col-xs-6" data-storename="<?php echo ucfirst($storeName);?>" id="sku-<?php echo $store['store_id'];?>">
28
				<div class="col-xs-6" data-storename="<?php echo ucfirst($storeName);?>" id="sku-<?php echo $store['store_id'];?>">
30
					<span class="cashbackrupee"></span> 
29
					<span class="cashbackrupee"></span> 
31
					<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>
30
					<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>
32
					<span class="cashbackamount"></span>
31
					<span class="cashbackamount"></span>
33
					<span class="pull-right arrowright"></span>
32
					<span class="pull-right arrowright"></span>
-
 
33
					<p class="couponcode text-small" id="couponcode-<?php echo $store['store_id'];?>">
-
 
34
						Use Coupon <span class="red"></span>
-
 
35
					</p>
34
				</div>
36
				</div>
35
				<!-- <div class="col-xs-2 viewproduct hidden text-right" id="sku-<?php echo $store['store_id'];?>">
37
				<!-- <div class="col-xs-2 viewproduct hidden text-right" id="sku-<?php echo $store['store_id'];?>">
36
					<button type="button" class="btn-xs btn btn-success" type="button">BUY</button>
38
					<button type="button" class="btn-xs btn btn-success" type="button">BUY</button>
37
				</div>	 -->			
39
				</div>	 -->			
38
			</div>
40
			</div>