Page 1 of 1

User Logged In "New Ship To" Radio Button

PostPosted: Tue May 05, 2015 9:48 am
by webdevla
When a user is logged in in the cart, it list all the previous shipping address plus it also list the radio for "New Ship To". Now if someone clicks on this, will SS automatically save the address entered in the billing section? Also, I see that the radio button is named sql_addr with a number value. Does this value correlate to the row id in the database? Can we pull the actual value from the database via AJAX call from the cart page as a custom modification?

Re: User Logged In "New Ship To" Radio Button

PostPosted: Tue May 05, 2015 3:37 pm
by ShopSite Lauren
Yes, the new shipping address will automatically be saved in the customer's account after the complete their order.

I am not sure about the second question.