nikostar73
Forum Replies Created
-
Forum: Plugins
In reply to: [Wishlist for WooCommerce: Multi Wishlists Per Customer] User Not RegisterdForum: Plugins
In reply to: [Wishlist for WooCommerce: Multi Wishlists Per Customer] User Not RegisterdWith cache disabled the list is ok. It shows all the products. I use W3 Total cache with Varnish (my hoster).
Can I bypass this issue? Can I use a code in function.php or other?An Example link: https://dev.biosweethome.it/prodotto/olio-per-capelli-amla-100-ml-khadi/
Thanks for your support
Michele- This reply was modified 4 years, 6 months ago by nikostar73.
- This reply was modified 4 years, 6 months ago by nikostar73.
- This reply was modified 4 years, 6 months ago by nikostar73.
Thanks for your support. I have cleared the cache and it seems that now it works right.
Anyway, in some case, with Firefox if i click on the botton, the popup doesn’t open.If I test the same link in Firefox with an anonimous page, it works right.
Mistery!!!
- This reply was modified 4 years, 6 months ago by nikostar73.
Forum: Plugins
In reply to: [WooCommerce] Show % Discount on Sales BadgeHello @rynald0s
Thaks for your code.I have changed this
$percentage = max($percentages) . '%';
With This:
$percentage = round(max($percentages)) . '%';
In this case, when I used to have a rounded price, the percentage resulted in decimal form.
Anyway, for grouped prducts I have an Error:SALE NAN% – Warning: Division by zero in /home/miosito.it/htdocs/wp-content/plugins/code-snippets/php/snippet-ops.php(446) : eval()’d code on line 24.
How Can I resolve?
- This reply was modified 4 years, 6 months ago by nikostar73.