View Single Post
  #1  
Old 10-26-2003, 02:33 PM
  BoomBoomBap's Avatar 
BoomBoomBap BoomBoomBap is offline
 

Senior Member
  
Join Date: Nov 2002
Location: San Francisco
Posts: 184
 

Default Add to Cart button on Wishlist Page

I've searched around for an answer to this question but couldnt find one.

How can I add an "Add to Cart" button for each item on the wishlist page?

Here's the code I've tried adding to /modules/Wishlist/wishlist.tpl with no success

Code:
<FORM method=post name="orderform" action="cart.php"> <INPUT type=hidden name=mode value="add"> <INPUT type=hidden name=productid value="{$wl_products[product].productid}&quantity={$wl_products[product].amount}"> {include file="buttons/add_to_cart.tpl"} </form>

When I try this I get a Javascript error.
I've tried using a regular submit button as well but the item does not get added to the cart.

Thanks for the help !
__________________
Site 1 > XCART LIVE 3.4.12

Site 2 > XCART LIVE 4.0.17
Reply With Quote