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
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
Hi, Thanks. I made it by your method!