Account creation page

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!
Joseph
Posts: 22
Joined: 28 Sep 2022, 07:47

Account creation page

Post by Joseph » 13 Feb 2023, 13:56

Hello,

I have a question regarding the location of the file that handles the onclick JavaScript execution code on the account creation page.

I am trying to make some changes to add a little notification when an account is created, after clicking the submit button, and we have a sub-page for said case, but I'm having trouble finding the javascript handler that handles the submit event to redirect. (Or perhaps a different method entirely?)

Could someone please point me in the right direction?

Thank you in advance,
JOseph

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

Re: Account creation page

Post by aimeos » 15 Feb 2023, 08:05

Which host application do you use? Laravel?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Joseph
Posts: 22
Joined: 28 Sep 2022, 07:47

Re: Account creation page

Post by Joseph » 15 Feb 2023, 08:27

Oh yeah, forgot to mention that, sorry

typo3@11.5.10
aimeos@22.10.3

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

Re: Account creation page

Post by aimeos » 15 Feb 2023, 08:33

You need to add it to the aimeos.js file which is included in each page because there's no specific JS file when creating accounts because it's not an Aimeos page but from TYPO3.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply