about stock level
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
- GülsümAkça
- Posts: 57
- Joined: 20 Nov 2020, 13:30
about stock level
I want to get stock level of the product in the catalog/detail/body-standard.php, how can i do that
thank you
thank you

Re: about stock level
Just add "stock" to this configuration:
https://aimeos.org/docs/2020.x/config/c ... l/#domains
Then, you can get the stock items using:
https://aimeos.org/docs/2020.x/config/c ... l/#domains
Then, you can get the stock items using:
Code: Select all
$stockItems = $this->detailProductItem->getStockItems()
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
