View Single Post
  #7  
Old 04-20-2012, 08:08 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Parse smarty tags in extra fields

Try this

1. The extra field name is "tech"
2. The language variables names are "technology", "tech", "technical"
3. You enter just that text for appropriate products - tech, technology, technical or leave empty
4. When showing extra fields loop through them and if servoce_name=tech show {$lng.`$field.value`}

Now this is not tested so it may not work
You can also just say
if service_name=tech
if filed.value=tech show THIS
elseif field.value=technology show THAT
etc...
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote