Top Banner
MageBees a Venture by Capacity Web Solutions Pvt. Ltd. Support Ticket :- https://support.magebees.com , Support Email :- [email protected] Import Export CMS Blocks Extension for Magento2 Installation Guide Import Export CMS Blocks Extension for Magento2 By
10

Magebees Import Export Products Extension for Magento2€¦ · Import Export CMS Blocks Extension for Magento2 By MageBees 3 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Jun 16, 2020

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Magebees Import Export Products Extension for Magento2€¦ · Import Export CMS Blocks Extension for Magento2 By MageBees 3 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Support Ticket :- https://support.magebees.com , Support Email :- [email protected]

Import Export CMS Blocks Extension for Magento2

Installation Guide

Import Export CMS Blocks Extension for

Magento2

By

Page 2: Magebees Import Export Products Extension for Magento2€¦ · Import Export CMS Blocks Extension for Magento2 By MageBees 3 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Import Export CMS Blocks Extension for Magento2 By MageBees

2 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Support Ticket :- https://support.magebees.com , Support Email :- [email protected]

PRE-INSTALLTION

Go to Admin SYSTEM Tools Cache Management, select all caches, click “Disable” from the drop down menu and submit the changes.

You also should run the Magento in developer mode when you’re extending or customizing

it. You can use this command line to show current mode:

Use this command to change to developer mode:

php bin/magento deploy:mode:set developer

php bin/magento deploy:mode:show

Page 3: Magebees Import Export Products Extension for Magento2€¦ · Import Export CMS Blocks Extension for Magento2 By MageBees 3 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Import Export CMS Blocks Extension for Magento2 By MageBees

3 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Support Ticket :- https://support.magebees.com , Support Email :- [email protected]

INSTALLATION STEPS

Install Using Web Wizard Setup:

1. Purchase an extension from the Magento Marketplace. 2. Open the ‘My Access Keys’ page from “My Profile”.

3. Click on the ‘Access Keys’ button and the keys will be generated automatically.

Page 4: Magebees Import Export Products Extension for Magento2€¦ · Import Export CMS Blocks Extension for Magento2 By MageBees 3 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Import Export CMS Blocks Extension for Magento2 By MageBees

4 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Support Ticket :- https://support.magebees.com , Support Email :- [email protected]

4. Log in to your Magento website, go to SYSTEM Tools Web Setup Wizard SYSTEM CONFIG then sign in using generated keys.

5. Click on the ‘Component Manager ’.

Page 5: Magebees Import Export Products Extension for Magento2€¦ · Import Export CMS Blocks Extension for Magento2 By MageBees 3 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Import Export CMS Blocks Extension for Magento2 By MageBees

5 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Support Ticket :- https://support.magebees.com , Support Email :- [email protected]

6. Press the ‘Sync’ button and then install available extensions.

7. Select the following extension packages and click ‘Install’. a. magebees/module-import-export-cms-blocks

8. Run readiness check.

Page 6: Magebees Import Export Products Extension for Magento2€¦ · Import Export CMS Blocks Extension for Magento2 By MageBees 3 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Import Export CMS Blocks Extension for Magento2 By MageBees

6 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Support Ticket :- https://support.magebees.com , Support Email :- [email protected]

NOTE: During the readiness check process if you find the above errors, please make sure you’ve configured the cron job for Magento properly. Here you’ll find the information on how to set up the cron job for Magento.

9. Create Backup

Page 7: Magebees Import Export Products Extension for Magento2€¦ · Import Export CMS Blocks Extension for Magento2 By MageBees 3 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Import Export CMS Blocks Extension for Magento2 By MageBees

7 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Support Ticket :- https://support.magebees.com , Support Email :- [email protected]

10. Install the extension. The installation process takes a couple of minutes.

11. After the installation is complete, you’ll see the success page.

Page 8: Magebees Import Export Products Extension for Magento2€¦ · Import Export CMS Blocks Extension for Magento2 By MageBees 3 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Import Export CMS Blocks Extension for Magento2 By MageBees

8 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Support Ticket :- https://support.magebees.com , Support Email :- [email protected]

Manually Installation:

Step-1

Unpack the contents of the “Magebees_Cmsblocks -1.0.0.zip” folder that you have

downloaded.

Step-2

Create “Magebees” folder in your <magento root directory>/app/code directory, if

“Magebees” Folder not exist.

Create “Cmsblocks” folder in your <magento root directory>/app/code/Magebees

directory.

Select the content of “Magebees_Cmsblocks” folder in your <magento

directory>/app/code/Magebees/Cmsblocks directory and follow the below

mentioned step.

1) Open command prompt /terminal and change directory to your magento install

directory.

2) Run following command :

Step-3

Go to Admin → SYSTEM → Tools → Cache Management.

Select all caches, click on “refresh” from the drop down menu and submit the

changes.

Once our extension installed then it will look like below screen.

php bin/magento module:enable Magebees_Cmsblocks

php bin/magento setup:upgrade

php bin/magento setup:static-content:deploy

Page 9: Magebees Import Export Products Extension for Magento2€¦ · Import Export CMS Blocks Extension for Magento2 By MageBees 3 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Import Export CMS Blocks Extension for Magento2 By MageBees

9 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Support Ticket :- https://support.magebees.com , Support Email :- [email protected]

Page 10: Magebees Import Export Products Extension for Magento2€¦ · Import Export CMS Blocks Extension for Magento2 By MageBees 3 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Import Export CMS Blocks Extension for Magento2 By MageBees

10 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Support Ticket :- https://support.magebees.com , Support Email :- [email protected]

Thank you!

Do you need Extension Support? Please create support

ticket for quick reply,

https://support.magebees.com

Do you have any suggestions? Please contact us,

https://www.magebees.com/contact-us