| Line 53... |
Line 53... |
| 53 |
<div class="product_prices row">
|
53 |
<div class="product_prices row">
|
| 54 |
<div><span class="rupee"></span><span class="product_price"><?php echo $product['StoreProduct']['available_price'];?></span>
|
54 |
<div><span class="rupee"></span><span class="product_price"><?php echo $product['StoreProduct']['available_price'];?></span>
|
| 55 |
<?php if(isset($product['StoreProduct']['cash_back_type']) && !empty($product['StoreProduct']['cash_back_type']) && $product['StoreProduct']['cash_back_type']!=0):?>
|
55 |
<?php if(isset($product['StoreProduct']['cash_back_type']) && !empty($product['StoreProduct']['cash_back_type']) && $product['StoreProduct']['cash_back_type']!=0):?>
|
| 56 |
<?php if($product['StoreProduct']['cash_back_type'] == 2):?>
|
56 |
<?php if($product['StoreProduct']['cash_back_type'] == 2):?>
|
| 57 |
+ <span class="cashbackrupee"></span> <span class="cashback"><?php echo $product['StoreProduct']['cash_back'];?></span> Cashback
|
57 |
+ <span class="cashbackrupee"></span> <span class="cashback"><?php echo $product['StoreProduct']['cash_back'];?></span> Cashback
|
| 58 |
</div>
|
58 |
<!-- </div> -->
|
| 59 |
<?php else:?>
|
59 |
<?php else:?>
|
| 60 |
<?php if($product['StoreProduct']['cash_back']>0):?>
|
60 |
<?php if($product['StoreProduct']['cash_back']>0):?>
|
| 61 |
+ <?php echo $product['StoreProduct']['cash_back'];?> % Cashback
|
61 |
+ <?php echo $product['StoreProduct']['cash_back'];?> % Cashback
|
| 62 |
<?php endif;?>
|
62 |
<?php endif;?>
|
| 63 |
<?php endif;?>
|
63 |
<?php endif;?>
|
| Line 101... |
Line 101... |
| 101 |
<div class="product_prices row">
|
101 |
<div class="product_prices row">
|
| 102 |
<div><span class="rupee"></span><span class="product_price"><?php echo $product['StoreProduct']['available_price'];?></span>
|
102 |
<div><span class="rupee"></span><span class="product_price"><?php echo $product['StoreProduct']['available_price'];?></span>
|
| 103 |
<?php if(isset($product['StoreProduct']['cash_back_type']) && !empty($product['StoreProduct']['cash_back_type']) && $product['StoreProduct']['cash_back_type']!=0):?>
|
103 |
<?php if(isset($product['StoreProduct']['cash_back_type']) && !empty($product['StoreProduct']['cash_back_type']) && $product['StoreProduct']['cash_back_type']!=0):?>
|
| 104 |
<?php if($product['StoreProduct']['cash_back_type'] == 2):?>
|
104 |
<?php if($product['StoreProduct']['cash_back_type'] == 2):?>
|
| 105 |
+ <span class="cashbackrupee"></span> <span class="cashback"><?php echo $product['StoreProduct']['cash_back'];?></span> Cashback
|
105 |
+ <span class="cashbackrupee"></span> <span class="cashback"><?php echo $product['StoreProduct']['cash_back'];?></span> Cashback
|
| 106 |
</div>
|
106 |
<!-- </div> -->
|
| 107 |
<?php else:?>
|
107 |
<?php else:?>
|
| 108 |
<?php if($product['StoreProduct']['cash_back']>0):?>
|
108 |
<?php if($product['StoreProduct']['cash_back']>0):?>
|
| 109 |
+ <?php echo $product['StoreProduct']['cash_back'];?> % Cashback
|
109 |
+ <?php echo $product['StoreProduct']['cash_back'];?> % Cashback
|
| 110 |
<?php endif;?>
|
110 |
<?php endif;?>
|
| 111 |
<?php endif;?>
|
111 |
<?php endif;?>
|