News:

Looking for documentation? Take a look on our wiki

Main Menu

Custom Fields Question

Started by zahidprimex, May 29, 2012, 06:22:02 AM

Previous topic - Next topic

zahidprimex

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

mowgs

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=""



zahidprimex

Quote from: mowgs on May 29, 2012, 12:52:58 PM
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