password confirmation

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!
ahmad.rml
Posts: 1
Joined: 19 Feb 2024, 14:26

password confirmation

Post by ahmad.rml » 12 Mar 2024, 14:45

hello iam trying to add a new sub-part to the checkout/standard/process step which checks the password against the user password
how can implement it?

Gagik
Posts: 38
Joined: 05 Dec 2023, 06:58

Re: password confirmation

Post by Gagik » 13 Mar 2024, 09:01

Hi.

Add a new subpart name in the checkout -> standard -> subparts array of the configuration file. Then create a manager file with necessary templates.Then add 'checks password' middleware for this subpart in the same configuration file.

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

Re: password confirmation

Post by aimeos » 13 Mar 2024, 15:03

Here's an article that describes how to implement sub-parts for HTML components:
https://aimeos.org/docs/latest/frontend ... -subparts/
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply