Checkout skips steps

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
TGergo
Posts: 41
Joined: 24 Nov 2022, 14:35

Checkout skips steps

Post by TGergo » 13 Dec 2022, 14:38

php version 8.1
Windows 10
Aimeos version 2022.10.2.

Hello!

I would like to guide the registered customer through all the steps in the checkout.
But sometimes checkout button (/checkout) jumps to the last or other step but not the second one to enter the address.

aimeosenv
Posts: 7
Joined: 13 Dec 2022, 21:04

Re: Checkout skips steps

Post by aimeosenv » 13 Dec 2022, 21:41

If you are logged in it will redirect you to step 4. right away by default.

If you are not logged in it will go step by step.

Hope it helps.
============================
Aimeos 2022.10+ (2022.10.3)
PHP 8.1.12 / Laravel
Win (Develop)

User avatar
aimeos
Administrator
Posts: 7866
Joined: 01 Jan 1970, 00:00

Re: Checkout skips steps

Post by aimeos » 14 Dec 2022, 07:12

Like @aimeosenv said, steps are skipped for already known subparts. If the user is logged in, the address step is skipped and if the user already ordered once, the delivery and payment steps are skipped too by default. You can adapt the later behavior in the Autofill plugin:
https://aimeos.org/docs/latest/manual/plugins/#autofill
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

TGergo
Posts: 41
Joined: 24 Nov 2022, 14:35

Re: Checkout skips steps

Post by TGergo » 14 Dec 2022, 10:58

Thank You!

I need to use Laravel registration too. (/register)
I know you don't support it.
Therefore this is a problem.

User avatar
aimeos
Administrator
Posts: 7866
Joined: 01 Jan 1970, 00:00

Re: Checkout skips steps

Post by aimeos » 15 Dec 2022, 12:19

If you want to use user registration/login before checkout, there's a thread with instructions how to do that:
Re: Login/Register forms within shop pages
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply