How to turn on debug testing option?
If requested by the Jigoshop developer on the Forum to turn on your debug option (so they can make detailed analyzes of your testings results), you must turn on wp-debug option in your wp-config.php file (located in the root of your web site):
Follow the guide here and add below text:
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_DISPLAY', false );
define( 'WP_DEBUG_LOG', true );
After you finished with your testings, attach your debug log in the Forum post. You can find this log in the following location: www.YOUR_DOMAIN/wp-content/debug.log.
How to turn off debug testing option?
1) replace below lines:
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_DISPLAY', false );
define( 'WP_DEBUG_LOG', true );
2) with this line:
define( 'WP_DEBUG', false );
-
Getting Started
-
Jigoshop Settings
-
Creating Products
-
Using Jigoshop
-
Customize Jigoshop
-
Testings - in case of problems on Jigoshop web site
-
FAQ - Jigoshop plugin user questions
- Add a new tab to a product page / Custom tabs on product pages?
- Adding a Continue Shopping button to the single product page
- Adding Product Category Terms in a dropdown box for Custom Post Meta
- Add Alternate text on product picture and title
- Adding buttons / info to the end of each product
- View all (171 more)
-
FAQ - Jigoshop extensions user questions
-
API
-
Screencasts