VirtueMart Forum
VirtueMart 2 + 3 => Product creation => Topic started by: zahidprimex on May 29, 2012, 06:22:02 am
-
Hello everybody
I've build a site using VM 2. When I add custom field for different sizes of the product, it shows Free with custom field title. Lets say, I've a product whose sizes are 132cm, 136cm etc. Then it shows 132cm:Free, 136cm:Free etc. Here is live example below
http://boatsports.ca/skis-boards/wakeboard-boots/the-baseline-detail.html
How Can I remove this word Free? Plz help me
-
try:
/httpdocs/language/en-GB/en-GB.com_virtuemart.ini
(replace en-GB with whichever language you are using)
line 67
COM_VIRTUEMART_CART_PRICE_FREE="Free"
to
COM_VIRTUEMART_CART_PRICE_FREE=""
-
try:
/httpdocs/language/en-GB/en-GB.com_virtuemart.ini
(replace en-GB with whichever language you are using)
line 67
COM_VIRTUEMART_CART_PRICE_FREE="Free"
to
COM_VIRTUEMART_CART_PRICE_FREE=""
Thanks brother. It works great