kursora
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Backend Fatal ErrorProblem is in Divi Awesome WooCommerce plugin. What happens when you deactivate this plugin?
Forum: Plugins
In reply to: [WooCommerce] Fattal Error in installing WooCommerce on a LocalhostIncrease max-execution-time in php.ini file http://php.net/manual/en/info.configuration.php#ini.max-execution-time
Forum: Plugins
In reply to: [WooCommerce] WooCommerce data updateWhat happens when you click on
Click here to run it now.?Forum: Plugins
In reply to: [WooCommerce] Flat Rate option is missingCheck this guide: https://docs.woocommerce.com/document/setting-up-shipping-zones/
Forum: Plugins
In reply to: [WooCommerce] Woocommerce instal on my themeThere are JavaScript errors – check browser console and fix this errors.
Forum: Plugins
In reply to: [WooCommerce] Product variations don’t show up on backend…Check browser console for errors. If there is internal server error 500, check error.log/debug.log on server.
Forum: Plugins
In reply to: [WooCommerce] Product information in databaseprefix_posts and prefix_postmeta (in most cases prefix is wp )
You should enable WP_DEBUG_LOG and check debug.log file for errors. debug.log always says the truth 😉
Forum: Plugins
In reply to: [WooCommerce] Set rounding precision for internal WC calculationsDo not modify any plugins file. After plugin update all you changes will gone. Add this code to wp-config.php file:
define( 'WC_ROUNDING_PRECISION', 2 );Forum: Plugins
In reply to: [WooCommerce] Problems with AJAX cart1. Check your browser console for JavaScript errors.
2. Enable WP_DEBUG_LOG and check debug.log file for PHP errors.Forum: Plugins
In reply to: [WooCommerce] Hide Product Sizes From VisitorsTry to add this, to functions.php in your theme:
add_filter( 'wc_product_enable_dimensions_display', '__return_false' );Forum: Plugins
In reply to: [WooCommerce] Prices disappeared on product editing pages (backend)Browser console shows any errors?
Forum: Plugins
In reply to: [WooCommerce] How To Get Order ID & TotalWhat it means
Now it’s now working.? Where you put this code? Where is thank-you.php file? In theme folder?Forum: Plugins
In reply to: [WooCommerce] Woocommerce Product Search does not workAccess denied. You need to Login firstForum: Plugins
In reply to: [WooCommerce] Conflict with websiteYou should enable WP_DEBUG_LOG and check debug.log file for errors.