Subversion Repositories SmartDukaan

Rev

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

Rev 14689 Rev 14690
Line 22... Line 22...
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-12 pull-left">
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'];?>">
27
				<div class="col-xs-5 text-small" id="name-<?php echo $store['store_id'];?>">
28
 
28
 
29
				</div>
29
				</div>
30
				<div class="col-xs-5" data-storename="<?php echo ucfirst($storeName);?>">
30
				<div class="col-xs-4" data-storename="<?php echo ucfirst($storeName);?>">
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>
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>
32
				</div>
32
				</div>
33
				<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'];?>">
34
					<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>
35
				</div>				
35
				</div>