View Single Post
  #7  
Old 09-16-2006, 11:33 PM
 
tobychapman tobychapman is offline
 

Senior Member
  
Join Date: Sep 2005
Location: France
Posts: 112
 

Default Re: Quick help with Buy Now button pls.. page error!

Quote:
Originally Posted by instink
Error: Object doesn't support this property or method

This is a form error. The buy_now template is probably not getting the variables it needs. Inebriate is right, buy_now needs a "$product" array, not a "$productid" array. So change as he suggests. Then make sure all the variables needed by buy_now are present. Put them all in another file and call this from the button and see which are present and which not. Check especially those needed by FORM in buy_now : _{$product.productid}_{$product.add_date}
__________________
XCart Gold 4.0.18
Fedora 6 - Apache 2.2.4 - PHP 5.1.6 - MySQL 5.0.27
www.goose.fr
Reply With Quote