View Single Post
  #1  
Old 04-24-2005, 06:50 AM
  raebaca's Avatar 
raebaca raebaca is offline
 

Advanced Member
  
Join Date: Apr 2005
Location: USA
Posts: 32
 

Default How to "Add to Cart" and "Continue Shopping&q

Hello,

I need to have both the "Buy Now" and a "Add to Cart" button on the product page. The "Add to Cart" button adds the product to the cart but does not leave the product page.

I also need a "Continue Shopping" button in the cart which, in effect, takes the customer back to the product page to add additional products from the same category. I imagine that this might work:

<FORM>
<INPUT type="button" value="Continue Shopping" onClick="history.back()">
</FORM>

So my question is, how do I implement these?
__________________
Best wishes,
Rae

X-Cart Gold 4.1.9

Give me the luxuries of life and I will willingly do without the necessities. -- Frank Lloyd Wright
Reply With Quote