VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: vigier on September 09, 2012, 00:36:32 AM

Title: Notice: Undefined property: stdClass::$custom_price_by_letter
Post by: vigier on September 09, 2012, 00:36:32 AM
Hi,

busy adding new stuff to my site. It is live using 2.0.8c. Updated my offline site to 2.0.10. After that, I get the next error:
Notice: Undefined property: stdClass::$custom_price_by_letter in C:\wamp\www\Joomla\plugins\vmcustom\textinput\textinput.php on line 158
The line of code is
if ($productCustomsPrice->custom_price_by_letter ==1) {

I can see the file has been changed because of the date/time of the file while updating... What should I do to fix this?

Kind regards, Vigier

Title: Re: Notice: Undefined property: stdClass::$custom_price_by_letter
Post by: Milbo on September 09, 2012, 13:10:54 PM
I think you just should store the customfield using the plugin again. Then go in the products you used the customfield and store the "product customfields" again, that should solve it