Frequently Asked Questions
How to install vQMod for JooCart WP?
JOOCART_WP (>=2.0)
For latest JooCart WP(>=2.0) you should use default OCMOD instead of vQmod.
If you still want to install vQmod in JooCart WP(>=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 JooCart WP component folder(your_wordpress_root_directory/wp-content/plugins/joocart/)
- 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/joocart/index.php and your_wordpress_root_directory/wp-content/plugins/joocart/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/joocart/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.
JOOCART_WP (smaller than 2.0)
For older version of JooCart WP
1. Go to WordPress Main Menu: Settings->JooCart WP Options.
2. Set Yes for "Enable vQmod for JooCart WP".
3. Done
Please Wait!
Please wait... it will take a second!