You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Github: https://github.com/opencart/opencart
It basically has a micro framework built natively for it and a lot of use of pure PHP, SSL and more direct session.
Thanks for the answer.
In this case, perhaps a small reformulation of the code should solve it, too bad that some modules/plugins can use exit() and thus cause an error, but for a specific project, the adaptation may be well suited if high demand is needed.
Can it support E-commerce Opencart 4?
Github: https://github.com/opencart/opencart
It basically has a micro framework built natively for it and a lot of use of pure PHP, SSL and more direct session.
Uses an index.php to launch: https://github.com/opencart/opencart/blob/master/upload/index.php
Which calls the framework.php and startup.php in system https://github.com/opencart/opencart/tree/master/upload/system
It should probably pick up I imagine making adjustments to index.php .
The text was updated successfully, but these errors were encountered: