![]() |
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> But i'm confused on x-cart syntax and how to make: Code:
{if $product.categoryid eq '532'} Could someone help flesh out the necessary code? Thanks |
Re: Conditional hiding of a language label in product.tpl
Have you tried this?
Code:
<tr> |
All times are GMT -8. The time now is 07:27 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.