Never Noticed members do not use OnePageCheckout 7.0.2 ????
Posted: Sat Feb 21, 2009 7:00 pm
I never noticed before that members do not use the OnePageCheckout. I am not sure what exactly changes whether they use one page checkout or not, but it seems like if they have a valid shipping address stored then they get redirected to "Select Shipping Address" instead of onepagecheckout.
Many of my customers are not going to be shipping to themselves and also may be entering a large volume of delivery addresses so it might be innapropriate for them to select a shipping address using this page ~/Checkout/ShipAddress.aspx.
How to I make a member still use the OnePageCheckout (~/Checkout/Default.aspx)?? instead of (~/Checkout/ShipAddress.aspx)??
Please help.
I thought that changing this file App_Code/NavigationHelper.cs on line 204
if (hasValidAddress) return "~/Checkout/ShipAddress.aspx";
to /Checkout/Default.aspx might work, but I really do not want to break anything or make changes that might be overwritten by future updates.
Many of my customers are not going to be shipping to themselves and also may be entering a large volume of delivery addresses so it might be innapropriate for them to select a shipping address using this page ~/Checkout/ShipAddress.aspx.
How to I make a member still use the OnePageCheckout (~/Checkout/Default.aspx)?? instead of (~/Checkout/ShipAddress.aspx)??
Please help.
I thought that changing this file App_Code/NavigationHelper.cs on line 204
if (hasValidAddress) return "~/Checkout/ShipAddress.aspx";
to /Checkout/Default.aspx might work, but I really do not want to break anything or make changes that might be overwritten by future updates.