Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OCMOD Implementation OpenCart 2.0

Tags:

opencart

Have anybody have implemented OCMOD for plugin development in opencart 2.0 ? Do we need to install VQMOD to execute OCMOD?

I found https://github.com/opencart/opencart/wiki/Modification-System but still unable to get clear idea.

Any help would be really appreciated. Thanks

like image 574
Ramesh Avatar asked Oct 13 '14 04:10

Ramesh


2 Answers

No, You need not to install VQMOD to execute OCMOD. OCMOD works independently.

You have to create ocmod xml file with ".ocmod.xml" extension, then you can upload that file using "Extension Installer" from admin panel of opencart.

You have to clear and refresh the modification cache to update the system and make the extension work. You can clear and refresh by top right buttons on Extension > Modification page in admin panel.

like image 60
Chirag Kalani Avatar answered Oct 01 '22 08:10

Chirag Kalani


OCMod is essentially a poor mans VQMod. there are a number of features missing that aren't/won't be in it that are in VQMod, the biggest of which is being able to add content before/after a certain line match and as such would really recommend just sticking with VQMod which works just fine (version 2.5 and above)

like image 25
Jay Gilford Avatar answered Oct 01 '22 07:10

Jay Gilford