I am using Magento and I’m trying to fix a small issue I have with the OnePageCheckout.
I have a single Billing Address and a single Shipping Address, which are both fine.
When selecting a New Address under Shipping Information, I’d expect the form to be reset, instead it uses the default Shipping Address
It just seems odd that you add a New Address and it is pre-populated wit an adress already.
if this is something Magento does out of the box and if so, is there a file(s) I’d need to change?
Many thanks
I had to hack a js file and add
Field.clear('billing:firstname')etc etc so that these fields would be cleared wheneverresetSelectedAddresswas called