Notice: Undefined property: stdClass::$product_price in...

Started by jjk, November 24, 2011, 19:19:52 PM

Previous topic - Next topic

jjk

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);
Non-English Shops: Are your language files up to date?
http://virtuemart.net/community/translations

PRO

I see some case differences there

in $currencyDisplay

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