I have a question about customer account dashboard setting. My magento version is 1.9.1.0.
When I change my billing address in customer dashboard, shipping address also changes.
And also when I change shipping address, billing address is updated the same with shipping address.
Which file and how should I edit?
Solved! Go to Solution.
Thank you for your answer.
Yes, now I understand this is magento's spec.
Someday I will try to customize it.
Thank you very much for helping me!
Hi,
If you satisfy my post it will be grate if you mark as accept of my post...
Regards
Hi,
Actually when you added shipping or billing address you mark two check box for default billing and shipping address.
If you need to separate both you have to add new address and mark only one check box(Use as my default billing address or Use as my default shipping address) which you want to add.
If this post fulfill your solution then mark as accept.
Thanks,
Dibyajyoti
Thank you for your answer.
I understand what you mean after when I click "add address" button.
Yes, there are two check boxes.
I am sorry but what I want to do is editing billing address and shipping address separately, not by adding.
I found the same question on the web as follows;
http://magento.stackexchange.com/questions/12553/separate-billing-shipping-addresses-in-magento
It seems I need to change the following code. But I don't understand how to do it well.
Mage_Customer_AccountController
Isn't there any easier way?
Hi,
Magento not provide separate edit for default billing and shipping address.
Either you have to add new address for billing and shipping or you will do custom development.
Regards,