Bug [# 980] Undefined property: _PHPSHOP_PRODUCT_FORM_PRICE
Tags:   No tags associated yet.

  Go back
 Category:  --  Severity:  --  Version:  --
 Joomla! Version:  --  Browser Version:  --  Fixed in Version:  --
Description:
On the Product Status tab of a Product, get the following error message:

Notice: Undefined property: _PHPSHOP_PRODUCT_FORM_PRICE in /home/sites/site91/web/administrator/components/com_virtuemart/html/product.product_form.php on line 426

Searched the code for _PHPSHOP_PRODUCT_FORM_PRICE but it only is found in that one spot. Similar variables, _PHPSHOP_PRODUCT_FORM_PRICE_NET and _PHPSHOP_PRODUCT_FORM_PRICE_GROSS appear elsewhere.

Details:
Submitted Comment
soeren_nb
Dec 13 2006
Do you by any chance mean line 624 instead of 426?
soeren_nb
Oct 27 2006
Ok,
just change line 426 in the file product.product_form.php to:

[{<td><?php echo $VM_LANG->_PHPSHOP_PRODUCT_FORM_PRICE_NET ?></td>]}