wessvz
Forum Replies Created
-
Forum: Plugins
In reply to: [Ajax add to cart for WooCommerce] “Any” product variations don’t add to cartHi guys,
see that the ticket has been solved, but I experience also still this problem with the newest version. Any update that can be shared regarding this issue?
Forum: Plugins
In reply to: [Loco Translate] Accept pending translations (WooCommerce)I found a solution where I was looking for. Thanks for your info, Tim.
Forum: Plugins
In reply to: [Loco Translate] Accept pending translations (WooCommerce)Yes of course: I want to translate all 247 words automatically in my custom woocommerce folder (for example sync with the system folder)
Forum: Plugins
In reply to: [Loco Translate] Accept pending translations (WooCommerce)Hi,
Thank you for your quick reply. Before I created this support ticket I already clicked a few times on ‘sync’ (system And custom folder) and clicked after that on the ‘save’ button. I tried now one more time but still nothing happens. I only get this message:
“OK: Already matches woocommerce.pot”
I see also these messages
Custom Woocommerce folder | Updated: February 6, 2020 11:57 – 96% translated, 5,735 texts to be translated (247 untranslated)
System Woocommerce folder | Updated: February 6, 2020 12:08 – 99.9% translated, 5,735 texts to be translated (1 untranslated)
Any idea what I am doing wrong?
Thanks for your help so far.
Thank you for your time, Ben. Unfortunately “add_filter( ‘woocommerce_get_formatted_order_total’, ‘__return_false’ ); removed also the total price of the order.
I tried also ‘add_filter(woocommerce_tax_total_display’, ‘__return_false’ ); but this filter didn’t show any difference within the e-mails.
Regards,
Wessel
Hi Ben,
Thank you for your quick reply! I found that article also yesterday, but unfortunately the filter ‘woocommerce_countries_ex_tax_or_vat’ is not the right one. I am searching for the filer that includes the total tax. Please have a look at this screenshot: https://drive.google.com/open?id=1e9yJuFOFVHZQtGEmA8HATzbN6Yt1tVqd
Hiding the shipping label was easy by adding this code: add_filter( ‘woocommerce_order_shipping_to_display_shipped_via’, ‘__return_false’ );
But for hiding the (incl. ‘amount’ tax) part of the total amount I didn’t found a correct filter yet…
Wessel