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.


Impossible de trouver une réponse?

Vous recherchez des articles spécifiques qui résident dans des requêtes générales? Il suffit de parcourir les différents dossiers et catégories pertinents et vous trouverez l'article désiré.

Contactez nous

Confirmer l'action

Êtes-vous sûr? Vous souhaitez effectuer cette action.