News:

Looking for documentation? Take a look on our wiki

Main Menu

Display "product_in_stock" in "default_pricelist.php"

Started by Da_Hobit, June 14, 2012, 12:27:42 PM

Previous topic - Next topic

Da_Hobit

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 !

srajca


Da_Hobit

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 ?