View Single Post
  #1  
Old 02-29-2008, 07:33 AM
 
kevingibson kevingibson is offline
 

Advanced Member
  
Join Date: Apr 2004
Location: Sunderland, UK
Posts: 51
 

Default Add to cart button needs to redirect to a new page

I have a list of products created in html code and when the client clicks on the product it adds to basket without changing the page however i would like it to add to basket and then take the client to a new page. Its basically a step by step process where they have to select one product at each stage. (This is great if you want them to just add 1 item to the basket without redirecting to the basket page)

Code i have at the moment for the buttons in the product list is:

<a class="Button" href="http://www.xxx.com/cart.php?mode=add&amp;productid=500&amp;amount=1"> <img src="http://www.xxxx.com/skin1/images/go.gif" alt="" border="0" class="GoImage" /></a>

Any help is appreciated

Thank you.
__________________
xcart version 4.0.14
windows server

http://www.3k-design.co.uk
Reply With Quote