View Single Post
  #3  
Old 07-08-2010, 02:49 PM
 
7thdesire 7thdesire is offline
 

Senior Member
  
Join Date: Sep 2006
Posts: 115
 

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

if anyone is intrested i got this to work useing the following


{if $v.class eq "Size"}
{foreach from=$extra_fields item=v}
{if $v.field eq "Size" && $v.field_value}
<div style="float:right">{$v.field_value}</div>
{/if}{/foreach}
{/if}

this displays the info i enter into an extra fiend only next to the size option dropdown

xcart 4.3.2
__________________
X-cart - 4.3.2 loads of mods and custom code
Reply With Quote