clarru
Forum Replies Created
-
NEVERMIND!!
My bad, who would’ve guessed that Tax Item, is eventually the Tax Zone……………… Bad UXI’ve done more digging and found this filter in your plugin code, and I tried altering this total tax label like this, but it still displays total tax on the invoice, instead of MwSt, how I wrote it.
add_filter('wf_pklist_alter_taxitem_label', 'wt_pklist_alter_taxitem_label', 10, 4);
function wt_pklist_alter_taxitem_label($tax_label, $template_type, $order, $tax_item)
{
// Retrieve the tax rate
$tax_rate = $tax_item->get_rate_percent();
// Format the tax information
$formatted_tax_info = sprintf('MwSt %s%%', $tax_rate);
return $formatted_tax_info;
}In addition to what I wrote above, I just need to swap the “Total tax” field to Woocommerce’s Tax Name
What shows in the final order screen on website:While on the printed invoice it displays:
I can see that on Help Guide there are Filters to alter different things but not the Total Tax, could you help me out with this specific field?
Thank you.Forum: Plugins
In reply to: [Decorator - WooCommerce Email Customizer] Inconsistent translations via WPML@webtoffeesupport ok, I understand what you mean.
As a recommendation, should I switch to another plugin for emails? I experienced WPML working correctly with the Decorator plugin before, is this something that just happened now or it’s working sometimes and sometimes not and that’s why you say it’s incompatible?Hi @webtoffeesupport ,
That was already selected and it’s not working.
The invoice it’s sent translated only when the customer makes the first order.
Then from my account page, if the user clicks on download OR print, it’s only in English, no translation here.
Thank you.Hello @webtoffeesupport , I’ve purchased the premium version and right now I still have the same issue, can you help?
Can you direct me to a link where I can see that the download and print options can be in a different language for the paid plan?
Thank you! Works perfectly!
Now I have another problem with the email rendering but I’ll create a sepparate ticket!