huusmann
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] User / visitor’s lost password pageHello again,
Thanks for your prompt reply.
We found the culprit! Once we set the ‘My Account’ page to published from private, we managed to solve the issue. Now we can access the “lost password” page again.
Thanks.- This reply was modified 1 year ago by huusmann.
Solved
Forum: Plugins
In reply to: [WooCommerce] Strike-through in subtotal?Hello there, Thank you for drawing our attention to any custom coding. We found the culprit causing the issue to be this snippet in our functions.php:
/* Show sale & regular price on the checkout page */ add_filter("woocommerce_cart_item_subtotal", "al_display_discount_price", 10, 3); function al_display_discount_price($product_price, $cart_item, $cart_item_key) { $regular_price = wc_price( $cart_item['data']->get_regular_price() ); if( $product_price != $regular_price ) { if(isset( $cart_item['cartflows_bump'] ) && 1 == $cart_item['cartflows_bump']) { $product_price = wc_format_sale_price( $cart_item['data']->get_regular_price(), $cart_item['custom_price'] ); }else{ $product_price = wc_format_sale_price( $cart_item['data']->get_regular_price(), $cart_item['data']->get_sale_price() ); } } return $product_price; }
Upon removing this snippet, the issue is fixed. However, the functionality where it displays the regular price AND sales price on the checkout page is gone. How can we modify this snippet so it won't create any issues, but still displays the sales and regular price? Any help is much appreciated.Well noted. We use Safari.
/ Victor
Hi,
The PDF is displaying correctly when viewing in a web PDF reader.
Any workarounds to this? The lines making up the images cannot be enlarged, unfortunately.Thanks.
/ Victor
Forum: Plugins
In reply to: [EWWW Image Optimizer] Cloudflare and WebP?Thanks for your reply.
I wasn’t aware of the fact that a CDN has to warm up.
Anyway, I contacted Cloudflare regarding this issue, and they believe it could be because the JS WebP Rewriting and Picture WebP Rewriting rules are both enabled. They mentioned, that the JS WebP Rewriting mostly applies to older IOS devices, and that the rule would add a small base64 image and a not so small JS code to every HTML page of my website, even pages without any pictures on them. They advise us to reconsider the use of the JS WebP Rewriting rule.Does your plugin work well with Cloudflare if both rules are disabled, and are we still able to cache WebP images via Cloudflare? What is your advice here?
Hello there,
Thanks for your prompt answer.
As far as I can understand from your answer, your plugin is probably not the best in our case.
Thanks.Hello again,
The problem was solved by changing the port to 587.Thanks.
– VictorHi!
Thanks for your message.
This suggest that we do it manually, right?’Are there ay feed-plugins that are compatible with your plugin, and able to make the product feeds with the correct currency automatically?
Hi,
We have checked, and we have no other plugins by this name.
We have tried to remove the plugin, and installing the new, but we receive the same message.How can we update the plugin?
Any help is much appreciated.
Forum: Plugins
In reply to: [WooCommerce] Pre-order multiple productsHi there,
Thank you for your quick reply.
Well, it does not make much sense in my opinion, and I will gladly vote for this to become a feature.
Anyway, I will try to find a custom workaround.
Thank you.
Forum: Plugins
In reply to: [W3 Total Cache] Plugin causing wrong display of Social Media iconsHi again,
All right, I will contact the hosting support.
Thanks for your help so far.
Forum: Plugins
In reply to: [W3 Total Cache] Plugin causing wrong display of Social Media iconsHi again,
All right, I see.
Anyway, it seems like I can’t change to HTML Tidy minification. Is it a paid feature?
Take a look: https://prnt.sc/vsxuvm
Kind regards,
VictorForum: Plugins
In reply to: [W3 Total Cache] Plugin causing wrong display of Social Media iconsHi again,
Thanks for helping me out on this matter.
It looks like the HTML minify is causing the issue. I have disabled HTML minify for now. Any chance that you might fix this in your next update, so I can enable html minify again?
Kind regards,
VictorForum: Plugins
In reply to: [W3 Total Cache] Plugin causing wrong display of Social Media iconsHere are some screenshots:
Plugin active:
https://prnt.sc/vs93ysPlugin deactivated (displaying correctly):
https://prnt.sc/vs952q