0

I want to use this Opencart CFO Custom Formulas module which is compatible with Opencart 2.3.0.2, but will it work with Opencart 3.x?

Vy Do
  • 46,709
  • 59
  • 215
  • 313
  • The compatibilities are shown on the right of the website. No 3.x announced there, and chances are very high that they won't work for a different major version, ESPECIALLY, when you supposed to pay money for it. – Jan B. Aug 09 '17 at 07:46
  • This question is a dup of https://stackoverflow.com/questions/45611645/are-opencart2-extensions-supported-by-opencart3 but it does not have an accepted answer so I can't vote to close. – Scott C Wilson Aug 13 '17 at 13:32
  • your link says that there is that module for the OC3.x version as well. So if you have a legal module, OC 3 versions can also be downloaded. – K. B. Jun 15 '22 at 12:34

1 Answers1

0

Officially you can't do this because of Twig templates, in Opencart 3.0 they added Twig support, so template file for 3.0 version differs from oc 2.3, but, if have programming skills you can get necessary functions from Modules. Controllers or Models can be derived from 2.3 to 3.x.

Klim Smith
  • 53
  • 1
  • 7