View Single Post
  #21  
Old 11-21-2003, 11:07 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default

Not sure if it's that I'm using an older version of x-cart, but adding to the wishlist does not work for me.
Code:
{if $login ne "" and $active_modules.Wishlist ne ""} <form name=orderform_{$product_links[cat_num].productid} method=post action="cart.php?mode=add">{include file="customer/add2wl.tpl"}</form> {/if}

I've removed the $js_enabled check and the button shows, there's just no way of submitting the information.
Reply With Quote