I am a newbie to CMSMS
I would really appreciate some help on this issue. I wish to make the {titleattribute} input field a price field.
So if the price of say 500.00 is entered into this field, my template would show up the following "Prices from € 500.00"
I created a new Menu Template called Price with this code:
{foreach from=$nodelist item=node}
{if $node->current == true}
Prices from: €{$node->titleattribute}
{else}
{/if}
{/foreach}
It shows correct when I call the template when prices have been entered, but where prices are empty it still displays the text: "Prices from: €"
any help would be appreciated, I can't seem to find an answer in this forum or support notes.
- FG
