Hi,
i hope somebody can help
- i want to display my stock quantity in my shopping cart ...
so i need to edit 'default_pricelist.php'
'$this->product->product_in_stock ' works perfect in my product detail view , but i can't get it to work in my cart
thnx 4 helping !
try using $product->product_in_stock
for more info check this post from BanquetTables.Pro
http://forum.virtuemart.net/index.php?topic=100696.0
thanks for the tip but i already tryed that and it doens't work
'$product->product_in_stock' is for use in 'category page'
'$this->product->product_in_stock' is for use in 'product page'
but for the cart ?
nobody ?
$prow->product_in_stock;