Re: Conditional hiding of a language label in product.tpl
Have you tried this?
Code:
<tr>
<td height="25" width="30%">
{if $product.categoryid ne '532'}
{$lng.lbl_quantity}
{/if}
{if $product.min_amount gt 1}<br />
<font class="ProductDetailsTitle">{$lng.txt_need_min_amount|substitute:"items":$product.min_amount}
</font>
{/if}
</td>
__________________
Two Separate X-Cart Stores
Version 4.4.4 Gold - X-AOM - Vivid Dreams Aquamarine (modified) - Linux
Mods - Newest Products - View All -, and a few others. Numerous upgrades from 4.0.x series.
Integrated with Stone Edge Order Manager + POS
Version 4.1.12 Gold (fresh install) - X-AOM - Linux
Mods - XCSEO free
|