Subversion Repositories SmartDukaan

Rev

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

Rev 14700 Rev 14713
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 $base_url.'app/webroot/timthumb.php?h=150&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="bestpricecontainer">Best Price<br/> 
11
				<div class="hidden" id="bestpricecontainer">Best Price 
12
					<img src="/img/rupees.png" class="rupeesym"/>
12
					<span class="cashbackrupee"></span>
13
					<span id="bestprice"></span>
13
					<span id="bestprice"></span>
-
 
14
					<!-- <span class="cashbackamount">+ 1.5% Cashback</span> -->
14
				</div>
15
				</div>
15
				<button class="btn btn-primary btn-mg hidden viewproduct" id="beststorelink">BUY NOW</button>
16
				<button class="btn btn-xs hidden viewproduct" id="beststorelink">BUY NOW</button>
16
			</div>
-
 
17
			<div class="clearfix"></div>			
-
 
18
			<div class="row">
-
 
19
				<h4>Available On</h4>
-
 
20
			</div>
17
			</div>
-
 
18
			<div class="clearfix"></div>						
21
			<?php if(!empty($activestores)):?>
19
			<?php if(!empty($activestores)):?>
22
			<?php foreach($activestores AS $storeName => $store):?>
20
			<?php foreach($activestores AS $storeName => $store):?>
23
			<div class="row greenborder">
21
			<div class="row greenborder">
24
				<div class="col-xs-12 pull-left">
22
				<div class="col-xs-12 pull-left">
25
					<img class="storelogo" src="<?php echo $store['logo'];?>"/>
23
					<img class="storelogo" src="<?php echo $store['logo'];?>"/>