VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: ArrobaLab on July 09, 2015, 18:05:37 PM

Title: Hidde "No Additional Charge" on custom fields
Post by: ArrobaLab on July 09, 2015, 18:05:37 PM
I've set some custom fields for the user to select colors and sizes, some of them won't affect price. I would like for those options that doesn't affect price to remove the legend "No additional charge", so only the overprices amounts are shown.

VirtueMart 3.0.9
Joomla! 2.5.20
PHP Version 5.4.38
Title: Re: Hidde "No Additional Charge" on custom fields
Post by: Studio 42 on July 11, 2015, 00:15:49 AM
you can replace in language keys or use an overide for COM_VIRTUEMART_CART_PRICE_FREE
go to YOURSTORE/administrator/index.php?option=com_languages&view=overrides and add the key for each language and simply add for translation a space(perhaps leaving empty work)
Then you never see anymore "No additional charge" in your shop
Title: Re: Hidde "No Additional Charge" on custom fields
Post by: lyvy on December 07, 2015, 06:01:18 AM
Hi, Thanks. I made it by your method!