Get rid of +price in product options.

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Mon Jan 14, 2013 10:04 pm
Reply with quote
Report this post
Hi

Quick question how to get rid of the +price in the product options.
Thank you

(Bike Store)
User avatar
Senior Boarder

Konrad M
Wed Jan 16, 2013 11:15 am
Reply with quote
Report this post
Hi,
please try check in VM settings product.
User avatar

GK User
Thu Jan 17, 2013 1:21 am
Reply with quote
Report this post
I found the answer...
in administrator\components\com_virtuemart\models\customfields.php
Code: Select all
$productCustom->text = $productCustom->custom_value.' '. $price;

to this line:
Code: Select all
$productCustom->text = $productCustom->custom_value;


Thank you
User avatar
Senior Boarder


cron