Subversion Repositories SmartDukaan

Rev

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

Rev 18289 Rev 18399
Line 16... Line 16...
16
					<span class="cashbackrupee"></span>
16
					<span class="cashbackrupee"></span>
17
					<span id="bestprice"></span>
17
					<span id="bestprice"></span>
18
					<span class="cashbackamount" style="display:block;clear:both;"></span>
18
					<span class="cashbackamount" style="display:block;clear:both;"></span>
19
					<span class="productoffer" style="display:block;clear:both;"></span>
19
					<span class="productoffer" style="display:block;clear:both;"></span>
20
				</div>
20
				</div>
21
				<button class="btn btn-xs hidden viewproduct" id="beststorelink" data-proid= "<?php echo $storeProduct['_id'];?>" >BUY NOW</button>
21
				<button class="btn btn-xs hidden viewproduct" id="beststorelink">" >BUY NOW</button>
22
			</div>
22
			</div>
23
			<div class="clearfix"></div>						
23
			<div class="clearfix"></div>						
24
			<?php if(!empty($activestores)):?>
24
			<?php if(!empty($activestores)):?>
25
			<?php foreach($activestores AS $storeName => $store):?>
25
			<?php foreach($activestores AS $storeName => $store):?>
26
			<div class="row greenborder">
26
			<div class="row greenborder">
Line 28... Line 28...
28
					<img class="storelogo" src="<?php echo $store['logo'];?>"/>
28
					<img class="storelogo" src="<?php echo $store['logo'];?>"/>
29
				</div>
29
				</div>
30
				<div class="col-xs-6 text-small" id="name-<?php echo $store['store_id'];?>">
30
				<div class="col-xs-6 text-small" id="name-<?php echo $store['store_id'];?>">
31
 
31
 
32
				</div>
32
				</div>
33
				<div class="col-xs-6" data-storename="<?php echo ucfirst($storeName);?>" data-proid="<?php echo $storeProduct['_id'];?>" id="sku-<?php echo $store['store_id'];?>">
33
				<div class="col-xs-6" data-storename="<?php echo ucfirst($storeName);?>" id="sku-<?php echo $store['store_id'];?>">
34
					<span class="cashbackrupee"></span> 
34
					<span class="cashbackrupee"></span> 
35
					<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>
35
					<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>
36
					<span class="cashbackamount"></span>
36
					<span class="cashbackamount"></span>
37
					<span class="pull-right arrowright"></span>
37
					<span class="pull-right arrowright"></span>
38
					<p class="gross_price text-small" id="gross_price-<?php echo $store['store_id'];?>"></p>
38
					<p class="gross_price text-small" id="gross_price-<?php echo $store['store_id'];?>"></p>