View Single Post
  #4  
Old 05-02-2009, 05:29 AM
 
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)

and what code should i use to show the image on the product.tpl? This i have bellow? I am not familiar..

my extra field service name is "ship_by_mail"

{if $extra_fields[field].ship_by_mail eq "Y"}
<img src="/skin1/images/myimage.gif" />{/if}

or

{if $extra_field.service_name eq "ship_by_mail"}
{if $extra_field.value eq "Y"}
<img src="skin1/images/custom/ship_by_mail.gif" />{/if}{/if}

none of those workings
__________________
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