VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: jjk on November 24, 2011, 19:19:52 PM

Title: Notice: Undefined property: stdClass::$product_price in...
Post by: jjk on November 24, 2011, 19:19:52 PM
J1.7.3/VM2 SVN revision 4808

In my BE 'Product List', VMDebug displays the following notices:

Notice: Undefined property: stdClass::$product_price in ...\administrator\components\com_virtuemart\views\product\view.html.php on line 291
Notice: Undefined property: stdClass::$product_currency in ...\administrator\components\com_virtuemart\views\product\view.html.php on line 291

Anything wrong with line 291? - which is:
$product->product_price_display = $currencyDisplay->priceDisplay($product->product_price,(int)$product->product_currency,true);
Title: Re: Notice: Undefined property: stdClass::$product_price in...
Post by: PRO on November 27, 2011, 17:37:13 PM
I see some case differences there

in $currencyDisplay

I dont know if thats supposed to be that way or not