- Go to
Admin > Stores > All Stores - Click >
Create Web Site - In the Name field, enter store name.
- e.g.
Japan
- e.g.
- In the Code field, enter a unique string without spaces and >
Save Web Site- e.g.
super_jp
- e.g.
- Create Store
- Create Store View
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) | |
| * @author Phuong LE <sony@menincode.com> <@> | |
| * @copyright Copyright (c) 2019 Menincode (http://www.menincode.com) | |
| */ | |
| namespace MyNameSpace\Catalog\Setup; |