Subversion Repositories SmartDukaan

Rev

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

Rev 18400 Rev 18413
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-5">
6
			<div class="centeredimage col-xs-5">
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='.urlencode($storeProduct['thumbnail']);?>"/>	
8
			</div>
8
			</div>
9
			<div class="col-xs-7">
9
			<div class="col-xs-7">
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="productoneliner"></div>
12
				<?php if(isset($storeProduct['showDp']) && $storeProduct['showDp']==1 && !empty($storeProduct['dp'])):?>
12
				<?php if(isset($storeProduct['showDp']) && $storeProduct['showDp']==1 && !empty($storeProduct['dp'])):?>