Okay, so I have tried the following:
- Disabling all plugins except WooCommerce, ACF, Giftable for WooCommerce and Decom Small Giftable Coupon Alternative
- Removing all custom code in functions.php for the Storefront child theme
- Check if any js errors on the cart page. There are none.
- Clearing browser cache. Since I’m working locally there is no other caching. No caching plugins, no serverside caching.
So I tried something else. I changed line 31 in “giftable-for-woocommerce/includes/CriteriaAmounts.php” from WC()->cart->subtotal
to WC()->cart->total
. Now it works as expected, but I’m not sure if that change breaks other parts of the plugin.
If that really is the way to solve the issue, you could make the change yourself, test it and release an update for everyone to enjoy.
-
This reply was modified 6 years, 7 months ago by jeppe.
-
This reply was modified 6 years, 7 months ago by jeppe.
-
This reply was modified 6 years, 7 months ago by jeppe.