Subversion Repositories SmartDukaan

Rev

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

Rev 16013 Rev 16124
Line 6... Line 6...
6
			<div class="centeredimage col-xs-6">
6
			<div class="centeredimage col-xs-6">
7
				<img class="img img-responsive" src="<?php echo $base_url.'app/webroot/timthumb.php?h=90&src='.$storeProduct['thumbnail'];?>"/>	
7
				<img class="img img-responsive" src="<?php echo $base_url.'app/webroot/timthumb.php?h=90&src='.$storeProduct['thumbnail'];?>"/>	
8
			</div>
8
			</div>
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="productoneliner"></div>
11
				<div class="hidden" id="bestpricecontainer">Best Price 
12
				<div class="hidden" id="bestpricecontainer">Best Price 
12
					<span class="cashbackrupee"></span>
13
					<span class="cashbackrupee"></span>
13
					<span id="bestprice"></span>
14
					<span id="bestprice"></span>
14
					<span class="cashbackamount" style="display:block;clear:both;"></span>
15
					<span class="cashbackamount" style="display:block;clear:both;"></span>
-
 
16
					<span class="productoffer" style="display:block;clear:both;"></span>
15
				</div>
17
				</div>
16
				<button class="btn btn-xs hidden viewproduct" id="beststorelink">BUY NOW</button>
18
				<button class="btn btn-xs hidden viewproduct" id="beststorelink">BUY NOW</button>
17
			</div>
19
			</div>
18
			<div class="clearfix"></div>						
20
			<div class="clearfix"></div>						
19
			<?php if(!empty($activestores)):?>
21
			<?php if(!empty($activestores)):?>
Line 28... Line 30...
28
				<div class="col-xs-6" data-storename="<?php echo ucfirst($storeName);?>" id="sku-<?php echo $store['store_id'];?>">
30
				<div class="col-xs-6" data-storename="<?php echo ucfirst($storeName);?>" id="sku-<?php echo $store['store_id'];?>">
29
					<span class="cashbackrupee"></span> 
31
					<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>
32
					<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>
33
					<span class="cashbackamount"></span>
32
					<span class="pull-right arrowright"></span>
34
					<span class="pull-right arrowright"></span>
-
 
35
					<p class="text-small" id="itemoffer-<?php echo $store['store_id'];?>"></p>
33
					<p class="couponcode text-small" id="couponcode-<?php echo $store['store_id'];?>">
36
					<p class="couponcode text-small" id="couponcode-<?php echo $store['store_id'];?>">
34
						Use Coupon <span class="red"></span>
37
						Use Coupon <span class="red"></span>
35
					<p class="codstatus text-small" id="codstatus-<?php echo $store['store_id'];?>">
38
					<p class="codstatus text-small" id="codstatus-<?php echo $store['store_id'];?>">
36
						COD not available</span>
39
						COD not available</span>
37
					</p>
40
					</p>					
38
				</div>
41
				</div>
39
				<!-- <div class="col-xs-2 viewproduct hidden text-right" id="sku-<?php echo $store['store_id'];?>">
42
				<!-- <div class="col-xs-2 viewproduct hidden text-right" id="sku-<?php echo $store['store_id'];?>">
40
					<button type="button" class="btn-xs btn btn-success" type="button">BUY</button>
43
					<button type="button" class="btn-xs btn btn-success" type="button">BUY</button>
41
				</div>	 -->			
44
				</div>	 -->			
42
			</div>
45
			</div>