Page 1 of 1

Recently viewed items

PostPosted: Sat Mar 16, 2013 2:17 pm
by Gary
I am interested in adding programming that will show a table of the last 3 or 4 pages visited by a customer to help them keep track of where they are on the site and make it easier to return to an earlier item.

Any ideas?

Re: Recently viewed items

PostPosted: Mon Mar 18, 2013 8:03 am
by Jim
Since ShopSite generates static HTML pages it isn't possible (at least not easily) to add something like this to the normal pages.

You might be able to do something with cookies to keep track of what pages the shopper has visited and then display the content of the cookie on subsequent pages.