ok, I found out what was the problem, woocommerce version is 2.4.13 and pdf invoices version was 2.4.1
Since I want to wait with the woo update, I changed back WooCommerce PDF Invoices version to 2.4.0 and it’s back to normal.
Did you tried to delete and reinstall plugin?
Save settings on General and Template tabs?
Did you get WPML to work with the invoices?
Hi Bas, yes I did.
Once I re installed previous version, it worked.
I will try to re install the new version on a test site I have and will update here
btw, is there an alternative to check country? instead of using:
$this->order->get_formatted_billing_address()
Something that will show the country selection?
Thanks!
Try:
echo get_post_meta($this->order->id, '_billing_country', true );
Are you trying to translate the invoices with WPML?
Thanks!
actually, no, just creating a case for my own country and the rest of the world (tax issues)
I’m struggling with WPML for some time now to translate invoice, but it’s almost ready.
Added WPML and Polylang support to WooCommerce PDF Invoices Premium.
If you have any questions, just let me know.