I am wanting to know if this is possible with the company directory module, you will see by the code what i am trying to achieve, but i want the payment accepted fields to display images instead of text. Field types are set to "textbox" but nothing seems to display on output.
Heres the code:
Code: Select all
{if $entry->eftpos ne ''} <img src="/global/cards-eftpos.gif" width="29" height="19" />{/if}{if
$entry->mastercard ne ''} <img src="/global/cards-mastercard.gif" width="29" height="19" />{/if}{if
$entry->visa ne ''} <img src="/global/cards-visa.gif" width="29" height="19" />{/if}
Any ideas?
Cheers
David