| Line 11... |
Line 11... |
| 11 |
<?php endif;?>
|
11 |
<?php endif;?>
|
| 12 |
</div>
|
12 |
</div>
|
| 13 |
<div class="col-xs-6 productdetails">
|
13 |
<div class="col-xs-6 productdetails">
|
| 14 |
<h5 class="producttitle"><?php echo $product['StoreProduct']['title'];?></h5>
|
14 |
<h5 class="producttitle"><?php echo $product['StoreProduct']['title'];?></h5>
|
| 15 |
<div class="product_prices row">
|
15 |
<div class="product_prices row">
|
| 16 |
<div class="col-xs-6">
|
16 |
<div class="col-xs-12">
|
| 17 |
<span class="rupee"></span><span class="product_price"><?php echo $product['StoreProduct']['available_price'];?></span>
|
17 |
<span class="rupee"></span><span class="product_price"><?php echo $product['StoreProduct']['available_price'];?></span>
|
| 18 |
</div>
|
18 |
</div>
|
| - |
|
19 |
<!--
|
| 19 |
<div class="col-xs-6">
|
20 |
<div class="col-xs-6">
|
| 20 |
<?php if(!empty($product['StoreProduct']['mrp'])):?>
|
21 |
<?php if(!empty($product['StoreProduct']['mrp'])):?>
|
| 21 |
<span class="cashbackrupee"></span>
|
22 |
<span class="cashbackrupee"></span>
|
| 22 |
<span class="text-striked">
|
23 |
<span class="text-striked">
|
| 23 |
<?php echo $product['StoreProduct']['mrp'];?>
|
24 |
<?php echo $product['StoreProduct']['mrp'];?>
|
| 24 |
</span>
|
25 |
</span>
|
| 25 |
(<?php echo ceil(100*($product['StoreProduct']['mrp'] - $product['StoreProduct']['available_price'])/$product['StoreProduct']['mrp']);?>% off)
|
26 |
(<?php echo ceil(100*($product['StoreProduct']['mrp'] - $product['StoreProduct']['available_price'])/$product['StoreProduct']['mrp']);?>% off)
|
| 26 |
<?php endif;?>
|
27 |
<?php endif;?>
|
| 27 |
</div>
|
28 |
</div>
|
| - |
|
29 |
-->
|
| 28 |
</div>
|
30 |
</div>
|
| 29 |
<?php if(!empty($product['StoreProduct']['tagline'])):?>
|
31 |
<?php if(!empty($product['StoreProduct']['tagline'])):?>
|
| 30 |
<div class="product_short_description"><?php echo $product['StoreProduct']['tagline'];?></div>
|
32 |
<div class="product_short_description"><?php echo $product['StoreProduct']['tagline'];?></div>
|
| 31 |
<?php endif;?>
|
33 |
<?php endif;?>
|
| 32 |
</div>
|
34 |
</div>
|