Use Shipping address as backup for Standard Tax calculation #1023
Closed
Web10-Joris
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
Simple Commerce should already fallback to the shipping address if you were to set |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Duncan,
I've been debugging my environment and came to this case where a Prevent Checkout exception was thrown.
Details:
simple-commerce.tax_engine_config.address
to 'billing'simple-commerce.tax_engine_config.behaviour.no_rate_available
to 'prevent_checkout'use_shipping_address_for_billing
to 0Is there a way to use the shipping address as backup for calculating the Tax when no billing address is filled in?
Or a condition to check if there is there is a Billing Address for the order when updating it, if not, set
use_shipping_address_for_billing
to true.Beta Was this translation helpful? Give feedback.
All reactions