Forums
(@kahobak)
5 years, 1 month ago
Thank you @gcubero 🙂
Hi @kahobak I’m looking into this. It should be possible to get the tax class using the WooCommerce API. I’ll update once I have more info.
Hi @kahobak
I’m looking into this. It should be possible to get the tax class using the WooCommerce API. I’ll update once I have more info.
try this one Shipping Tax – $printer->add_text_line(“Shipping Tax: “.star_cloudprnt_get_codepage_currency_symbol().$order->get_shipping_tax()); Im not 100% sure but maybe its work .
try this one
Shipping Tax – $printer->add_text_line(“Shipping Tax: “.star_cloudprnt_get_codepage_currency_symbol().$order->get_shipping_tax());
Im not 100% sure but maybe its work .
Unfortunately this didn’t work ;(