View Single Post
  #3  
Old 08-20-2004, 02:40 AM
  EnriqueHavoc's Avatar 
EnriqueHavoc EnriqueHavoc is offline
 

eXpert
  
Join Date: Jul 2004
Posts: 232
 

Default

yes that did the trick!


the code looked a little bit different at first:

/customer/main/product.tpl:
********************************************
{include file="buttons/add_to_cart.tpl" style="button" href="javascript:if (FormValidation()) document.orderform.submit()"}
********************************************

changed to:
********************************************
{include file="buttons/add_to_cart.tpl" style="button"}
********************************************

Thanks very much netmagik! cheers!
Reply With Quote