an0nbr
Forum Replies Created
-
The shipping plugin is private but here it is:
https://www.mediafire.com/file/hw64ggzjyi8l7y1/shipping.rar/file
Ah thats true, Im using a shipping plugin that also has a custom treshold.
I dont have a “Free shipping” method. Using another plugin, I have a custom option in each zone that has a field for a custom treshold also, when it is reached, the shipping value become 0.
Would you know how could this be fixed?
I have an ecommerce unfortunately I cannot let it running with a message of free shipping while the client did not get it yet.
But steps to reproduce it:
- Disable “Hide shipping costs until an address is entered”
- Enable plugin option “Display on the cart page”
- Set plugin option “Custom threshold” to 1000
- Add something below 1000 to cart and go to cart page.
- “You got free shipping” message will be there mistakenly.
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Compatibility with caching pluginHi friend, I got this bug too. I dont know why they havent fixed yet.
Have you being able to fix it?
Its triggering click event twice
Please try editing frontend.js, line 25 has the following code:
.on('click', '.swatch', function (e) { e.preventDefault();
Try adding this line below:
e.stopImmediatePropagation();