Where can the Admin user see the "Address Type" selected by the customer on checkout? We're using ML 8012 and I'm just not seeing it! Thanks!!
Where can the Admin user see the "Address Type" selected by the customer on checkout? We're using ML 8012 and I'm just not seeing it! Thanks!!
I think your best bet will be the XML that is found on the order detail screen.
Hit the XML Link on an order and scroll down through the XML until you see something like this:
<ShippingResidenceType>1</ShippingResidenceType>
Residential = 1
Commercial = 2
Unknown = 0
Correct, that's one option. Second, if the customer didn't place any order yet, you can as well view it in their "Account & Contact info" page (Customers -> View/Edit Customers) and click "Change" button from the ship to address section.![]()