Checkout Addresses / Setup Values not work properly
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!
Checkout Addresses / Setup Values not work properly
Ckeckout address input does not work properly.
When a user first registers, he only has an e-mail address for the billing address and no name or street etc.. If the name and address are added there, they are not taken over. There is also no error that the billing address is not filled. The mandatory fields are specified.
If you are in the shopping cart and click on "Checkout", the entry of the addresses is skipped even though they are empty.
If you enter the billing address under Profile and go to the last page in the checkout, the billing address is correct. "Same as billing address" was selected for the delivery address. But when submitting the order, an error message appears stating that the addresses have not been entered correctly.
The values "[object Object Object]" are also displayed under Setup in the options if they have json values.
Laravel: 11.0
Aimeos: 2024.04.*
PHP: 8.2
Windows
When a user first registers, he only has an e-mail address for the billing address and no name or street etc.. If the name and address are added there, they are not taken over. There is also no error that the billing address is not filled. The mandatory fields are specified.
If you are in the shopping cart and click on "Checkout", the entry of the addresses is skipped even though they are empty.
If you enter the billing address under Profile and go to the last page in the checkout, the billing address is correct. "Same as billing address" was selected for the delivery address. But when submitting the order, an error message appears stating that the addresses have not been entered correctly.
The values "[object Object Object]" are also displayed under Setup in the options if they have json values.
Laravel: 11.0
Aimeos: 2024.04.*
PHP: 8.2
Windows
Re: Checkout Addresses / Setup Values not work properly
This does only happen if you enable user registration in Laravel and then, the Autofill plugin adds this address to the basket automatically. Then, the address step is skipped because there's already an address in the basket and not checked if all mandatory fields are there. As a workaround, configure the Autofill plugin to disable adding the address:dburucu wrote: ↑22 May 2024, 01:09 Ckeckout address input does not work properly.
When a user first registers, he only has an e-mail address for the billing address and no name or street etc.. If the name and address are added there, they are not taken over. There is also no error that the billing address is not filled. The mandatory fields are specified.
https://aimeos.org/docs/latest/manual/plugins/#autofill
Can you post a screenshot and give more information about that one?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
Re: Checkout Addresses / Setup Values not work properly
This happens in several configurations in admin site.
You can see it in the official aimeos laravel admin demo:
https://admin.demo.aimeos.org/admin/def ... ?locale=en
You can see it in the official aimeos laravel admin demo:
https://admin.demo.aimeos.org/admin/def ... ?locale=en
Re: Checkout Addresses / Setup Values not work properly
This has been fixed now. Please use "composer up" to install the latest packages.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
Re: Checkout Addresses / Setup Values not work properly
thank you so much. it works.
Re: Checkout Addresses / Setup Values not work properly
I thought it worked, but it only works partially. When I have activated registration and have a billing address and go to checkout -> addresses, the saved address is displayed correctly. But when I change something in the address fields, the changes are not applied.aimeos wrote: ↑22 May 2024, 12:53This does only happen if you enable user registration in Laravel and then, the Autofill plugin adds this address to the basket automatically. Then, the address step is skipped because there's already an address in the basket and not checked if all mandatory fields are there. As a workaround, configure the Autofill plugin to disable adding the address:dburucu wrote: ↑22 May 2024, 01:09 Ckeckout address input does not work properly.
When a user first registers, he only has an e-mail address for the billing address and no name or street etc.. If the name and address are added there, they are not taken over. There is also no error that the billing address is not filled. The mandatory fields are specified.
https://aimeos.org/docs/latest/manual/plugins/#autofill
Re: Checkout Addresses / Setup Values not work properly
Where are they not applied to?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
Re: Checkout Addresses / Setup Values not work properly
Checkout Process > Addresses:
Click on billing address to change. I added "99" to firstname and lastname:
Click submit and you are in delivery. Click back again, nothing changed in billing address:
Click on billing address to change. I added "99" to firstname and lastname:
Click submit and you are in delivery. Click back again, nothing changed in billing address:
Re: Checkout Addresses / Setup Values not work properly
Thanks, problem has been fixed now. Please run "composer up" to get the latest version.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star