I've been tearing my hair out trying to find a solution to this, and the previous threads haven't covered this (I don't think). Once a user logs in, I want them to be redirected to the page they were on before they clicked the 'Log In' button. Hard-coding an alternative page is no problem, but I want the user to be able to continue browsing from where they left off.
I tried creating the Login link dynamically, adding the current page URL to the SECTIONID of the link. This works great when the user is clicking from a .html page, but obviously won't work when clicking from View Cart or a search page.
Does anyone have any more ideas, or am I asking too much?
I tried creating the Login link dynamically, adding the current page URL to the SECTIONID of the link. This works great when the user is clicking from a .html page, but obviously won't work when clicking from View Cart or a search page.
Does anyone have any more ideas, or am I asking too much?
Comment