Frequently Asked Questions
How to install vQMod for WooCart?
WOOCART (>=2.0)
For latest WooCart(>=2.0) you should use default OCMOD instead of vQmod.
If you still want to install vQmod in WooCart(>=2.0) then follow the following instructions:
- Download the latest version that has "opencart" in the title from
- Using FTP, upload the "vqmod" folder from the zip to the WooCart component folder(your_wordpress_root_directory/wp-content/plugins/woocart/)
- Be sure the vqmod folder and the vqmod/vqcache folders are writable (either 755 or 777).
- Also be sure index.php,index_mod.php and admin/index.php are writable.
- If not sure which you need, first try 755.
- If you get errors about permissions, then try 777.
- Edit your your_wordpress_root_directory/wp-content/plugins/woocart/index.php and your_wordpress_root_directory/wp-content/plugins/woocart/index_mod.php file
- FIND:
// Startup require_once(DIR_SYSTEM . 'startup.php');
- REPLACE WITH:
// vQmod require_once(dirname(__FILE__).'/vqmod/vqmod.php'); VQMod::bootup(); // VQMODDED Startup require_once(VQMod::modCheck(DIR_SYSTEM . 'startup.php'));
- Edit your your_wordpress_root_directory/wp-content/plugins/woocart/admin/index.php file
- FIND:
// Startup require_once(DIR_SYSTEM . 'startup.php');
- REPLACE WITH:
// vQmod require_once(dirname(__FILE__).'/'.'../vqmod/vqmod.php'); VQMod::bootup(); // VQMODDED Startup require_once(VQMod::modCheck(DIR_SYSTEM . 'startup.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.
WOOCART (smaller than 2.0)
For older version of WooCart
1. Go to WordPress Main Menu: Settings->WooCart Options.
2. Set Yes for "Enable vQmod for WooCart".
3. Done
Please Wait!
Please wait... it will take a second!