Hi,
I have a translation problem in cart-totals-block and checkout:
There is always written:
inkl. xx,xx€ MwSt. 19% (incl. amount VAT 19%).
Nobody would tranlate that like this 🙂
How can I change it to: “inkl. 19% MwSt.: xx,xx€” ?
Perhaps I could change it with the some code like this:
function translate_reply($translated) {
$translated = str_ireplace(‘Go to Checkout’, ‘Warenkorb anzeigen’, $translated);
return $translated;
}
The best way would be a new row at the end:
VAT xx,xx€
If that is an option…
Thx for your help 🙂
Sven