VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Development & Testing => Topic started by: John2400 on October 07, 2012, 00:22:44 AM

Title: 2.0.12 - no additional charge appears fixed 2.0.12e
Post by: John2400 on October 07, 2012, 00:22:44 AM
I notice the wording no additional charge appears on variants -

yes I could get rid of it through language overrides - was not there in 2.0.10.
Title: Re: 2.0.12 - no additional charge appears
Post by: patrik60 on October 07, 2012, 12:55:37 PM
I did check the administrator/components/com_virtuemart/models/customfields.php.

I wonder wether it is necessary to have these lines (971 -973):

else {
$price = ($customPrice === '') ? '' :  JText::_ ('COM_VIRTUEMART_CART_PRICE_FREE');
}