| Line 103... |
Line 103... |
| 103 |
<?php endif;?>
|
103 |
<?php endif;?>
|
| 104 |
</div>
|
104 |
</div>
|
| 105 |
|
105 |
|
| 106 |
|
106 |
|
| 107 |
<?php endforeach;?>
|
107 |
<?php endforeach;?>
|
| - |
|
108 |
<div class="bulkcashback" style="padding: 0 !important;font-size: 0.8em;color: green;">
|
| - |
|
109 |
<?php if(isset($deal['showNetPrice']) && $deal['showNetPrice']== 1 && isset($deal['cash_back_type']) && !empty($deal['cash_back_type']) && $deal['cash_back_type']!=0 && $deal['cash_back']>0):?> +
|
| - |
|
110 |
<?php if($deal['cash_back_type'] == 2):?>
|
| - |
|
111 |
₹ <span class="cashback"><?php echo $deal['cash_back'];?></span>
|
| - |
|
112 |
<?php else:?>
|
| - |
|
113 |
<?php echo $deal['cash_back'];?>%
|
| - |
|
114 |
<?php endif;?>
|
| - |
|
115 |
Cashback
|
| - |
|
116 |
<?php endif;?>
|
| - |
|
117 |
</div>
|
| 108 |
</div>
|
118 |
</div>
|
| 109 |
<?php else:?>
|
119 |
<?php else:?>
|
| 110 |
<?php if(isset($deal['ppq']) && !empty($deal['ppq']) &&($deal['ppq']>0)):?>
|
120 |
<?php if(isset($deal['ppq']) && !empty($deal['ppq']) &&($deal['ppq']>0)):?>
|
| 111 |
<div class="priceshow <?php echo "priceshow".$infoval['item_id']."ps".$infokey;?> <?php if($infokey > 0):?>hidden<?php endif;?> text-small<?php if($deal['source_id'] == 4):?> accsproduct<?php endif;?>" data-url="<?php if($deal['source_id'] == 4):?><?php echo $base_url."categories/dealdetail/".$deal['identifier'];?><?php endif;?>">
|
121 |
<div class="priceshow <?php echo "priceshow".$infoval['item_id']."ps".$infokey;?> <?php if($infokey > 0):?>hidden<?php endif;?> text-small<?php if($deal['source_id'] == 4):?> accsproduct<?php endif;?>" data-url="<?php if($deal['source_id'] == 4):?><?php echo $base_url."categories/dealdetail/".$deal['identifier'];?><?php endif;?>">
|
| 112 |
<span class="rupee" style="margin-top: 3px !important;"></span> <span style="font-size:13px; color:#ff0000"><strong><?php echo $deal['ppq'];?></strong></span> /- per unit
|
122 |
<span class="rupee" style="margin-top: 3px !important;"></span> <span style="font-size:13px; color:#ff0000"><strong><?php echo $deal['ppq'];?></strong></span> /- per unit
|