Gerhard Potgieter
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Product category pages are messed up.We are aware of the issue and a fix is already in place which will go out with the next release 3.3.1 which should be either today or tomorrow.
There is also a sticky post about this https://wordpress.org/support/topic/wc-3-3-issues-with-categories-displaying-in-shop/
Forum: Plugins
In reply to: [WooCommerce] Woocommerce causing huge CPU usage spike??Hi there, the functionality in question is new since WooCommerce 3.3 so cannot be causing it for months since we have only released it yesterday.
The code will also only ever execute if you switch themes or make changes to your image settings which should not be often.
Should you wish you can disable it with the following piece of code
add_filter( 'woocommerce_background_image_regeneration', '__return_false' );Forum: Plugins
In reply to: [WooCommerce] woocommerce 3.3.0 Beta optionsThanks for the report, PR to fix this https://github.com/woocommerce/woocommerce/pull/18186
Forum: Plugins
In reply to: [WooCommerce] Checkout – Internal Server Error (Please Help)Yea, so what’s happening there is your theme is overriding the WooCommerce templates with their own version. When a theme does that it is the responsibility of the theme developers to ensure that when a new version of WooCommerce is released their template overrides are compatible with the latest WooCommerce core ones.
I suggest you contact Avada again and ask them to fix their template overrides to be compatible with the latest version of WooCommerce. Usually they will have this sorted so maybe check if there is not a new version of your theme available for download.
Forum: Plugins
In reply to: [WooCommerce] where are the “product category” URLs stored?The siteurl comes from the WordPress settings, you can view them under Settings -> General in the WordPress dashboard. WooCommerce does not make any changes to these settings.
If those settings are correct I would suggest you perhaps test this by disabling all plugins except WooCommerce and also switch to a default theme like Twentyseventeen or Storefront and see if you get the same results.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce/WordPress Admin Page Direct ProblemI just tested this with Storefront and Twentyseventeen themes with just WooCommerce 3.2.4 activated and updating and saving of products are fine.
Can you please test this by temporarily swithing to a default theme like Twentyseventeen or Storefront and see if you get the same results?
Forum: Plugins
In reply to: [WooCommerce] Catalog page Layout – 1st Product Image Larger than the restThis is an issue with your theme, they have a css rule that is setting the product image to 100% width. I suggest you contact your theme developers and have them look into this issue for you.
Forum: Plugins
In reply to: [WooCommerce] United States at top of country pop up list?If you enable the option to set the customer default location based on geolocate it will autoselect their country based on where they are from. This can be set under the WooComemrce -> Settings -> General tab http://cld.wthms.co/KBYXgI
Forum: Plugins
In reply to: [WooCommerce] Forcing search to post_type=productThere’s a special product search widget you can use to achieve this in your theme. Alternatively if you are comfortable with developent you can change your theme’s search to utilise the get_product_search_form function instead which will allso return the product search form.
Forum: Plugins
In reply to: [WooCommerce] Checkout – Internal Server Error (Please Help)Hi, you can enable WP_DEBUG on your site and attempt a checkout to see the error message. Have you tested this with a default theme like twentyseventeen or Storefront enabled to confirm if the issue exists there?
If I test this with the a default theme and the latest version of WooCommerce, 3.2.4 I can checkout fine with the create account option.
Forum: Plugins
In reply to: [WooCommerce] woocommerce plugin crashing site (500 error)Hi, you will need to enable WP_Debug to see exactly what is causing the issues. Please see https://codex.wordpress.org/WP_DEBUG on how to enable it. Once enabled you should be able to see what is causing the issue on your site.
Forum: Plugins
In reply to: [WooCommerce] Internal error when using bacs after updateJust to add a note, I have tested on a clean install with just the latest WooCommerce and Storefront theme and not getting any errors when checking out. The order received page also displays fine with the banking details. http://cld.wthms.co/XDUQD2
Forum: Plugins
In reply to: [WooCommerce] WooSwatches – Variable product displaying image wronglyThis sounds like an issue with your theme or the plugin you are using for colour swatches.
WooCommerce core does not offer swatches and images for variation selections out of the box.
Forum: Plugins
In reply to: [WooCommerce] Checkout form gets automatic email entry wrongI see you are running the WooCommerce Germanized plugin, that plugin makes changes to the checkout fields and possible that they are adding an extra bracket or slash where they should not.
I am not able to recreate this with the latest version of WooCommerce. I suggest you test by disabling all plugins except WooCommerce itself and see if the issue persists.
If you manage inventory by default WooCommerce will cancel orders that are unpaid after a certain period of time.
This has been the case since version 2.3 if I recall, you can disable the functionality via WooCommerce -> Settings -> Products -> Inventory http://cld.wthms.co/R6Et2