Hi there,
A "declined" message from Moneris is showing up in my site, but it's right up after the body tag (so it's being returned by that part of the message stack). It also doesn't have the messageStack wrapper around it, so it's not even styled at all.
I would expect it to appear in line 23 of checkout_payment_default.php:
<?php if ($messageStack->size('checkout_payment') > 0) echo $messageStack->output('checkout_payment'); ?>
I've been looking for resources that will help me understand the message stack better, but I'm not finding much.
Any help you can provide would be much appreciated! All the best,
Dave



