Quote:
Originally Posted by Dawn Howard
Thanks for this Denis! Would the code:
{if $product.price gt 0}
change at all for american dollars? I'm not sure if your "gt" represents your currency.
|
It won't change: "gt" means "greater". I.e. the line means "if the product price is greater than zero".