Subversion Repositories SmartDukaan

Rev

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

Rev 14713 Rev 14773
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">+ 1.5% Cashback</span> -->
14
					<span class="cashbackamount"></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)):?>
Line 24... Line 24...
24
				</div>
24
				</div>
25
				<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'];?>">
26
 
26
 
27
				</div>
27
				</div>
28
				<div class="col-xs-4" data-storename="<?php echo ucfirst($storeName);?>">
28
				<div class="col-xs-4" data-storename="<?php echo ucfirst($storeName);?>">
-
 
29
					<span class="cashbackrupee"></span> 
29
					<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>
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>
30
				</div>
32
				</div>
31
				<div class="col-xs-2 viewproduct hidden text-right" id="sku-<?php echo $store['store_id'];?>">
33
				<div class="col-xs-2 viewproduct hidden text-right" id="sku-<?php echo $store['store_id'];?>">
32
					<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>
33
				</div>				
35
				</div>				
34
			</div>
36
			</div>