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
|