View Single Post
  #2  
Old 12-22-2008, 04:35 AM
  JWait's Avatar 
JWait JWait is offline
 

X-Man
  
Join Date: Nov 2005
Location: California
Posts: 2,440
 

Default 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
Reply With Quote