Subversion Repositories SmartDukaan

Rev

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

Rev 14345 Rev 14685
Line 2... Line 2...
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
			<div class="centeredimage col-xs-6">
6
			<div class="centeredimage col-xs-6">
7
				<img class="img img-responsive" src="<?php echo $storeProduct['thumbnail'];?>"/>	
7
				<img class="img img-responsive" src="<?php echo $base_url.'app/webroot/timthumb.php?h=150&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
				<div class="hidden" id="bestpricecontainer">Best Price : Rs. <span id="bestprice"></span></div>
11
				<div class="hidden" id="bestpricecontainer">Best Price<br/> 
-
 
12
					<img src="/img/rupees.png" class="rupeesym"/>
-
 
13
					<span id="bestprice"></span>
-
 
14
				</div>
11
				<button class="btn btn-primary hidden viewproduct" id="beststorelink">Buy Now</button>
15
				<button class="btn btn-primary btn-mg hidden viewproduct" id="beststorelink">BUY NOW</button>
12
			</div>
16
			</div>
13
			<div class="clearfix"></div>
17
			<div class="clearfix"></div>			
14
			<h3><?php echo $storeProduct['product_name'];?></h3>
-
 
15
			<div class="row">
18
			<div class="row">
16
				<h4>Available On</h4>
19
				<h4>Available On</h4>
17
			</div>
20
			</div>
18
			<?php if(!empty($activestores)):?>
21
			<?php if(!empty($activestores)):?>
19
			<?php foreach($activestores AS $storeName => $store):?>
22
			<?php foreach($activestores AS $storeName => $store):?>
Line 23... Line 26...
23
				</div>
26
				</div>
24
				<div class="col-xs-5" data-storename="<?php echo ucfirst($storeName);?>">
27
				<div class="col-xs-5" data-storename="<?php echo ucfirst($storeName);?>">
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>
28
					<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>
26
				</div>
29
				</div>
27
				<div class="col-xs-3 viewproduct hidden" id="sku-<?php echo $store['store_id'];?>">
30
				<div class="col-xs-3 viewproduct hidden" id="sku-<?php echo $store['store_id'];?>">
28
					<button type="button" class="btn-xs btn btn-success" type="button">Buy Now</button>
31
					<button type="button" class="btn-xs btn btn-success" type="button">BUY</button>
29
				</div>
32
				</div>
30
			</div>
33
			</div>
31
			<?php endforeach;?>
34
			<?php endforeach;?>
32
			<?php endif;?>
35
			<?php endif;?>
33
		<?php endif;?>
36
		<?php endif;?>