checkout 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!
hyalcin
Posts: 11
Joined: 09 Aug 2024, 13:22

checkout steps

Post by hyalcin » 09 Aug 2024, 13:27

After making the checkout steps onepage, when I click the back button on the address form, it returns to the basket step, but I do not use basket. Also, on the address page, the next button runs shop/checkout/process and I get the error [DOM] Multiple forms should be contained in their own form elements; break up complex forms into ones that represent a single action: (More info: https://goo.gl/9p2vKq) <form class=​"container-xxl" method=​"POST" action=​"/​shop/​checkout/​process">​…​</form>​

Thanks in advance for your help.

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

Re: checkout steps

Post by aimeos » 13 Aug 2024, 04:43

Did you adapt the checkout templates? By default, there's only one form for all checkout steps.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

hyalcin
Posts: 11
Joined: 09 Aug 2024, 13:22

Re: checkout steps

Post by hyalcin » 14 Aug 2024, 09:41

Yes, I added new fields to the form.

Post Reply