How to install vqmod in JoomOcShop

Published on: 16-02-16 03:58pm

For latest Joomocshop or Joomocshop(>=2.0) you should use default OCMOD instead of vQmod.
If you still want to install vQmod in Joomocshop or Joomocshop(>=2.0) then follow the following instructions:

Download the latest version of vqmod from 
  • Using FTP, upload the "vqmod" folder from the zip to the component folder(your_joomla_root_directory/components/com_wkoc/opencart/)
  • Be sure the vqmod folder and the vqmod/vqcache folders are writable (either 755 or 777)
  • If not sure which you need, first try 755.
  • If you get errors about permissions, then try 777.
  • Edit your your_joomla_root_directory/components/com_wkoc/wkoc/opencart.php and
  • FIND:
// Startup	 
require_once(DIR_SYSTEM . 'startup.php');	
  • REPLACE WITH:
// vQmod	 
require_once(JPATH_WKOC_OC.'/vqmod/vqmod.php');
VQMod::bootup();	 
// VQMODDED Startup	 
require_once(VQMod::modCheck(DIR_SYSTEM . 'startup.php'));


  • FIND:
require_once(DIR_SYSTEM . 'library/encryption.php');
require_once(DIR_SYSTEM . 'library/currency.php');
require_once(DIR_SYSTEM . 'library/weight.php');
require_once(DIR_SYSTEM . 'library/length.php');	
  • REPLACE WITH:
require_once(VQMod::modCheck(DIR_SYSTEM . 'library/encryption.php')); 
require_once(VQMod::modCheck(DIR_SYSTEM . 'library/currency.php')); 
require_once(VQMod::modCheck(DIR_SYSTEM . 'library/weight.php')); 
require_once(VQMod::modCheck(DIR_SYSTEM . 'library/length.php'));


  • Load your store homepage and verify it works.
  • Using FTP, verify that there are new "vq" files in the "vqmod/vqcache" folder
  • If yes, then you are ready to start downloading or creating vQmod scripts.


Unable to find an answer?

Looking for anything specific article which resides in general queries? Just browse the various relevant folders and categories and then you will find the desired article.

Contact Us

Confirm Action

Are you sure? You want to perform this action.