PrestaShop Custom Registration Fields – User Manual

1.0 Introduction

The Prestashop store owners can now gather more information about their customers by adding the custom fields on the registration form of the website. If Prestashop store owners will get to know more information about the customer, then they can use the same to prepare the marketing and sales pitch of the products. Prestashop Custom Registration Fields addon allows the store admin to add new custom fields and edit the old ones in the registration form. To validate the fields, it is easy to set validation rules from the admin interface. The Prestashop addon lets the admin add any type of field and set the validation rules for the same.

The store owners can even create various sections on the registration form in order to place the custom field. The best part is that all this can be done without making any changes in the code. The Prestashop admin can add the custom field, text box, radio button, or checkboxes.

NOTE: The Knowband’s Prestashop Custom Registration Field Module is compatible with GDPR.

1.1. Benefits of Prestashop Custom Registration Fields Module:

  1. Prestashop custom registration fields module allows the store owner to optimize the registration form of their website with minimal effort and in a matter of moment.
  2.  The Prestashop store admin can create new custom fields for the registration form of the website and can edit the existing ones at a button click.
  3. The Prestashop Custom Registration Fields module allows the admin to create the sections on the registration form. This makes the placement of the custom fields easier. Using these custom fields sections store admin can set the custom fields on the top or bottom of the registration form.
  4. Validated various fields easily in a few simple steps.
  5. Prestashop custom registration fields module allows the store admin to mark any custom field as mandatory to fill.
  6. The entire fields created can be effortlessly exported in an excel sheet.
  7. It allows the admin to add new fields without making any changes in codes.
  8. This Prestashop Custom Registration Fields addon helps you to know your customer by gathering more information through the Custom Fields.
  9. Prestashop custom registration fields module is GDPR compliant.
  10. Prestashop custom registration field extension allows the store admin to add custom CSS to change the look and feel of the registration form.

2.0 Installation for Prestashop Custom Registration Fields

In order to install the addon follow the below-mentioned steps.

1. Purchase the module from KnowBand. You’ll be provided with the following files:

  1. kbcustomfield.zip
  2. User Manual

2. Unzip the kbcustomfield.zip file. It would contain a number of files and folders as shown below –

files

3. Now navigate to the“Module and services” section from the side menu and click on the “Upload a module” button. You can drag and drop the file or can simply select the file from the system. Once the file is completely uploaded, a notification of “Module(s) installed successfully” will be displayed.

upload-3

4. Now module is ready to be installed on your store and you can find that in Store Admin -> Modules and Services. It would shown as below –

enable-module

In case, you are not able to find module in admin modules list, please try searching module with following details –

Keyword – Custom Field

Category – Front office

Filter By – Installed & Not Installed / Enabled & Disabled

5. Click on the “Enable” button to activate the Prestashop custom registration field module.

6. Now the module is ready to use and you can configure it by clicking on the “Configure” button as shown below:

configure

3.0 Admin Interface of Prestashop Custom Registration Fields

This module is configurable and configuration settings can be updated via the back-end of the admin interface.

3.1 How can the Prestashop Custom Registration Fields module be configured?

Once the module is installed, you can now enter the admin interface. In this Prestashop custom field registration module, you will find three customization options.

  1. Module Configuration
  2. Custom Field Section
  3. Custom Fields

Module Configuration: In this, Prestashop store admin can enable the module and also can set the custom CSS.

1

Enable/Disable Module: The admin gets to customize the look and feel of the same by entering the Custom CSS code. Without getting much into the complexity of the coding, the admin can enter the code in the section shown below.

Compatibility with Prestashop GDPR: The admin can enable or disable this feature. Enabling this feature will export and delete the user data on the Prestashop GDPR module request.

Custom CSS: The admin gets to customize the look and feel of the same by entering the Custom CSS code. Without getting much into the complexity of the coding, the admin can enter the code in the section shown below.

3.2 How to create the custom field section?

The custom field section refers to the blocks in the registration form where the various created fields will be placed.

Add Custom Field Section: In order to create a new field section, go to the Custom Field Section Tab and click on the ‘+’ sign in the right side as shown below.

2

On clicking here, the admin will be redirected to the custom fields section creation page.

3

The store admin is required to fill in the information and the section will be created.

Label: This refers to the name of the section. The label name can be entered in multiple languages as per the requirement of the website.

Placement: The admin can select the position where he wants to place that particular custom field section.

4

Active: The created section can be deactivated by just toggling the button.

View Custom Field Section: The entire list of the field sections created will be seen in this tab as shown in the image below.

5

Edit Custom Field Section List: In case of any changes required to be done in the created sections, the admin can go to the edit section and complete their modifications.

6

The section created will be shown in the front end of the website as shown in the below image.

7

3.3 How to create the custom field for the registration forms?

Once the Prestashop Custom Registration Fields module is enabled, the admin gets an option to create  ‘N’ numbers of fields. All what the store admin needs to do is to click on the ‘+’ sign in the right side of the admin panel as shown in the image below.

8

This will redirect the Prestashop store admin to the field creation page. The admin will be required to select the type of field that he is looking to create. The various type of fields is provided in the dropdown list. The admin can select any one of them.

