the shop is and has been for 2 days set to 100. and i only updated the shop an hour or so ago! just to see if it helped. is there any way to change the callback scripts?
the shop is and has been for 2 days set to 100. and i only updated the shop an hour or so ago! just to see if it helped. is there any way to change the callback scripts?
michaelchild,
I have had this module up and running on a busy live shop for the past 18 months. It works. What happens in ZenCart is entirely dependant upon the response from WorldPay. If WorldPay says 'Success' the order goes through and WorldPay proceed with the transaction. If WorldPay say 'cancelled' the order does not go through and the transaction is cancelled.
Have you made any mods to the downloaded WorldPay Module files?
I've tried to access your website to test but you have it Down for Maintenance.
Alan
Michael, Things to note regarding your worldpay issues
1) If your shop is in maintenance mode the payment modules WILL NOT WORK as expected.
2) You state your shop is set to 100 for the last two days, it needs to be set to 0 as 100 is testing mode.
3) The worldpay module is telling you in no uncertain terms that your shop is in TESTING mode.
Alan, the code at line 347 is identical to the code from an untouched order.php form (v1.3.02), it looks like this ...
However, i will endeavour to compare these two files using BeyondCompare to see what else might be different, in the mean time, any other places I might look for this issue, any other files that could cause this ?Code:</td> <td class="main"><?php echo $order->info['payment_method']; ?></td> </tr> <?php
Thanks for your help.