Developer forum
E-mail notifications
Redirect to shopping cart when product is added
Posted on 03/12/2007 17:57:43
Hi all,
Just wanted to let you all know.
If you want the user to be redirect to the shopping cart (or any other page) you can use the "redirect" parameter to accomplish this.
For instance:
In "Template\eCom\Product\Product.html" add the following just below
Just wanted to let you all know.
If you want the user to be redirect to the shopping cart (or any other page) you can use the "redirect" parameter to accomplish this.
For instance:
In "Template\eCom\Product\Product.html" add the following just below
Replies
Posted on 08/01/2008 14:20:32
Posted on 30/06/2008 09:37:43
I would like to make use of the mentioned redirect parameter, but the forum seems to exclude code tags from the posts (which, one might argue, is a slight problem for a developer forum).
Can someone describe how the parameter works ... without using code tags?
Thanks!
Posted on 30/06/2008 09:40:09
It just dawned on me that I can view source =)
Posted on 30/06/2008 09:43:16
Hehe... But just in case someone doesn't figure that out, here's the that Emil posted:)
<input type="hidden" name="redirect" value="[replace this with url to redirect to]" />
Posted on 13/02/2009 19:42:37
Without a form: CartCmd=Add&Redirect=[url]
Posted on 15/02/2010 11:47:35
You must be logged in to post in the forum