Subversion Repositories SmartDukaan

Rev

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

Rev 14789 Rev 14790
Line 20... Line 20...
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
				</div>
24
				</div>
25
				<div class="col-xs-7 text-small" id="name-<?php echo $store['store_id'];?>">
25
				<div class="col-xs-6 text-small" id="name-<?php echo $store['store_id'];?>">
26
 
26
 
27
				</div>
27
				</div>
28
				<div class="col-xs-5 viewproduct" data-storename="<?php echo ucfirst($storeName);?>" id="sku-<?php echo $store['store_id'];?>">
28
				<div class="col-xs-6 viewproduct" data-storename="<?php echo ucfirst($storeName);?>" id="sku-<?php echo $store['store_id'];?>">
29
					<span class="cashbackrupee"></span> 
29
					<span class="cashbackrupee"></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>
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>
31
					<span class="cashbackamount"></span>
31
					<span class="cashbackamount"></span>
32
					<span class="pull-right arrowright"></span>
32
					<span class="pull-right arrowright"></span>
33
				</div>
33
				</div>