VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: Da_Hobit on June 14, 2012, 12:27:42 PM

Title: Display "product_in_stock" in "default_pricelist.php"
Post by: Da_Hobit on June 14, 2012, 12:27:42 PM
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 !
Title: Re: Display "product_in_stock" in "default_pricelist.php"
Post by: srajca on June 15, 2012, 08:12:51 AM
try using $product->product_in_stock
for more info check this post from BanquetTables.Pro
http://forum.virtuemart.net/index.php?topic=100696.0
Title: Re: Display "product_in_stock" in "default_pricelist.php"
Post by: Da_Hobit on June 15, 2012, 11:17:31 AM
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 ?
Title: Re: Display "product_in_stock" in "default_pricelist.php"
Post by: Da_Hobit on June 18, 2012, 11:41:57 AM
nobody ?
Title: Re: Display "product_in_stock" in "default_pricelist.php"
Post by: szmidt344 on February 10, 2015, 13:53:56 PM
$prow->product_in_stock;