How to Create a New Store View in Magento 2
Vinh Jacker | 06-25-2016
Magento 2 allows you to create multiple store views with different languages. The store view name will be shown in the language chooser in the header. Users can click the prefered store view in the language chooser to change the store view. With this feature, store owners can satisfy all customers coming from different countries with different languages around the world.
Follow the guide given below to create a new store view.
Steps to Create a new store view in Magento 2:
- On the Admin panel, click
Stores
. In theSettings
section, selectAll Stores
. - Click
Create Store View
button and do the following:- In the Store field, select the parent store of this view
- In the
Name
field, enter the name for this store view - In the
Code
field, enter the code in lowercase characters to identify the view. - In the
Status
field, selectEnabled
to activate the view - In the Sort Order field, enter the number to determine the sequence in which this view is listed with other views.
- When complete, click
Save Store View
.
Explore how to Edit Store View
Creating a new Store View in Magento 2 is a great method to support customers from different countries, because they can easily select the suitable language based on their locale. These store view additions also help Magento stores decrease bounce rates and increase sales in a global market. Other store’s information can be added and changed for a better site performance, which are discussed in the below posts. Don’t forget to leave comments and we will see you in the next posts!
Related topics