- Issue created by @scottsawyer
- πΊπΈUnited States djween
This is definitely needed as state and county tax are split on separate line items (which is not the ecommerce norm) for US tax and it confuses the end user customer.
In #3310714: Properly process complex tax responses β , when possible, each tax line returned by AvaTax gets it's own line on the order. However, some merchants prefer the simple "Sales tax" line.
Let's make this a configuration option. It can be added to the Advanced section of the AvaTax configuration form.
An optionally simplified tax line on the order.
commerce_avatax.schema.yml
commerce_avatax.settings:
mapping:
combine_lines:
type: boolean
label: 'Combine tax lines'
Active
1.0
Code
This is definitely needed as state and county tax are split on separate line items (which is not the ecommerce norm) for US tax and it confuses the end user customer.