I use the stock of a supplier as well as our own stock. For the stock of the supplier I have added a new row in the products table.
In the last versions of VM I could call it in default.php (category view). Since I have updated VM to 2.0.16 it doesn't work anymore.
In the category view I have the following code:
<?php
echo $product->product_in_stock_supplier;
echo $product->product_in_stock; ?>
It used to work in VM 2.0.14 but now I have updated to VM 2.0.16 and $product->product_in_stock is showing but $product->product_in_stock_supplier doesn't show anymore.
Does anybody know what is causes this problem?
http://forum.virtuemart.net/index.php?topic=111469.0