I'm not intimately acquainted with every alteration that mod has made to accomplish its goals, so can't comment on what it's doing differently.
A payment module written for the current version of Zen Cart should indeed set error messages into the 'checkout' messageStack. If it does that, then the code you posted is likely to show those messages properly.
So, if it's displaying no error message, then either no error message was trapped, or none was set to messageStack, or wasn't set to the 'checkout' messageStack, or the module isn't the one encountering the problem that's doing the redirect back to that page.
You'll probably need to do some code tracing to see what's breaking "where" and "why". Logs can be useful in that process too.


Reply With Quote

