Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

help showing icon to right of a option dropdown

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #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
  #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
  #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

The following user thanks 7thdesire for this useful post:
am2003 (08-10-2010)
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 05:27 AM.

   

 
X-Cart forums © 2001-2020