Search found 2 matches
- 22 Oct 2020, 20:15
- Forum: Laravel package
- Topic: How to get product stock?
- Replies: 2
- Views: 1327
Re: How to get product stock?
Thanks!
- 20 Oct 2020, 22:32
- Forum: Laravel package
- Topic: How to get product stock?
- Replies: 2
- Views: 1327
How to get product stock?
Hello, I need to get the stock value of a product and I'm using the getStockItems function, but I have no results. My code looks like this: $newfunction = function( \Aimeos\MShop\Product\Item\Iface $item ) use ( $fields, $target, $cntl, $action, $config ){ var_dump($item->getStockItems( )); die(); }...