Search found 2 matches

by yahyya
30 Sep 2021, 13:21
Forum: Laravel package
Topic: Can't get product properties
Replies: 3
Views: 871

Re: Can't get product properties

Yes
by yahyya
29 Sep 2021, 05:57
Forum: Laravel package
Topic: Can't get product properties
Replies: 3
Views: 871

Can't get product properties

php : 8.0, aimeos/aimeos-laravel: "~2021.07", Hi i was using this line of code to retrieve the properties of a product : $product = $manager->get($id, ['text', 'price', 'media', 'attribute', 'product', 'catalog','product/property']); $product->getPropertyItems() but now getPropertyItems() ...