Manager Item

Help for integrating the Laravel package
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!
yong
Posts: 43
Joined: 10 Apr 2019, 12:55

Manager Item

Post by yong » 22 Jul 2019, 14:33

I have done all necessary to extends existing manager (product) but my item class doesn't overwrite the existing one ! when i dump an item my own values appear but the get/set functions of my item class are not accessible !
Need help please !

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Manager Item

Post by aimeos » 22 Jul 2019, 14:43

Don't forget to create your new item class in createItemBase() of your new manager.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

yong
Posts: 43
Joined: 10 Apr 2019, 12:55

Re: Manager Item

Post by yong » 22 Jul 2019, 14:58

Thanks !

Post Reply