You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
Ok, I have a client with a large number of items in each of the catagories, he wants the user to be able to view an item and then just hit a button, (not "the" browser back button) to go back to the catagory that they just looked at. Working like "the" browser back button.
Is this a possibility? How tough would it be?
In the Store Header element, you can insert a button that will show up at the top of all store pages. Try inserting this code at the bottom of your store header element (either with or without tracking - depending on whether you're using order tracking):
### CUT
<CENTER><A HREF="javascript:history.go(-1)">Back to Previous Page</A></CENTER><BR>
### CUT
Offline
Thank you very much. Worked great.