by webdevla » Tue May 05, 2015 9:48 am
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?