News:

Looking for documentation? Take a look on our wiki

Main Menu

Remove price of custom field value.

Started by Ziggo, May 07, 2012, 12:33:42 PM

Previous topic - Next topic

clabis71

Yes, this solution does not work on VM 2.0.22e

Quote from: Maxim Pishnyak on September 30, 2013, 07:01:04 AM
This remedy?
Quote from: ciriman on July 30, 2012, 18:41:43 PM
VirtueMart 2.0.8e
After much stress I have the solution! I found the string that generates the content selection fields

administrator/components/com_virtuemart/models/customfields.php
$productCustom->text = $productCustom->custom_value . ' ' . $price;

delete from the string .$price or replace with another value..


clabis71

you are all obsolete, I did some tests but nothing, prices continue to appear to the side of the custom fields.
With version 2.0.20 this change worked. Now I'm testing the version 2.0.24 and should not be, I think there's something else to fix ...
I await some good solution

Maxim Pishnyak

You can support Community by voting for Project on the JED
https://extensions.joomla.org/extension/virtuemart/#reviews
Join us at
https://twitter.com/virtuemart

binarix

I want to remove "4 Pack +$ 5.00" in here I want to remove +$5.00 . Can you please help me.

I tried removing from customfield.php . but still no luck..

Rich-Springclear

Hi im fairly new to virtuemart and having the problem in this thread.

Can anyone tell me how I can access this:

administrator/components/com_virtuemart/models/customfields.php

I cant seem to find it anywhere

Hope someone can help

Thanks

misterpo

Hi there,

I run Joomla 2.5.19 and VM 2.6 and have the problem in this thread (I'd like to remove "-3000,00 €" from the button label in http://www.rallye1000bornes.fr/web/index.php/paiement-en-ligne/highlands-tour-18-25-mai-2014-detail.html).

Editing administrator/components/com_virtuemart/models/customfields.php as described does not work for me.

Any workaround ?