hello, i would like to accomplish the following:
if someone unclicks the check-box "use same address as billing", then it should also open the modal-popup for adding a new address. we think this is more straightforward, than editing the appearing one (which is the billing address) in order to add a new one, or clicking on the "add new" button. it could be kind of irritating (especially for old or not internet-savvy folks) that when you unclick "use same as billing" the same address as in billing appears first... could that with the modal be accomplished? i guess i have to add another JS inside checkout/address.php line50, someting like "return hikashopEditAddress(this,0,true);" where "this" should be something different??? please correct me / help me on this. thanks!