[ad_1]
I am using the plugin “WooCommerce PDF Invoices & Packing Slips”. I added the following snippet into my functions.php file in order to translate the invoices:add_filter( 'weglot_translate_pdf', '__return_true' );
However the customer address on the invoice itself is being translated , which is problematic.
Example: Original address in german is: “Musterstrasse 45” which is translated into “45, Rue de l’Epreuve” which is completely different.
I looked up the invoice template and tried to exclude the class: .order-data-addresses (unfortunately with no success).
Help is highly appreciated! 🙂
- This topic was modified 35 minutes ago by .
