customer, customer address and users data don't store in the tables

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!
Ahmad
Posts: 72
Joined: 05 Jul 2017, 15:19

customer, customer address and users data don't store in the tables

Post by Ahmad » 06 Oct 2020, 06:17

hi, i use aimeos laravel 2020.04
i make a few changes in checkout process:
- i just get customer first_name, last_name, (custom state_id and city_id), address, telephone as mobile number.
i create own order address class and this data save in order address correctly.
but however customer filled checkbox to create user account after set order, don't store any data in users, customer and customer address tables.
what can i do to fix this?