VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: Doggiefield on December 30, 2012, 03:01:22 AM

Title: Category view VM2.0.16
Post by: Doggiefield on December 30, 2012, 03:01:22 AM
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?
Title: Re: Category view VM2.0.16
Post by: jenkinhill on December 30, 2012, 14:35:06 PM
http://forum.virtuemart.net/index.php?topic=111469.0