Page 1 of 1
Homepage Redirect
Posted: Thu Jan 12, 2017 4:04 am
by ajackson
Is there a way to redirect a user from the homepage to the basket.aspx page? We do not want a user to be able to access the homepage.
Re: Homepage Redirect
Posted: Thu Jan 12, 2017 1:12 pm
by Shopping Cart Admin
Hello,
Sure you could use a fixed re-direct.
But if they have an empty basket and they haven't been to any products, I think keep shopping takes them to the /default.aspx so that may be trouble.
http://help.ablecommerce.com/mergedProj ... irects.htm
You could also move basket.aspx up in the list above default.aspx in IIS.
Re: Homepage Redirect
Posted: Thu Jan 12, 2017 3:09 pm
by Katie
There is a file in the \app_code\ folder named "NavigationHelper.cs" which gives you the ability to change where the Keep Shopping button goes.