Shipping Tax no longer calculates correctly
-
Issue seems to be occuring on woocommerce versions lower than 2.6.0. This feature was working before however i notice that tax is no longer calculating correctly, this is because your plugin is calling a filter which does not exist in versions of woocommerce lower than 2.6.0.
In the file:
inc\currencies\class-wcml-multi-currency-shipping.php
you call a filterwoocommerce_shipping_packages
. This filter was created in 2.6.0. Could you provide a fallback so that if the woocommerce version is less than 2.6.0 a different filter is called to correct the tax values? I guess this filter might need to bewoocommerce_package_rates
since that exists for quite some time.Thank you
- The topic ‘Shipping Tax no longer calculates correctly’ is closed to new replies.