Page 1 of 1
Mod compatibility
Posted: Fri May 27, 2022 10:52 pm
by Jdkbsjkd
Are opencart 3.0 ocmod mods compatible with 4.0 vQmod?
This may be in wrong category because I can't start topic to extensions support.
Re: Mod compatibility
Posted: Fri May 27, 2022 11:57 pm
by thekrotek
OC 4 is so "different" that none of the extensions from OC 3 can be compatible! It undergone "serious" changes which are very serious. For example, instead of "array()" it now uses "[]" and instead of "$data = array()" is now uses "array $data". See? Very serious!
Jokes aside, my point is that it is not about VQMod or OCMod, their syntax is mostly the same. Search strings have changed so you will have to update them mostly.