Item display prefix * * *

Phoca Restaurant Menu - restaurant menu manager
dotcom22
Phoca Enthusiast
Phoca Enthusiast
Posts: 54
Joined: 10 Nov 2008, 18:19

Item display prefix * * *

Post by dotcom22 »

Hello Jan

It seem by default all items have a prefix make with *** before the price. Inside the parameters tab we can normally change that and I have try to simply put nothing because I don't like to much...When I save the result the *** are always displayed in front end and present inside parameters tab...

I have also check in the parameters tab of the Joomla Component Menu Link and no prefix are set...

It is possible to choose to not have this *** displayed ??

thank
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48386
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Item display prefix * * *

Post by Jan »

Hi, the prefix is set as default to ... if you want to add empty space there then Joomla! parameters will recogineze it as nothing and will try to add defalt ...

So this you need to set in config.xml, see:
administrator/components/com_phocamenu/config.xml

Change it from:

Code: Select all

<param name="price_prefix" default="..." size="5" type="phocatext" label="Price Prefix" description="Price Prefix DESC" />
To:

Code: Select all

<param name="price_prefix" default="" size="5" type="phocatext" label="Price Prefix" description="Price Prefix DESC" />
If you find Phoca extensions useful, please support the project
Post Reply