I created middle name field in the customer profile billing address section
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!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
- Jyothishkamalolbhavanpillai
- Posts: 4
- Joined: 01 May 2025, 05:47
I created middle name field in the customer profile billing address section
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
Create and run migration script and user table added new column.
How to save that data
Please help asap
Re: I created middle name field in the customer profile billing address section
Create a decorator for the customer manager for the new field:
https://aimeos.org/docs/latest/models/e ... /#easy-way
https://aimeos.org/docs/latest/models/e ... /#easy-way
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

- Jyothishkamalolbhavanpillai
- Posts: 4
- Joined: 01 May 2025, 05:47
Re: I created middle name field in the customer profile billing address section
I created field in the view file as screenshot
I followed steps in the above url.Data not stored in Users table
I followed steps in the above url.Data not stored in Users table
Re: I created middle name field in the customer profile billing address section
Please show your code
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

- Jyothishkamalolbhavanpillai
- Posts: 4
- Joined: 01 May 2025, 05:47
Re: I created middle name field in the customer profile billing address section
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.
https://github.com/jyothishdezynex/Techzaro
Please check and give feedback.
- Jyothishkamalolbhavanpillai
- Posts: 4
- Joined: 01 May 2025, 05:47
Re: I created middle name field in the customer profile billing address section
Please reply asap .
We are trouble with this for large project
We are trouble with this for large project
Re: I created middle name field in the customer profile billing address section
./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
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
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/supportJyothishkamalolbhavanpillai wrote: ↑02 May 2025, 11:35 Please reply asap . We are trouble with this for large project
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
