I created middle name field in the customer profile billing address section

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!
User avatar
Jyothishkamalolbhavanpillai
Posts: 4
Joined: 01 May 2025, 05:47

I created middle name field in the customer profile billing address section

Post by Jyothishkamalolbhavanpillai » 01 May 2025, 05:50

I created one middle name field inthe customer profile billing address section.
Create and run migration script and user table added new column.
How to save that data
Please help asap

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

Re: I created middle name field in the customer profile billing address section

Post by aimeos » 01 May 2025, 19:27

Create a decorator for the customer manager for the new field:
https://aimeos.org/docs/latest/models/e ... /#easy-way
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
Jyothishkamalolbhavanpillai
Posts: 4
Joined: 01 May 2025, 05:47

Re: I created middle name field in the customer profile billing address section

Post by Jyothishkamalolbhavanpillai » 02 May 2025, 07:20

I created field in the view file as screenshot
I followed steps in the above url.Data not stored in Users table

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

Re: I created middle name field in the customer profile billing address section

Post by aimeos » 02 May 2025, 08:13

Please show your code
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
Jyothishkamalolbhavanpillai
Posts: 4
Joined: 01 May 2025, 05:47

Re: I created middle name field in the customer profile billing address section

Post by Jyothishkamalolbhavanpillai » 02 May 2025, 09:05

This is my package repository.In my aimeos customer data stored in the user table.
https://github.com/jyothishdezynex/Techzaro
Please check and give feedback.

User avatar
Jyothishkamalolbhavanpillai
Posts: 4
Joined: 01 May 2025, 05:47

Re: I created middle name field in the customer profile billing address section

Post by Jyothishkamalolbhavanpillai » 02 May 2025, 11:35

Please reply asap .
We are trouble with this for large project

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

Re: I created middle name field in the customer profile billing address section

Post by aimeos » 02 May 2025, 20:15

./lib/custom/ isn't a valid directory, there must be a ./src/ directory at the top level of your package.

Futhermore, your manager decorator doesn't contain the required code as stated by the link sent:
https://aimeos.org/docs/latest/models/e ... /#easy-way
Jyothishkamalolbhavanpillai wrote: 02 May 2025, 11:35 Please reply asap . We are trouble with this for large project
If you need 1:1 developer support including short SLAs, please ask the Aimeos company for support. They have support packages for that case: https://aimeos.com/support
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply