Plugin Contributor
Ewout
(@pomegranate)
Hi! Which plugin do you use for multi-currency? The PDF invoice plugin always takes the currency from the WooCommerce order, but some plugins use exotic methods which need extra filtering.
Let me know and I’ll see what I can do!
Hi thanks for the quick reply 😉
We are using WooCommerce Currency Switcher by http://pluginus.net/
Doug
Plugin Contributor
Ewout
(@pomegranate)
Hi Doug,
This is a bug in that plugin, check out this thread: https://wordpress.org/support/topic/multi-currency-on-invoices#post-7892682
Please contact the developers about this and ask them to fix it. The plugin uses a hack that would normally make it compatible using the wpo_wcpdf_order_number filter, but doesn’t work in combination with Sequential Order Numbers Pro (which replaces the order number with something other than the order_id). Please tell them to use the wpo_wcpdf_process_template_order action for the plugin or if that’s not possible, to access the order_id via the global $wpo_wcpdf object in $wpo_wcpdf->export->order->id.
Hope that helps!
Ewout