View Single Post
  #160  
Old 09-11-2013, 09:12 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: common if/then modifications I make to x-cart...

Quote:
Originally Posted by while.e.kyote
if (lng.variable != '')

missing the $ and this code looks more of a php than smarty so it won't work in templates

{if $lng.your_variable_name ne ''}{$lng.your_variable_name}{/if}
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote