customer, customer address and users data don't store in the tables
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!
customer, customer address and users data don't store in the tables
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?
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?