View Single Post
  #2  
Old 06-21-2010, 12:46 PM
 
Shamun Shamun is offline
 

X-Adept
  
Join Date: Jun 2009
Location: North Carolina
Posts: 841
 

Default Re: help showing icon to right of a option dropdown

{foreach from=$extra_fields item=v}
{if $v.field eq "Size" && $v.field_value}
<div>{$v.field_value}</div>{if $extra_fields == 'fieldName'}Size guide{/if}
{/if}{/foreach}

Could try something to that extent.
__________________
- Shane Munroe
Reply With Quote