Subversion Repositories SmartDukaan

Rev

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

Rev 16240 Rev 16246
Line 8... Line 8...
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'])):?>
13
				<div class="">DP Rs. <?php echo $storeProduct['dp'];?></div>
13
				<div class="dp">DP <span class="cashbackrupee"></span> <?php echo $storeProduct['dp'];?></div>
14
				<?php endif;?>
14
				<?php endif;?>
15
				<div class="hidden" id="bestpricecontainer">Best Price 
15
				<div class="hidden" id="bestpricecontainer">Best Price 
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>