For more details, see the way the Customer Attributes for Magento 2 extension works.
Display additional attribute fields on the registration page to collect important customer data. Create customer attributes of various types to effectively gather as much information as you need.
Display Customer Attributes on the 'selected customer' grid' - Please set this option to ‘Yes’ to see the attributes when you select a customer during order creation from the backend.
Allow customers to change their group - This option lets customers choose and change their customer group. To make the option work please create customer attribute of ‘Customer Group Selector’ input type.
To create a new attribute please go to Customers → Customer Attributes → Manage Attributes. On this grid, you can add the new attributes and edit the already created ones. To add an attribute, please click the Add New Attribute button.
Default Label/ Attribute Code - Specify an attribute label and a code. The code will be used only for internal needs.
Store View - Select the store view for which the attribute will be available.
Catalog Input Type for Store Owner - choose among various input types depending on your specific needs. Please note that the following fields depend on the selected input type.
Default Value - Specify the value which will be preselected by default if necessary.
Values Required - If the option is set to ‘yes’ customers won’t be able to leave this attribute field blank while getting registered.
Input Validation - Specify the type of input validation.
Default Store View - Specify attribute title that will be visible on the frontend.
Manage Options - Create as many attribute values as you need, specify the value that will be preselected by default.
Attribute Relation - On the 'Attribute Relation' grid you'll see all created relations. It's possible to add an unlimited number of new relations and manage already created once.
Relation Name - Specify a relation name that will be used for internal needs only.
Parent Attribute - Choose the attribute that will be parent.
Attribute Options - Select attribute values that will trigger the display of dependent attributes.
Dependent Attributes - Specify which attributes will be dependent. These attributes will be displayed only if a customer selects one of the specified values of a parent attribute.
NOTE: Custom attributes will be also displayed on the 'Select Customer' grid when a store admin generates orders from the backend. Apart from that, you can display custom attributes on the order grid as well as on the order info page.
NOTE: reports are created only for selectable attributes such as checkboxes, multiple selects, dropdowns, yes/no and radio buttons.
Also, the attributes can be viewed and edited from the customer's account. Take a look at the Account Information section to see the existing attributes.
You can include customer attributes in your business e-mails, by inserting the special variable in your messages. Insert a customer attribute into the code:
If customer attribute is profession, for instance, insert the following in your letter:
{{var order.customer.getData('profession')}}`
or
{{var order.customer.getProfession()}}
You can include any custom attributes into any email template.
With the extension, you can include the created customer attributes into the default Magento import/export procedures.
Please, go to System → Export and switch the Entity Type option to the Customers Main File. Below, in the Entity Attributes section you will see the created attributes that will exported together with the customers' data. Hit the Continue button.
Proceed to the System → Import and choose the Customers Main File option from the Entity Type dropdown menu. Then, adjust the Import Behavior and choose the file to import customers with the custom attributes. Hit the Check Data button to proceed.
To configure general extension settings please go to Stores → Configuration → Customer Attributes.
Display customer attributes on the “select customer” grid - Please set this option to ‘Yes’ to see the attributes when you select a customer during order creation from the backend.
Allow customers to change their group - This option lets customers choose and change their customer group. To make the option work please create a customer attribute of ‘Customer Group Selector’ input type.
Login Attribute Selector - Selected attributes will be used by customers to login. Only Login Attributes and Email may apply. Note that it is a good practice to make Login Attributes visible and editable at “Create New Customer Account” and “Edit Account Information” forms.
Modify Field Title on the Login Page - This option allows you to modify the field title. Please, set ‘Yes’ or ‘No’ option upon your needs.
Modify Notice on the Login Page - If the option is set to ‘Yes’ modify the notice on the Login Page
Add Notice to Login Attributes - Adds notices to attributes that are set to use as login to notify customers. Notices are displayed at “Create New Customer Account” and “Edit Account Information” forms.
Default Region for Phone Number - This setting is used to process a phone number correctly. You can choose a needed country from the drop-down list.
Use Geo IP to Process Phone Numbers - This option allows you to use Geo Ip feature to process a phone number correctly.
To create a new attribute please go to Customers → Customer Attributes → Manage Login Attributes. On this grid, you can add new attributes and edit already created ones. To add an attribute, please click the Add New Attribute button.
Default Label/Attribute Code - Specify an attribute label and a code. The code will be used only for internal needs.
Store View - Select the store view for which the attribute will be available.
Type - choose between two input types of login option depending on your specific needs:
Values Required - If the option is set to ‘Yes’ customers won’t be able to leave this attribute field blank while getting registered.
Input Validation - Specify the type of input validation.
Show login attributes on the Customers grid. Apart from that, you can display login attributes on the order grid as well as on the order info page.
The extension uses Geo IP Database to detect site visitors' location. Please, go to Stores → Configuration → Amasty Extensions → Geo IP Data.
You can get the databases automatically or import your own data.
Hit the Download and Import button to make the extension download the updated CSV dump file and import it into your database automatically.
To import the files from your own source, use the Import option. Path to the files should look like this (the part 'var/amasty' should be replaced with your folders’ names):
var/amasty/geoip/GeoLite2-City-Blocks-IPv4.csv var/amasty/geoip/GeoLite2-City-Blocks-IPv6.csv var/amasty/geoip/GeoLite2-City-Locations-en.csv
The database included in the extension was last updated on October 24, 2023. To keep the IP database current, you can update it using one of two methods.
Refresh IP Database - select the appropriate method for refreshing the IP database:
You can enable IP forcing, which makes it possible to set a specific IP address that will be used instead of the visitor's real IP address when determining geolocation. The feature is useful while configuring or testing the extension.
Enable Force IP - set to Yes to replace the real IP address.
Force IP Address - specify the address to use instead of a real one.
* My Customer Attribute relations don't work, how can I check if anything is not configured correctly?
* How to create a promotion based on the Customer Attributes values?
* Why don't the Customer Attributes relations work while placing an order in the Backend?
* Is it possible to allow customers to upload files using the Customer Attributes M2 extension?