Hi Again!
I really appreciate your help Ajeh
Thanks for that however that session var is not stored until after the payment method is selected I am talking about the step before where the payment options are displayed... I most likely was not very clear ...
My customers are given three payment options one of which is the ceon manual cards... what I need to do is display a message next to the ceon option
this is the place in the template I want to add something in red
Code:
<?php echo zen_draw_hidden_field('payment', $selection[$i]['id']); ?>
<?php
}
?>
<label for="pmt-<?php echo $selection[$i]['id']; ?>" class="radioButtonLabel"><?php echo $selection[$i]['module']; ?> </label>
<?php
if
module is ceon cards <------ ?????
{
echo $order->info['total'] . ' ' . DEFAULT_CURRENCY;
}
?>
<?php
if (defined('MODULE_ORDER_TOTAL_COD_STATUS') && MODULE_ORDER_TOTAL_COD_STATUS == 'true' and $selection[$i]['id'] == 'cod') {
?>
I hope that is clearer!
Once again thanks