asnac
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Free shipping not workingI added the two test products and also recreated the free shipping method with the instructions as you mentioned. I have already tested these products, and you are correct. The issue happens if the total price is over 100€. How we can fix that?
Forum: Plugins
In reply to: [WooCommerce] Free shipping not workingStaging site is https://staging2.kahvilakauppa.fi/
Here is new “free shipping” settings https://snipboard.io/vcjoDK.jpg (Basically same as before, but different name)
Forum: Plugins
In reply to: [WooCommerce] Free shipping not workingI just did a staging site and disabled all other plugins except WooCommerce (which I deleted and reinstalled). After reinstalling, adding a new test product, and creating free shipping, it still doesn’t work.
Forum: Plugins
In reply to: [WooCommerce] Free shipping not workingBoth products are “Simple product”. Organix mix have tax class “Reduced rate” and CBD-oil have tax class “Standard”.
Forum: Plugins
In reply to: [WooCommerce] Free shipping not workingWooCommerce is Version 9.1.2. WooCommerce version was the same as on other sites, and there are some different plugins compared to the Kahvilakauppa site, but those plugins don’t affect the shipping or prices. All our sites use custom code, but it is only for setting the site’s visual appearance. All the plugins, PHP and WordPress are updated. All sites have the same theme.
Forum: Plugins
In reply to: [WooCommerce] Free shipping not workingHere is screenshot how free shipping works normally: https://snipboard.io/gw70Pv.jpg
Same item (3 pcs) and it doesn’t work anymore: https://snipboard.io/uBCtsX.jpg
Different item, but no free shipping: https://snipboard.io/vJQxHA.jpg
Settings: https://snipboard.io/Pwd9xN.jpg
Postipaketti (ilmainen): https://snipboard.io/RIqdah.jpg
Postipaketti maksullinen: https://snipboard.io/iX8f41.jpg
Nouto myym?l?st?: https://snipboard.io/u1ODZ7.jpg
Forum: Plugins
In reply to: [WooCommerce] Shipping cost changes after updating to 9.0.1.Now everything works fine as before with latest update so we can use , as separator again.
Forum: Plugins
In reply to: [WooCommerce] How to remove animation from Add to cart button on archivesI contacted Elegant themes and found answer! With these codes surfer, boat and boxes will vanish.
Paste these two codes to Divi > Custom CSS
.ajax_add_to_cart.added:after {
display: none !important;
}.ajax_add_to_cart.loading:after {
display: none !important;
}