Quote Originally Posted by lat9 View Post
What payment method(s) are you using? That myDEBUG*.log file references line 354 of the (presumed default) Zen Cart 1.5.5e order.php class, where the cart contents are being turned into an order. For some reason the "payment" class isn't being loaded.
The file order.php file is default: version: Author: DrByte Fri Jan 1 12:23:19 2016 -0500 Modified in v1.5.5
I'm using Direct Bank Deposit v 1.5.3 revised with changed code to remove the "bank cheque" option from the plug-in. I thought this wasn't the culprit since, during my testing (if I remember correctly):
  • the amended plugin worked without the error when I disable OPC,
  • I uninstalled that plugin when (like you) I found line 354 read: 'payment_method' => $GLOBALS[$class]->title. This resulted in the same error when I used ZC's Cash on Delivery module instead.


In case I'm wrong and my amendments are the problem, here's copies of those two amended files (C:\wamp64\www\includes\modules\payment\dirbankaus.php & C:\wamp64\www\includes\languages\english\modules\payment\dirbankaus.php): 2xdirbankaus_php_files.zip

Quote Originally Posted by lat9 View Post
For the F12 display, you're showing the "Inspector" tab (i.e. the low-level layout of the page); what I need to see is the contents of that "Console" tab to its right.
Apologies. Here they are. F12 Console reports generated:


I've also saved Debugging tab excerpts displayed on clicking some links in the Console view. However, they're big and I haven't worked out how to save or print those...so just used Snip-it.

Thanks again for looking at these.