View Single Post
  #3  
Old 09-13-2006, 10:27 PM
 
inebriate inebriate is offline
 

eXpert
  
Join Date: May 2006
Posts: 301
 

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

you are assigning the wrong object to productid...and going by products.tpl, you want product and not productid

you have:
{include file="customer/main/buy_now.tpl" productid=$product_links[cat_num]}

change to:
{include file="customer/main/buy_now.tpl" product=$product_links[cat_num]} //(if that doesnt work, try adding .product at the end, i dont know which to use)
__________________
x-cart pro 4.0.18
linux
www.fabric8d.com (currently undergoing construction)
Reply With Quote