how to show default address

0
Hi all i have one requirement i.e user can add multiple addresses out those user can select only one address as default address how can i achieve this please any one   
asked
1 answers
0

Hi Sarathi,

You already having a checkbox in your page, that is useful to set a address as default.

In that checkbox , have a onchange which retrieves all other address and change it to false.

 

Hope this helps!

answered