Added token capability into the order table so for remote APIs to pull the orders by tokens rather than the order ID.
SQL query to add into the order table in PHPMyAdmin:
Code: Select all
ALTER TABLE `oc_order` ADD `token` VARCHAR(12) NOT NULL;
Code: Select all
ALTER TABLE `oc_order` ADD `token` VARCHAR(12) NOT NULL;
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
F. Rules:
- viewtopic.php?f=176&t=200480
- viewtopic.php?f=176&t=200804
Regards,
Straightlight
What does that explain?wh1t3man2nd wrote: ↑Sat Apr 21, 2018 10:40 pmWhat i get is "Fatal error: Uncaught Exception: Error: Could not load session adaptor session! etc.. etc.. " When trying to access order details.
Plus that the order does not appear in dashboard.
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
F. Rules:
- viewtopic.php?f=176&t=200480
- viewtopic.php?f=176&t=200804
Regards,
Straightlight
Users browsing this forum: No registered users and 9 guests