[SOLVED .. by not using 4.x !] Opencart does not process orders / Missing orders
Posted: Tue Nov 22, 2022 3:59 am
Hi!
I am making my first attempts with opencart and I got lost. I hope you can help me.
I am running Version 4.0.1.1, with standard theme, no extensions.
I would like my customers to be able to get an invoice that they need to pay via bank transfer.
A customer can now place an order, and get a email with the order ID (not the invoice ID).
I cant see that order in the mackend unless I filter for missing orders.
In the database order_status_id is 0 - which is strange since I put "pending" as default for that payemnet method.
When I change it to 1 I can see the order in the order screen.
But I cant confirm it. Opencart tells me: Warning! Shipping method required. And Warning Payment method required.
In that form, I can see both are set!
Same goes for the database, they are both set!
So - I tried to fault trace and I noticed several starnge things that are maybe connected?
- The logins for the admins (Systems->Users) are empty, no entries. (recent activity shows that a customer has placed an order)
- Frontend: the green badges do not disappear, they just stack up. So somehow I think they should disappear after some seconds?
- Forgot password does not work for admin accounts! It works for users! How can I activate that one?
So maybe I lack some javascript/execution file, some read write access? Help!
Regarding installation: I followed the manual and have the read write accesses as described in the documentation
I am making my first attempts with opencart and I got lost. I hope you can help me.
I am running Version 4.0.1.1, with standard theme, no extensions.
I would like my customers to be able to get an invoice that they need to pay via bank transfer.
A customer can now place an order, and get a email with the order ID (not the invoice ID).
I cant see that order in the mackend unless I filter for missing orders.
In the database order_status_id is 0 - which is strange since I put "pending" as default for that payemnet method.
When I change it to 1 I can see the order in the order screen.
But I cant confirm it. Opencart tells me: Warning! Shipping method required. And Warning Payment method required.
In that form, I can see both are set!
Same goes for the database, they are both set!
So - I tried to fault trace and I noticed several starnge things that are maybe connected?
- The logins for the admins (Systems->Users) are empty, no entries. (recent activity shows that a customer has placed an order)
- Frontend: the green badges do not disappear, they just stack up. So somehow I think they should disappear after some seconds?
- Forgot password does not work for admin accounts! It works for users! How can I activate that one?
So maybe I lack some javascript/execution file, some read write access? Help!
Regarding installation: I followed the manual and have the read write accesses as described in the documentation