View Single Post
  #1  
Old 06-19-2010, 01:38 AM
 
7thdesire 7thdesire is offline
 

Senior Member
  
Join Date: Sep 2006
Posts: 115
 

Default help showing icon to right of a option dropdown

hi guys i am abit stuck and could use some help

i need the following

if product option is Size to display an icon ie my size guide icon i use

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

this displays my size guide icon if that product has a size guide

i have included and image so you can see what i am trying todo any help would be great

http://www.tacksales.co.uk/images/Untitled-4.jpg
__________________
X-cart - 4.3.2 loads of mods and custom code
Reply With Quote