
I currently redesign a template and I´am now at the point where is test the payment system.
I use Opencart 3 via Softaculous Cpanel installer. I created a product and create a user with enough reward points to buy the product.
Everything is working. The reward point process at the cart and the going further until we reach ./index.php?route=checkout/success
But the orders will always get stored at Missing Orders.
I use at store settings for
Order Status: Complete
Processing Order Status: Pending
Complete Order Status: Complete
Btw I want that the order is always send directly(In my case downloadable product) when the checkout was successfully. No pending etc.
The Opencart Error Log says:
2017-12-05 19:20:28 - PHP Notice: Undefined index: comment in ./catalog/controller/checkout/payment_method.php on line 180
It´s maybe possible that I disabled some stuff for design with <!-- xxxxx ---> or display:none via css
So maybe I caused the problem by deleting a need form etc.
Maybe you can also tell me which files I have to replace to default for this checkout process if there is no way to fix this problem in other ways of course. Thank you!