This module add the many countries to many stores relation and make it available to the storefront.
Magento 2 Open Source or Commerce edition is required.
Run the following composer command:
composer require opengento/module-category-import-export
Run the following magento command:
bin/magento setup:upgrade
If you are in production mode, do not forget to recompile and redeploy the static resources.
- You can import categories from System > Data Transfer > Import Categories
- You can export categories from System > Data Transfer > Export Categories
- The available format for import/export is CSV
- A new attribute category attribute is added with the module:
category_code
which allows to identify the categories.
Raise a new request to the issue tracker.
This project is licensed under the MIT License - see the LICENSE details.
That's all folks!