"you've just added" page

Posts: 141
Joined: 08/07/2007

Hello,

I'm trying to make a page that shows people what they just added but DOESNT take them to the shopping cart page. How would i go about doing this? I know there is a feature in Ubercart to take the user to a different page but i dont know how i would configure that page to show the product tehy just added.

I figure this is relatively simple.

Best,

Aaron

Posts: 5617
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

Your best bet would be to make this in a custom module. You could add a form submit handler to the product add to cart form that could specify a redirect to another page defined by the module that displays the product just added.