I need to change the shipping information step in Magento Checkout page to
If user select the first radio
the company address will comes
in and it will store in database.
If user select second radio
his address
(already saves, new address option) will comes
and stored in database.
What I did new here is, I added two radio buttons and a company address field. The my address field is already there.
The company address will hard coded in phtml
file, because this is not present in user's address book.
(company address means the product providing company)
How can I did this..Please help me..any suggestion is very helpful... Magento ver 1.9.0.1
First enable the template path hint to determine the template file for shipping information if you don't know from which file it is rendering.
After you know the file now the real task starts from here.You don't need to change much you can:
Hope you understood what i am trying to tell.
Hope this will help you.