Jump to content

Prestashop(Multistore) Different Registration Form Fields For Each Shop


PrestaJunior

Recommended Posts

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

  • 10 months later...
  • 3 months later...

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...