wpovernight / woocommerce-pdf-invoices-packing-slips

Create, print & automatically email PDF invoices & packing slips for WooCommerce orders.
https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/
Other
99 stars 46 forks source link

Fix "get_tax_rate" issue when tax class is "inherit" #736

Closed MohamadNateqi closed 7 months ago

MohamadNateqi commented 7 months ago

For shipping item, the value of the get_tax_class() method is "inherit". Sending this string as the tax class to the get_rates() method will return an empty array instead of returning taxes correctly.

This shipping row indicates the tax rate and it is not divided in the same way as the other rows: image