Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

Conditional hiding of a language label in product.tpl

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 12-20-2008, 03:36 PM
 
boswell boswell is offline
 

Member
  
Join Date: Jul 2007
Posts: 11
 

Default Conditional hiding of a language label in product.tpl

I need to hide the quantity label {$lng.lbl_quantity} in my product.tpl IF the product in question is in a specific category.

Default code in product.tpl is:
Code:
<tr> <td height="25" width="30%"> {$lng.lbl_quantity} {if $product.min_amount gt 1}<br /> <font class="ProductDetailsTitle">{$lng.txt_need_min_amount|substitute:"items":$product.min_amount} </font> {/if} </td>


But i'm confused on x-cart syntax and how to make:
Code:
{if $product.categoryid eq '532'} HIDE QUANTITY LABEL {else} DISPLAY QUANTITY LABEL AS USUAL {/if}

Could someone help flesh out the necessary code? Thanks
__________________
X-Cart Gold - 4.1.8
Reply With Quote
  #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
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 03:24 AM.

   

 
X-Cart forums © 2001-2020