View Single Post
  #2  
Old 02-09-2003, 11:31 PM
 
funkydunk funkydunk is offline
 

X-Man
  
Join Date: Oct 2002
Location: Cambridge, UK
Posts: 2,210
 

Default

If you put a query around the add to cart form such as.

{if $product.productid eq 12345 }
Add to cart bits here
{else}
Phone ordering bits here
{/if}

Alternatively, if you set stock to zero for the items where you dont wat ordering then no add to cart buttons etc will appear.
__________________
ex x-cart guru
Reply With Quote