All of our orders where the customer has a billing address line 2 (apartment or unit #, etc) or those where they put the unit # on the first line of the blling address are truncated and never appear on the Shipping Address.
This causes me to have to review every order to ensure that the unit # is there, or risk non-delivery.
We don't use Vertex and checked that integrated address cleansing is off.
Can someone direct me to a solution to this problem, please?
Thanks!
Solved! Go to Solution.
Create a plugin that will override the Checkout Layoutpreprocessor -
https://magento.stackexchange.com/a/248354/101754
Create a plugin that will override the Checkout Layoutpreprocessor -
https://magento.stackexchange.com/a/248354/101754
Awesome! Thank you.