PrestaJunior Posted April 19, 2023 Share Posted April 19, 2023 Hi, Do you have nay idea how to create different registration form for each multistore shop? What happend... ? I have a Prestashop with multistore feature active. Both shops are different and I need custom registration for each of them. Each registration page will contain different form fields, so simple HTML/CSS would not work here, as the POST data need to be stored somewhere... I tried to override /classes/form/CustomerFormatter.php but it change registration content in all shops. I also try to create custom module which override above file but only for specific multistore ID and it do not help. Same results as above. Link to comment Share on other sites More sharing options...
PrestaJunior Posted April 20, 2023 Author Share Posted April 20, 2023 Can anyone help or at least tell me that it is not possible ? Link to comment Share on other sites More sharing options...
thn_ Posted March 13 Share Posted March 13 I'll bump this one up, is there any way to make 2 different signup forms for multistore B2C and B2B? Link to comment Share on other sites More sharing options...
Prestashop Addict Posted March 15 Share Posted March 15 Yes it's possible you have to create a module ModuleFrontController and have skill. Create class MyShopForm extends AbstractForm and also class MyShopFormatter implements FormFormatterInterface and all managed in initContent(). Link to comment Share on other sites More sharing options...
Derbeca Posted June 21 Share Posted June 21 Hello, it will also depend on which fields will be different in each form. If they are Prestashop default fields, by selecting store2, for example, you can decide which fields are required in the address, or the fields you want to show in the settings for each international country -> geographical locations -> countries. This would only work with Prestashop's default fields. Another thing is if you want to add fields that don't exist, then, as @Prestashop Addict says, you would have to have programming skills, as it is a more complicated task. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now