9

The various options offered by Prestashop Custom Registration Fields Module are given below.

  • Text
  • Select
  • Radio
  • Checkbox
  • Text Area
  • File Date

Different field types required different information to be filled in. Let us discuss them one by one.

3.3.1 Text Field

The text fields allow the customers to enter their personal information in a textbox. This field may be used for Name, Last Name, Address, and other such information.

The Prestashop store admin can be asked to fill-up the form as shown in the image below.

10

Label: Label includes the name of the field that will be displayed on the front-end of the website.

Short Description: The short description will specify exactly what the customers are supposed to mention in that field.

Placeholder: The admin can enter the Placeholder in this section. All these inputs can be entered into multiple languages.

Section: Section allows the admin to select the block where he wants to place that particular field.

Field Name, HTML ID, HTML Class: This section will provide a unique identity to the fields. It will be the same for all three sections.

Validation: The admin can select the validation type for the various fields without making any query changes. The various validation options offered are mentioned below:

  • isName
  • isGenericName
  • isAddress
  • isCityName
  • isMessage
  • isPhoenNumber
  • isDniLite
  • isEmail
  • isPassword

11

In case the validation rules are not followed while entering the information, it will show an error message to the customers.

PrestaShop-Custom-Registration-Fields

Using Prestashop Custom Registration Fields, the Prestashop store admin can select the validation type as per their requirement.

Error Message: Displays a custom error message in case the customer enters the wrong information. It supports multiple languages.

Maximum and Minimum Length: This section allows you to fix the word limit for the fields. In case, no value is entered, then, the text box will be able to intake as many characters and words.

Required Field Validator: Enabled this in the mandatory fields. In case the visitors leave it empty, the Prestashop custom registration field will show an error.

Editable by the Customer: Enable this feature will make the fields editable by the customers.

Show in Invoice: The information entered by the customers will be shown on the invoice if this field is enabled.

3.3.2 Select Field

This field allows the customers to choose an option from the multiple choices available. For instance, the ‘Gender’ field offers the option of ‘Male’ and ‘Female’.

The Label Name, Short Description, Section selection remains the same in this field type as the other ones. Here are the customization options offered to the Prestashop store admin.

13

Multiple Select: The store visitors can offer to select more than one choice by enabling this button.

Options: Enter varied options here. The multi-lingual support allows you to enter the choices in multiple languages.

Default Value: This is an optional field. The store admin can set the default value for the Radio, Select, or Checkbox options.

3.3.3 Radio Field

Radio buttons function as the channel presets on radios. While the Select field allows the customers to even choose more than one option, the radio buttons allow the visitors to choose only one option at a time.

The customization option of this field is the same as the ‘Select’ field only the ‘Multiple Select’ options is missing here.

14

3.3.4 Check Box Field

The functionality of the check-boxes is the same as the radio buttons and select fields. The only difference is that the customers select the options by checking the boxes.

15

3.3.5 Text Area Field

Text field offers the only line to the store visitors to enter their information. Use it to gather Name, Surname, and others. However, use Text Field type when multiple lines are necessary to enter the information. Even in this as well, admin can fix the the maximum and minimum length of the characters.

16

3.3.6 File

This field allows the store visitors to upload a file such as images, documents, and others on the website. The e-merchant can enter the required file extensions. If customer uploads a file with a different extension, it will display an error message.

17

3.3.7 Date

This field allows the customers to enter the date in the format set at the backend of the admin panel. In case of the wrong format or false information, it displays an error message.

18

All the custom fields created by the Prestashop store admin will be shown in the admin panel.

19

In case you need to edit any already existing field, do it by clicking on the Edit buttons.

PrestaShop Custom Registration Fields

3.4 How can the custom field be exported in an Excel Sheet?

Prestashop custom field for registration field addon allows the store admin to export the list of the custom fields created in the back-end in an excel sheet. To do this, click on the arrow button on the top of the admin panel on the right side. The same is shown in the image below. Export the custom field sections just at a button click.

21

4.0 Front Interface for PrestaShop Custom Registration Fields

As soon as you create various custom fields and the custom field section, the registration form will be available for the store visitors.

This is how the registration form looks like:

form-PrestaShop-Custom-Registration-Fields

No coding, no hassles. If you want to target your customers correctly, then you must have a good knowledge of your customers. Gathering their statistics at the time of registration provides a personalized experience to your customers and help you to know about user behavior. Additionally, you can easily utilize the collected data for your marketing and promotional campaigns.

This module is compatible with our Private Shop – Prestashop Addons.

Knowband’s  Prestashop Custom registration fields module Link

Prestashop Custom registration fields extension Admin Demo link

Knowband’s  Prestashop Custom registration fields extension Front Demo link.

Prestashop  Custom registration fields module marketplace link

For more support and information, feel free to contact us via email at  support@knowband.com anytime.

Joe Parker

We boast of the best in the industry plugins for eCommerce systems and has years of experience working with eCommerce websites. We provide best plugins for platforms like - Magento, Prestashop, OpenCart and Shopify . We also provide custom module development and customization services for the website and modules..

Leave a Reply

Your email address will not be published. Required fields are marked *