erbaflor
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Footnotes] Hide footnotes from homepageyou can try to insert in your function.php of your child theme this code:
function rimuovi_easy_footnotes_homepage() {
if (is_front_page()) {
?>
<style type="text/css">
.easy-footnotes-wrapper {
display: none;
}
</style>
<?php
}
}
add_action('wp_head', 'rimuovi_easy_footnotes_homepage');Forum: Plugins
In reply to: [WooCommerce] incorrect shipping rates for other zonesWe deleted and recreated zones 1 and 2 after your advices we do not use comma and all was ok, then we add decimals again to the two zones and the error seems gone. So far it seems that everything’s ok so for now i mark this topic as resolved!
Thank you!
EDIT: tried a last time.. the error is still here…
EDIT2: deleted and added zones again: everything works fine IF you insert the rates without commas (example: you can insert “23” and all works, if you write “22,99” or “23,00” the error show up again)
Forum: Plugins
In reply to: [WooCommerce] incorrect shipping rates for other zonesSure!
Shipping zones: https://snipboard.io/TRg9mO.jpg
Italy flat rate: https://snipboard.io/FzPQsS.jpg
Italy free shipping: https://snipboard.io/RsVhG3.jpg
Zone 1 flat rate (and countries): https://snipboard.io/z8rQw9.jpg
Zone 1 free shipping: https://snipboard.io/45SOlt.jpg
ZOne 2 flat rate (and countries) https://snipboard.io/0CPHt1.jpg
Zone 2 free shipping https://snipboard.io/2i8Elg.jpg
Our order with error https://snipboard.io/s7Nozp.jpg
We used the debug mode and woocommerce recognizes the correct zone but no longer applies the correct rates for zones 1 and 2
- This reply was modified 1 year, 11 months ago by Steven Stern (sterndata).
- This reply was modified 1 year, 11 months ago by erbaflor.