Table of Contents
View Magento 2 CMS Import export Extension Detail Page for Features and Demo
Documentation for Cms Import Export
Preference
Using “CMS - Pages & Static Block Import/Export” extension you can export and import bulk CMS Pages & Static Blocks from one server to another via CSV Files. This enables us to import bulk CMS pages / Static Blocks with a single csv file while changing the server.
Installation
There are two ways of installing extension in magento2.
- Using COMMAND LINE.
- Manually Install extension.
Option 1: Magento 2 install extension using COMMAND LINE (Recommended)
Follow below steps to install extension from the command line.
Step 1: Download the extension and unzip it.
Step 2: Upload it to code directory in your magento installation’s app directory If code directory does not exists then create.
Step 3: Disable the cache under System → Cache Management.
Step 4: Enter the following at the command line:
Php bin/magento setup:upgrade
Php bin/magento setup:static-content:deploy
Option 2: Magento 2 install extension manually
Step 1: Download the extension and unzip it.
Step 2: Upload it to code directory in your magento installation’s app directory If code directory does not exists then create.
Step 3: Disable the cache under System → Cache Management Edit app/etc/config.php file and add one line code: ‘Mageants_CMSImportExport’ ⇒ 1
Step 4: Disable the cache under System → Cache Management
Backend Example
- After Installation of Extension login to magento admin panel to use extension perform following steps.
- Unordered List ItemCMS block page go to CONTENTS → Blocks.
- CMS block page go to CONTENTS → Pages.
- Import CMS Blocks.
- Import CMS Pages
- Export pages and block from magento1 and Import pages and block in magento2