Re: Disable 'Add to cart' for $0 products
Products without a price? Try something like this:
{if $product.price ne 0}{include file="buttons/add_to_cart.tpl" style="button" href="javascript: if(FormValidation()) document.orderform.submit();"}
{else}
{if $product.price eq 0}{$lng.lbl_your_label_that_you_want_displayed}
__________________
______________
version 4.1.9 Gold
|