As you can see, I here have a "<div>" for the back button... If you don't have it you could copy that..... and replace $lang[back] with: either "back" or "Continue Shopping", so it would become: <div id="back">« <a href="javascript:history.back();">Continue Shopping</a></div> .That will take the customer back to the page of the product they have added to the basket.... You could as well change the "<a href="javascript:history.back();">" to "<a href="index.php?p=productsList">" and that would take them to the root page of your shop (the list of all products)
src
2006-11-08 21:40
Thanks, KiralyVlad!
I'll give that a try and report back. Appreciate the help.
What an old thread. This note is for those who understand PHP a little: this could be possible with an additional $_SESSION variable which would be saved with a link to a products list every time A) a specific product is visited, B) an add to basket button is clicked somewhere in products list, C) a basket link is clicked on a products list page
An additional modification of the above links that are clicked would be required in special templates (pages_productsList.tpl and perhaps also containerProductsList.tpl with its own theme) that would have to be created.