News:

Looking for documentation? Take a look on our wiki

Main Menu

delete price from custom fields on Virtuemart 3.0.12

Started by primey, December 02, 2015, 14:04:54 PM

Previous topic - Next topic

primey

Hello!

I didn#t found any solution that help me in this and other forums.

So i had customfields on my products and everywhere there is a price +0.00 i ask Dr. Google but i get no solution to solve my problem on Virtuemart 3

Please let me know how can i delete this prices???

Link to my Site: http://www.brauchen.at/pointner/index.php/normalschleifstein

Thanks a lot

serafix

Go to:
administrator/components/com_virtuemart/models/customfields.php

Change line 881:

return $price;
to
return;




misholini

Thanks a mil Searfix!
That's magic!
Was struggling with it, previously amending: $price ="+".$price; (around line 918) to: $price =""; worked for me, but since update to VM.3.2.8 that never gave effect.
Your solution spared my headaches.