Hi
I am using Runway with Shop
Currently I have the following checkout flow:
New customer registers billing and shipping address and logs out.
Customer logs in and adds to cart.
Customer shown cart and then checks out.
Customer shown static cart, radio buttons to select address for billing and shipping.
Customer selects addresses and is then shown selected addresses.
Customer pays.
I am using.
I would like to modify the behaviour of the checkout stage so that the customer is always shown the registered address for billing and shipping. I would then provide a link to 'Change' the addresses if required which takes them to a page with the perch_shop_order_address_form().
This would remove a step to select addresses for most customers. How can the registered addresses be 'set' by default?
Thanks