View Single Post
  #6  
Old 05-02-2009, 10:22 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)

this code have to be also in the product.tpl?

{section name=field loop=$extra_fields}
{if $extra_fields[field].field eq "ship_by_mail" && $extra_fields[field].field_value ne ""}
{assign var="ship_by_mail" value=$extra_fields[field].field_value}
{/if}
{/section}

i tried it but i think don't work. the image doesn't appear. I tried also the <b>Ship By Mail:</b> {$ship_by_mail}<br />
but it appears only the text with bold
__________________
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