VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: oneyozfest182 on April 27, 2015, 17:08:32 PM

Title: Error Notices
Post by: oneyozfest182 on April 27, 2015, 17:08:32 PM
I'm hoping I'm posting this in the right section. I keep getting errors on a bunch of my products when a user tries to view them. The errors read as follows:

Notice: Undefined index: product_price in
./administrator/components/com_virtuemart/helpers/calculationh.php
on line 308

Notice: Undefined index: product_currency in
./administrator/components/com_virtuemart/helpers/calculationh.php
on line 309

Notice: Undefined index: override in
./administrator/components/com_virtuemart/helpers/calculationh.php
on line 310

Notice: Undefined index: product_override_price in
./administrator/components/com_virtuemart/helpers/calculationh.php
on line 311

Notice: Undefined index: product_tax_id in
./administrator/components/com_virtuemart/helpers/calculationh.php
on line 312

Notice: Undefined index: product_discount_id in
./administrator/components/com_virtuemart/helpers/calculationh.php
on line 313


If anyone could help me out, it would be much appreciated. :( The products on the site intentionally have no prices, or prices are set to zero, because our customers pay on Net 30, and we sell wholesale, so we don't want any prices showing online. This was working previously, and I think the latest either Joomla! or VirtueMart update broke it.

Version Info:
QuoteJoomla 3.4.1
VirtueMart 3.0.8
OS Linux b
PHP 5.3.13
MySQLi 5.5.32-log
Title: Re: Error Notices
Post by: GJC Web Design on April 27, 2015, 21:55:08 PM
these aren't errors - they are notices - they do not effect the function of VM... of course not ideal.. but ...

Your error reporting is set too high for a production site

plenty of posts on here how to suppress these notices