Subversion Repositories SmartDukaan

Rev

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

Rev 14773 Rev 14789
Line 9... Line 9...
9
			<div class="col-xs-6">
9
			<div class="col-xs-6">
10
				<h3 id="bestpriceproductname"><?php echo $storeProduct['product_name'];?></h3>
10
				<h3 id="bestpriceproductname"><?php echo $storeProduct['product_name'];?></h3>
11
				<div class="hidden" id="bestpricecontainer">Best Price 
11
				<div class="hidden" id="bestpricecontainer">Best Price 
12
					<span class="cashbackrupee"></span>
12
					<span class="cashbackrupee"></span>
13
					<span id="bestprice"></span>
13
					<span id="bestprice"></span>
14
					<span class="cashbackamount"></span>
14
					<span class="cashbackamount" style="display:block;clear:both;"></span>
15
				</div>
15
				</div>
16
				<button class="btn btn-xs hidden viewproduct" id="beststorelink">BUY NOW</button>
16
				<button class="btn btn-xs hidden viewproduct" id="beststorelink">BUY NOW</button>
17
			</div>
17
			</div>
18
			<div class="clearfix"></div>						
18
			<div class="clearfix"></div>						
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
				</div>
24
				</div>
25
				<div class="col-xs-6 text-small" id="name-<?php echo $store['store_id'];?>">
25
				<div class="col-xs-7 text-small" id="name-<?php echo $store['store_id'];?>">
26
 
26
 
27
				</div>
27
				</div>
28
				<div class="col-xs-4" data-storename="<?php echo ucfirst($storeName);?>">
28
				<div class="col-xs-5 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
				</div>
33
				</div>
33
				<div class="col-xs-2 viewproduct hidden text-right" id="sku-<?php echo $store['store_id'];?>">
34
				<!-- <div class="col-xs-2 viewproduct hidden text-right" id="sku-<?php echo $store['store_id'];?>">
34
					<button type="button" class="btn-xs btn btn-success" type="button">BUY</button>
35
					<button type="button" class="btn-xs btn btn-success" type="button">BUY</button>
35
				</div>				
36
				</div>	 -->			
36
			</div>
37
			</div>
37
			<?php endforeach;?>
38
			<?php endforeach;?>
38
			<?php endif;?>
39
			<?php endif;?>
39
		<?php endif;?>
40
		<?php endif;?>
40
	</div>
41
	</div>