View Single Post
  #6  
Old 01-21-2009, 04:25 PM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: need a way to have a catagory available for phone order only

I just woke up from a nap excuse me.

Im sorry that is wrong. it removes the price not the buy now.

find this
{include file="buttons/add_to_cart.tpl" style="button" href="javascript: if(FormValidation()) document.orderform.submit();"}

and replace with this

{if $cat eq 249}
Pleae call to order
{else}
{include file="buttons/add_to_cart.tpl" style="button" href="javascript: if(FormValidation()) document.orderform.submit();"}
{/if}
__________________
xcart 5.1.2
Reply With Quote