Page 1 of 1
[HELP] OpenCart Version 4.0.1.1
Posted: Wed Sep 07, 2022 11:35 pm
by DrBeat1926
Hello everyone,
i am about to start developing my e-commerce on opencart latest version (4.0.1.1), but i noticed that many modules are not yet available? Am I choosing a wrong or unripe version?
I'm afraid to choose a version where the important modules (google, billing etc.) are not yet available.
Do you recommend which stable version to use? Maybe one that uses Bootstrap NO ALPHA or BETA version
Thank you.
Re: [HELP] OpenCart Version
Posted: Thu Sep 08, 2022 2:11 am
by Johnathan
OpenCart 4.0 isn't quite ready for live stores. 4.0.1.1 is an improvement over 4.0.0.0, but there are still some bugs in the code that need to get fixed before it's completely stable.
The only downside, which you've noticed, is that the extension system was changed quite a bit in 4.0 (most notably, with the removal of ocMod). This means developers need to convert their extensions to the new format, and that will take some time. I wouldn't expect most extensions to be converted for another couple of months (or even a year), depending on the developer.
If you want to get started now, I would recommend 3.0.3.8 --- it's the latest of the 3.0 branch, and is stable to use. You can find it here:
https://www.opencart.com/index.php?rout ... ad/history
Re: [HELP] OpenCart Version
Posted: Thu Sep 08, 2022 2:49 am
by thekrotek
Short version: forget OC 4, use OC 3 instead. This is valid at least for the next year.
Re: [HELP] OpenCart Version
Posted: Thu Sep 08, 2022 5:34 am
by johnp
thekrotek wrote: ↑Thu Sep 08, 2022 2:49 am
Short version: forget OC 4, use OC 3 instead. This is valid at least for the next year.
+1. Stick to version 3.

Re: [HELP] OpenCart Version
Posted: Thu Sep 08, 2022 5:32 pm
by JNeuhoff
+1. Use
3.0.3.8. Or, if you are on PHP 8.0 or 8.1, the
3.0.x.x_Maintenance branch.
Re: [HELP] OpenCart Version 4.0.1.1
Posted: Fri Oct 21, 2022 2:44 am
by tdaubs
Good to see some feedback on this by seasoned OC developers. I'm in the process of deciding which version to use for a new project and this thread cemented the decision to use version 3. Thank you!