Page 1 of 1

Item display prefix * * *

Posted: 06 Aug 2009, 13:28
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

Re: Item display prefix * * *

Posted: 06 Aug 2009, 15:55
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" />