View Single Post
  #9  
Old 05-02-2009, 01:44 PM
 
Christofer Christofer is offline
 

eXpert
  
Join Date: Apr 2009
Location: Thessaloniki, Greece
Posts: 202
 

Default Re: ship by mail icon.. (like the special offer icon) (i can pay for it)

well the one that worked is that :
Code:
{section name=field loop=$extra_fields} {if $extra_fields[field].field_value eq "Y" && $extra_fields[field].field eq "Ship by mail"} <img src="{$ImagesDir}/custom/ship_by_mail.gif" /> {/if}{/section}

so it looks like on the "$extra_fields[field].field" it wants the field name and not service name

thank you very much
__________________
X-Cart Gold : 4.2.1 (on linux parallels plesk / mysql)
Php v5.2.9 (Zend: 2.2.0) - MySql v5.0.79 - LiteSpeed server
Modules : X-Offer & X-Aom & One page checkout
Product tabs & Product downloads & many more
Reply With Quote