Hi all
How can I redirect my users to the very exact page they were viewing before they decided to login?
Lets say a customer is looking at a particular product page and they decide to login,
after the login process they should get sent to the same product page they came from,
however they're sent to the store-front instead...
As an attempt to do this in the LOGN page I changed the
value of the statement below from SFNT to PROD
<input type="hidden" name="Screen" value="PROD">
however this will take me to a generic blank product page
where the product name, description and price are undefined
and not back to the same product I was viewing before hand.
How can I accomplish this?
How can I redirect my users to the very exact page they were viewing before they decided to login?
Lets say a customer is looking at a particular product page and they decide to login,
after the login process they should get sent to the same product page they came from,
however they're sent to the store-front instead...
As an attempt to do this in the LOGN page I changed the
value of the statement below from SFNT to PROD
<input type="hidden" name="Screen" value="PROD">
however this will take me to a generic blank product page
where the product name, description and price are undefined
and not back to the same product I was viewing before hand.
How can I accomplish this?
Comment