Gerhard Potgieter
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Internal error when using bacs after updateWould it be possible to enable WP_DEBUG and provide us with the error it shows? https://codex.wordpress.org/WP_DEBUG
Forum: Plugins
In reply to: [WooCommerce] Zero quantity item ordering as guestCould you perhaps give this file a try and let me know if it resolves the issue for you? https://github.com/woocommerce/woocommerce/raw/d400b6e3775488c8e11dfb13875515dcc0924123/includes/class-wc-cache-helper.php
Forum: Plugins
In reply to: [WooCommerce] Custom fee disappearing on checkout page by ajax updateI just tested your code on the latest WooCommerce, 3.2.2, with the Storefront theme and the discount fee shows fine and goes through to the order on checkout http://cld.wthms.co/XliONW
I’d suggest you test with a default theme like Storefront or Twentyseventeen and also with just WooCommerce activated and see if that resolves the issues.
Chances are your theme or another plugin is causing interference here.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Shipping Tax ProblemI see you are using a theme which overrides the WooCommerce templates. Could you please test this by switching to a default theme like Twentyseventeen or Storefront?
Chances are you have an outdated version of the theme, or the developers have not yet added compatibility to their theme in which case you will need to contact them for help on resolving this.
Forum: Plugins
In reply to: [WooCommerce] Button to remove an item from the orderThere are already buttons in the backend next to items which allow this. http://cld.wthms.co/Wk5Xys To enable that you will however first need to set the order in a status like On Hold or Pending.
Could you please let me know the version of WooCommerce you are running that this is happening on? We released 3.2.2 yesterday which addresses a tax-exempt issue. If you are not yet running that please update and see if that fixes the issue.
As with any update, please make sufficient backups prior to running the update.
From what you describe it sounds like your theme might just be missing some styling to handle the different row layouts.
Forum: Plugins
In reply to: [WooCommerce] Undefined indexCould you perhaps provide me with a bit more details on this? What theme are you using, what version of WooCommerce.
Also can you test by switching to a default theme like Twentyseventeen or Storefront and test if you get the same notices?
On another note you should be disabling notices and warning on a product site. Something like this placed in your wp-config.php file
ini_set('log_errors','On'); ini_set('display_errors','Off'); ini_set('error_reporting', E_ALL ); define('WP_DEBUG', false); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false);Forum: Plugins
In reply to: [WooCommerce] Download files: file not found on serverI just tested this with the latest version of WooCommerce, 3.2.2, and not getting the same results.
Could you perhaps give a bit more details on how your product is set up, specifically the downloads section, what are you entering in the Name and File URL boxes?
Forum: Plugins
In reply to: [WooCommerce] WooCommerce >3.1.2 breaks shipping calculator on cart pageThere have been some changes to the cart logic in 3.2. Chances are that your theme is overriding the default cart page with their own and has not yet updated it to a compatible version, or they have and you must still update your theme on your site.
I’d suggest you test this with a default theme like Twentyseventeen or Storefront and see if the issue persists, if not then you will have to contact your theme developers for assistance.
Forum: Plugins
In reply to: [WooCommerce] Redirected from checkout to cart pageThis sounds like an issue with the PayPal Plus extensions you are using. I’d suggest you contact the developers of the extension for support. WooCommerce does not set the redirect for payment gateways, they control that.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce product zoom not working on some productsI see you are still running WooCommerce 3.1.2. We released WooCommerce 3.2.2 yesterday which has some fixes relating to image zoom.
Should you decide to update, please make sufficient backups of you site before proceeding.
Alternatively chances are good that your theme is overriding the product page and causing this. I’d suggest you test with a default theme like Twentyseventeen or Storefront and see if you get the same results.
Forum: Plugins
In reply to: [WooCommerce] View Cart/Checkout link redirectCheck under WooCommerce Settings -> Products -> Display, make sure you have your shop page set to the correct page.
Forum: Plugins
In reply to: [WooCommerce] 3.2.1 view and edit order not workingThanks for the update, unfortunately, we have no control over the Germanized plugin and you will have to contact them for support on getting that fixed.
Forum: Plugins
In reply to: [WooCommerce] Problem with couponWe made a fix regarding coupon limits that will go out in the next release, would it be possible to apply the fix on your site and then test if this fixes the issue for you? https://github.com/woocommerce/woocommerce/pull/17237/files