Search the Community
Showing results for tags 'Registration Form'.
-
I hope someone could help with this: after setting up Prestashop 1.7, i saw that diffrently from PS 1.6 ther's no "backoffice>customer> registration process type (standard account creation and address creation)", as in need customer fill its address already in the registration form. How can i merge the address form in the registration form?? Thanks!
- 32 replies
-
- 2
-
-
- address
- registration form
-
(and 1 more)
Tagged with:
-
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.
- 1 reply
-
- css
- javascript
-
(and 6 more)
Tagged with:
-
Hi Everyone, Hope this is a simple one. I'm using the "classic" theme and on the registration page, I want to put some text before the main section (see red arrow in attached image called registration_page.png). How do you do this? To clarify, I don't want a new field, just a sentence/line of text to alert the customer to something while completing the form. In the other image (registration_code.png) - would this be the location to enter any text? I could try this, but is it the right location? Thanks for your help. Dave
-
Hi, I hope someone can help me. I have developed a multistore with Prestashop 1.6.1.7 One shop is for b2c customers, the other one is for b2b customers. I need to make, in the registration form, the VAT field mandatory on the b2b website and not mandatory on the b2c website. Is that possible? Any help will be appreciated. Thanks
- 5 replies
-
- multistore
- vat
-
(and 1 more)
Tagged with:
-
Hello, Can you help me? I´m creating a shop on Prestashop 1.6 and I need to include on registration form a field named Vat number under Company Information block. I already comment SIRET and APE fiels as I don´t need them (in fact I even don´t know what they are as I am in Portugal and they are not used). So, now I only have two fieds under Company Information block, the name and the site name and I must to include a field for tha Vat number. I don´t need any number validation, I just need to be a required field. I will appreciate your help, Thanks a lot Luisa
-
Hi All, I need a feature of different account types for user registration.... for example Personal Account, Business Account, NFP Organization, where in each account I will ask for specific fields needed for invoicing... I think it pretty common need that online shops has.... MY QUESTION> can you suggest any other ready solution or maybe a step by step guide in order to add custom, dependable fields to registration form. Thank you PrestaShop version: 1.7.6.4 PHP version: 7.3.19 p.s. I have tried to use "Custom Registration Fields - Registration Validation Module Developed by FME Modules" but its functionality is horrible, dependable fields work ONLY in certain conditions the same all other "features" declared as working and in-place (fields validation, fields editable, fields requested features ) - but defacto this they are not working properly, and their developers cannot because of own limitations or wan't fix them. So I will proceed with refund request these days.
-
I have a store (v.1.6.0.9) with a 2 customer groups: normal and wholesale. I would like to know if there is any way to select in register form if customer is a wholesale. And in case it is a wholesaler customer, cannot log in automatically and I provide the access data. I looking for a solution and I have not found anything for this specific problem. I would appreciate if someone can tell me if there is the possibility of doing so, either via code or through some module. Thanks in advance.
-
- registration form
- wholesale
-
(and 1 more)
Tagged with:
-
Hello Everyone ! I would like to change the City text field to Dropdown list.Because I would like to show the Cities in the dropdown list so the customer can easily select the one and don't want to type City name in test filed. So how to modify customer registration form in Prestashop 1.6.is there any way to do this . Pls kindly teach or show the best way to me how to do this if possible. Thanks.
- 2 replies
-
- customization prestashop
- modify registration form
- (and 2 more)
-
Hi, I'm trying to use displayCustomerAccountFormTop in a module to make a div appear before the registration form. This is my simple code: public function hookdisplayCustomerAccountFormTop($params) { return $this->display(__FILE__, 'hookdisplayCustomerAccountFormTop.tpl'); } But it does not seem to have effect even if, by checking the AuthController.php file, I can see it: if (Tools::isSubmit('submitCreate') || Tools::isSubmit('create_account')) { ............ $this->context->smarty->assign([ 'register_form' => $register_form->getProxy(), 'hook_create_account_top' => Hook::exec('displayCustomerAccountFormTop') ]); Why is not it working? Can it depend on the template? Is there any kind of verification I can do? Thank you EDIT: as additional information I am seeing that the set hook does not appear in the hook_module DB table. Should not it be there? This is the registration code: public function install() { return ( parent::install() && $this->installSql() && $this->registerHook('displayCustomerAccountFormTop') ); }
- 3 replies
-
- registration form
- hook
-
(and 1 more)
Tagged with:
-
Hi everyone, im sorry in advance if i choose the wrong section to post this. Can anybody help me/point me where i can change/translate text in the required field on registration form. Example in the attach. PS v. 1.7.2.4 Tx Josip
- 2 replies
-
- hint
- registration form
-
(and 1 more)
Tagged with:
-
Hi, is it possible to assign customer to different group base on url, for example: mywebsite.com/create-account -> will assign to customer default group (customer) mywebsite.com/create-account?group=vvip -> will assign to my custom group (VVIP) Prestashop version 1.6 Thanks
- 1 reply
-
- customer group
- registration form
-
(and 2 more)
Tagged with:
-
This module adds hidden off-canvas sidebar with push animation on your website. Feedback form, Social buttons, Registration / My Account, and ANY CONTENT (subscription, form, banners, video, any custom html...). Features: One click installation Native Prestashop 1.6 feedback form integrated Social accounts buttons Custom Content - banner, form, video, google map, or any other html source you enter Registration / Login (native authentication integrated) User menu links (native prestashop my account links) Button horizontal and vertical positions Sibar position - left or right Choose page types where to show or all pages Choose which buttons to show - disable/enable Color settings Social accounts settings Live Demo v1.0-advancedsidebar.zip
- 11 replies
-
- 5
-
-
- sidebar menu
- custom content
- (and 7 more)
-
Hi all, During registration (in front office) when entering cyrillic firstname the 500 Server Error arised. The details are: [PrestaShopException]Property Customer->firstname is not valid at line 866 in file classes/ObjectModel.php 861. 862. $message = $this->validateField($field, $this->$field); 863. if ($message !== true) 864. { 865. if ($die) 866. throw new PrestaShopException($message); 867. return $error_return ? $message : false; 868. } 869. } 870. 871. return true; ObjectModelCore->validateFields - [line 272 - classes/ObjectModel.php] ObjectModelCore->getFields - [line 480 - classes/ObjectModel.php] ObjectModelCore->add - [line 225 - classes/Customer.php] - [2 Arguments] CustomerCore->add - [line 430 - controllers/front/AuthController.php] AuthControllerCore->processSubmitAccount - [line 240 - controllers/front/AuthController.php] AuthControllerCore->postProcess - [line 171 - classes/controller/Controller.php] ControllerCore->run - [line 374 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] But it's weird - I was able to register with some cyrillic names, but most are not acceptable. So looks like it's not a general issue with utf-8. Where to dig? Thanks for the replies.
- 8 replies
-
- cyrillic
- registration form
-
(and 1 more)
Tagged with:
-
I have a weird problem in my prestashop 1.6.0.9 shop. Registration form works well with any account except for hotmail.com accounts? Anyone has ever come accross a similar problem? Any kind of help is appreciated.
- 3 replies
-
- 1
-
-
- registration form
- hotmail
-
(and 1 more)
Tagged with:
-
Hello, I´m creating a shop on Prestashop 1.6 and I need to add a VAT Number (required field) on registration form under Company information. I already hide Siret and APE fields on authentication.tpl file (as i don´t need them) but I need to replace them by Vat number (required field). Can you please explain how? Thanks Luisa
-
Trying to modify "Address" field to show drop down: below is the code: {elseif $field_name eq "address1"} <div class="required select form-group"> <label class="control-label col-sm-4" for="address1">{l s='Address'} <sup>*</sup></label> <div class="col-sm-6"> <select class="form-control" name="address1" id="address1"> <option value="">Smondoville, Electronic City I</option> <option value="">Smondo2, Electronic City I</option> <option value="">Smodno3, Electronic City I</option> <option value="{if isset($smarty.post.address1}{$smarty.post.address1}{/if}"</option> </select> <div> </div> Drop down is appearing, but when sybmitted error message: "ADDRESS1" is missing. Need urgent assistance please.
-
Hi everyone, Can someone tell me which files are affected/ related to the registration form ? I want to capture the data from the registration form ( with custom fields in the future ), keep those in the prestashopdatabase AND on submit, send this data also to sales force ( web to lead ). Which files should I look at in order to write a proper class ? Couldn't find it in the documentation.... thx in advance.
-
I have b2b function on my 1.6. shop. How do I get the APE and SIRET fields away from the registration form for clients? How can I modify the form? Ansku
-
Hello, I have installed newest version of presta 1.6.08 Also I have added slovak language pack. In localization/countires I have activated only Slovakia and there is edit possibility of registration fields for new customers. We tried to change fields so many times but it has no affect on registration form, still remains same, nothing changed. So I am wondering what am I doing wrong? also date of birth is quite uneeded field and have to get rid of it. Can you pls help me find out how can I change fields on my own? then my question is why is it there if it doesnt work? thank you
-
Prestashop 1.5.3 I want to create a single direct account creation form - where the account creation/user has to be verified by a admin and "checked" in the backoffice. Today we have a page with 1. Enter your email adress here -> that is then taken by the script in Auth.tpl to the form for registration 2. Already registerd - using login credentials. I have tried to edit/alter the Authentication.tpl - to remove the "login here" function and place that on a different page. I have tried to create a single page for Account creation - ResellerApp.tpl with <forms> and php code for registering a account. Parts of my script (template account creation and login php code is default from PS) <form action="{$link->getPageLink('authentication', true)|escape:'html'}" method="post" id="create-account_form" class="std col-xs-12 col-sm-6"> <fieldset class="titled_box"> <h2><span>{l s='Create an account'}</span></h2> <div class="form_content clearfix"> <p class="title_block">{l s='Please enter your email address to create an account.'}</p> <div class="alert alert-danger" id="create_account_error" style="display:none;"></div> <div class="form-group"> <label for="email_create">{l s='Email address'}</label> <input type="email" id="email_create" name="email_create" value="{if isset($smarty.post.email_create)}{$smarty.post.email_create|stripslashes}{/if}" class="account_input form-control" /> </div> <p class="submit form-group"> {if isset($back)}<input type="hidden" class="hidden" name="back" value="{$back}" />{/if} <input type="submit" id="SubmitCreate" name="SubmitCreate" class="button_large btn btn-default" value="{l s='Create an account'}" /> <input type="hidden" class="hidden" name="SubmitCreate" value="{l s='Create an account'}" /> </p> </div> </fieldset> </form> I have looked in the Auth.tpl looked in Contactform, Authcontrollers .. and so on .. but i dont find a single solution to have one clear account creation form the login function and a working customer account creation script. Anyone have ideas ?
-
Hi Everyone! I just finished writing a new tutorial on how to add new fields to the customer address in prestashop! It works for the basic info registration as well, of course! http://nemops.com/new-customer-address-fields-prestashop/#.U1Y0qfna6r0 Cheers!
-
- 2
-
-
- registration form
- address
-
(and 1 more)
Tagged with:
-
Hello! I'm developing a module for Prestashop that synchronize orders between an ERP software and Prestashop.. and I need the customers to add extra information during the registration form, i.e. NIT, CPF, etc.. Is there a way to this with a module like in magento..? Thanks for reply!
- 3 replies
-
- Modules
- Registration Form
-
(and 1 more)
Tagged with:
-
Hi there, I'm trying to pass variable trough URL (for example domain.com/authentication.php?VariableName=test ) to registration form. I would like to add new field in the registration form (what I already have done) and to fill that field with the variable mentioned above. So, when someone click on the link, it will open the CREATE ACCOUNT page, where the user will fill in his/her email address and after opening next page (REGISTRATION FORM) variable should be filled in the appropriate field (similar as the email address is filled in). I know how to do this by plain PHP but I'm not really familiar with SMARTY, so I'm stuck here. Can someone help me with this one please? Thanks in advance.