vQmod Installation In Opencart

vQmod Stands for the Virtual Quick Mod, loaded with the "include" or "require" php functions. By using the vQmod, the changes into the code are virtual and the modifications are stored in their own files without modified the core code files, it requires only some modifications in the index.php

Add Information block in the header through the vQmod in Opencart

If we are integrating the Custom theme / HTML in Opencart, We want to display the Information block into the Header in place of the Category link. Here is the vqmod script by which you can display the Information block into the header. Follow the steps below:

Add Top Categories in Right side bar through the vQmod in Opencart

Some times if we are integrating the Custom theme / HTML in Opencart, we want to display the Top label Categories in the Right side bar. Here is the vqmod script by which you can display the top label categories in the Right Side bar. Follow the steps below: