I’m a beginner on Opencart and just started developing a module for Opencart which it must inject some lines of javascript and html code in these pages:
– Cart Page
– Product Page
– Confirmation Order Page
– Register form page
The official documentation doesn’t have informations about how can i do that, I’ve tried to find a good documentation about OpenCart but I didn’t find anything.
I need help. How can I do that?
Diggin necro topics;) :
The easiest way i think:
upload/catalog/view/theme/[themename]/template/product/product.tpl – here you can add your custom html for product page
[your theme name, you shouldnt overwrite default theme because it can cause damage after update]