| Line 226... |
Line 226... |
| 226 |
<?php if(isset($deal['showMrp']) && ($deal['showMrp']==1) && isset($deal['mrp']) && ($deal['mrp']>0)):?>
|
226 |
<?php if(isset($deal['showMrp']) && ($deal['showMrp']==1) && isset($deal['mrp']) && ($deal['mrp']>0)):?>
|
| 227 |
<?php if(isset($deal['quantity']) && $deal['quantity']>1):?>
|
227 |
<?php if(isset($deal['quantity']) && $deal['quantity']>1):?>
|
| 228 |
MRP <span class="cashbackrupee"></span> <?php echo round(($deal['mrp']/$deal['quantity']), 2);?>/- per unit.
|
228 |
MRP <span class="cashbackrupee"></span> <?php echo round(($deal['mrp']/$deal['quantity']), 2);?>/- per unit.
|
| 229 |
<!-- (Total <span class="cashbackrupee"></span> <?php //echo $deal['mrp']?>) -->
|
229 |
<!-- (Total <span class="cashbackrupee"></span> <?php //echo $deal['mrp']?>) -->
|
| 230 |
<?php else:?>
|
230 |
<?php else:?>
|
| 231 |
MRP <span class="cashbackrupee"></span><span style="font-size:14px; color:#ff0000"><strong><?php echo $deal['mrp'];?></strong></span>
|
231 |
MRP <span class="cashbackrupee"></span><?php echo $deal['mrp'];?>
|
| 232 |
<?php endif;?>
|
232 |
<?php endif;?>
|
| 233 |
<?php endif;?>
|
233 |
<?php endif;?>
|
| 234 |
|
234 |
|
| 235 |
</div>
|
235 |
</div>
|
| 236 |
<?php endif;?>
|
236 |
<?php endif;?>
|