Page 1 of 1

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

Posted: 06 Oct 2020, 06:17
by Ahmad
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?