Subversion Repositories SmartDukaan

Rev

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

Rev 14286 Rev 14345
Line 1... Line 1...
1
<div class="container">
1
<div class="container">
2
	<?php echo $this->element('unlikemodal');?>
2
	<?php echo $this->element('unlikemodal');?>
3
	<?php echo $this->element('variantsModal');?>
3
	<?php echo $this->element('variantsModal');?>
4
	<div class="row card">
4
	<div class="row card">
5
		<?php if(!empty($storeProduct)):?>
5
		<?php if(!empty($storeProduct)):?>
6
			<?php //debug($storeProduct);?>
-
 
7
			<div class="centeredimage col-xs-6">
6
			<div class="centeredimage col-xs-6">
8
				<img class="img img-responsive" src="<?php echo $storeProduct['thumbnail'];?>"/>	
7
				<img class="img img-responsive" src="<?php echo $storeProduct['thumbnail'];?>"/>	
9
			</div>
8
			</div>
10
			<div class="col-xs-6">
9
			<div class="col-xs-6">
11
				<div class="hidden" id="bestpricecontainer">Best Price : Rs. <span id="bestprice"></span></div>
10
				<div class="hidden" id="bestpricecontainer">Best Price : Rs. <span id="bestprice"></span></div>
Line 21... Line 20...
21
			<div class="row greenborder">
20
			<div class="row greenborder">
22
				<div class="col-xs-4">
21
				<div class="col-xs-4">
23
					<img class="storelogo" src="<?php echo $store['logo'];?>"/>
22
					<img class="storelogo" src="<?php echo $store['logo'];?>"/>
24
				</div>
23
				</div>
25
				<div class="col-xs-5" data-storename="<?php echo ucfirst($storeName);?>">
24
				<div class="col-xs-5" data-storename="<?php echo ucfirst($storeName);?>">
26
					<span class="cashbackrupee"></span> <span class="storeminprice" data-id="<?php echo $store['store_id'];?>" data-bundle_id="<?php echo $storeProduct['skuBundleId'];?>">Getting Latest Price...</span>
25
					<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>
27
				</div>
26
				</div>
28
				<div class="col-xs-3 viewproduct hidden" id="sku-<?php echo $store['store_id'];?>">
27
				<div class="col-xs-3 viewproduct hidden" id="sku-<?php echo $store['store_id'];?>">
29
					<button type="button" class="btn-xs btn btn-success" type="button">Buy Now</button>
28
					<button type="button" class="btn-xs btn btn-success" type="button">Buy Now</button>
30
				</div>
29
				</div>
31
			</div>
30
			</div>