View Single Post
  #3  
Old 03-16-2006, 12:39 PM
  wjbrewer's Avatar 
wjbrewer wjbrewer is offline
Banned
 

X-Adept
  
Join Date: Feb 2005
Location: Pittsburgh, PA
Posts: 504
 

Default

Seems the easiest thing would be to edit the product.tpl and products.tpl to remove the add to cart button if you didn't want to sell anything. If you wanted to just sell certain products you could add a new availability field to the products table of the database, and then add something like this to the templates.

Code:
{if product.availability eq "Y"} --add the add to cart button code-- {/if}

Should be pretty easy to do. I could go more in depth if anyone is interested.
Reply With Quote