Search found 2 matches

by amJing
01 Sep 2022, 09:24
Forum: Laravel package
Topic: Add new field to users can't show and store the data
Replies: 2
Views: 1900

Re: Add new field to users can't show and store the data

I think it's toArray and fromArray issue, so I did the follow things, but it still can't work. First to add decorator for customer item at packages/cywextension/src/MShop/Customer/Item/Decorator/CywCustomerItemDecorator.php namespace Aimeos\MShop\Customer\Item; class CywCustomerItemDecorator extends...
by amJing
01 Sep 2022, 09:18
Forum: Laravel package
Topic: Add new field to users can't show and store the data
Replies: 2
Views: 1900

Add new field to users can't show and store the data

Hi There, I followed this article https://aimeos.org/docs/latest/models/extend-managers/#easy-way to add new field to users, First I created manager decorator at packages/cywextension/src/MShop/Customer/Manager/Decorator/CywCustomerDecorator.php <?php namespace Aimeos\MShop\Customer\Manager\Decorato...