VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product creation => Topic started by: KCowboY on October 05, 2012, 16:17:33 PM

Title: Custom Field problem 2.0.12
Post by: KCowboY on October 05, 2012, 16:17:33 PM
Hi there,

I got a problem with the 2.0.12 since I updated VM this morning! I use the Custom fields to allow the customer to choose the size of a product! In the previous VM version I leave the "Price" field empty to get no "No additional charge" message in the frontend. Now with the update its not possible to leave it empty. The 0 is set automatic by the system......in result I have the "No additional charge" message in every product. What I want is that in the frontend a message only appears if the type has an additional charge. Till the update it works fine.......
Someone an idea how to get it right?

Thanx

PS: please excuse my bad english! I try my best

 
Title: Re: Custom Field problem 2.0.12
Post by: balai on October 05, 2012, 16:40:24 PM
Hi

I think that you can change that from the language file en-GB.com_virtuemart.ini
Set the string:
COM_VIRTUEMART_CART_PRICE_FREE="No additional charge" 
to:
COM_VIRTUEMART_CART_PRICE_FREE="" 
Title: Re: Custom Field problem 2.0.12
Post by: KCowboY on October 05, 2012, 16:57:56 PM
Hey balai many, many thanksalot! This works!
Title: Re: Custom Field problem 2.0.12
Post by: bytelord on October 05, 2012, 16:59:31 PM
Hi,

You can use j25 language override option that make the changes in override language folder. Is better from changing the original language files because every time you make a VM update or an update to language pack if you change the original files will be overwritten and you have to do it again, if you do it by override you can update language files without the need to change again the original files.

You can find a tutorial here

http://www.ostraining.com/blog/joomla/languge-manager/

Regards
Title: Re: Custom Field problem 2.0.12
Post by: VMbegin on November 20, 2013, 04:10:16 AM
bytelord-- Thanks-- Creating a language override was an amazing alternative. THANKS a Million!!!!!  8)