Monthly Archives: December 2018
If you decided to remove Magento 2 Blog Extension, please follow the steps below. You can contact our team for a free consultation in case you have any issues with Magefan's extension.
Remove Extension Files
Removing files instruction depends on the way Blog extension has been installed in.
1. If you can find the extension files in the folder
app/code/Magefan/Blog
app/code/Magefan/BlogPlus
app/code/Magefan/BlogAuthor
app/code/Magefan/BlogAuthor
app/code/Magefan/BlogImport
then remove these folders.
2. If the extension was installed via the composer and its files located in the folder
vendor/magefan/module-blog
then run composer CLI command to remove it
composer remove magefan/module-blog*
Once extension files have been removed, run these Magento CLI commands:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
Note: if you don't want your website to be down during deployment, try these zero downtime deployment
If you decided to remove Magento 2 Login As Customer Extension, please follow the steps below. You can contact our team for a free consultation in case you have any issues with Magefan's extension.
Remove Extension Files
1. If you can find the extension files in the folder
app/code/Magefan/Blog
then remove this folder.
2. If the extension was installed via the composer and its files located in the folder
vendor/magefan/module-login-as-customer
then run composer CLI command to remove it
composer remove magefan/module-login-as-customer
Once extension files have been removed, run these Magento CLI commands:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Note: if you don't want your website to be down during deployment, try these zero downtime deployment commands for Magento 2.
Remove Extension Data (optional)
Attention! This will clean all login as customer log and extension configurations.
1. Just in case please make a full
If you decided to remove Magento 2 Auto Currency Switcher Extension, please follow the steps below. You can contact our team for a free consultation in case you have any issues with Magefan's extension.
Remove Extension Files
Removing files instruction depends on the way Auto Currency Switcher extension has been installed in.
1. If you can find the extension files in the folder
app/code/Magefan/AutoCurrencySwitcher
then remove this folder.
2. If the extension was installed via the composer and its files located in the folder
vendor/magefan/module-auto-currency-switcher
then run composer CLI command to remove it
composer remove magefan/module-auto-currency-switcher
Once extension files have been removed, run these Magento CLI commands:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Note: if you don't want your website to be down during deployment, try these zero downtime deployment commands for Magento 2.
Remove Extension
If you decided to remove Magento 2 Auto Language Switcher Extension, please follow the steps below. You can contact our team for a free consultation in case you have any issues with Magefan's extension.
Remove Extension Files
Removing files instruction depends on the way Auto Language Switcher extension has been installed in.
1. If you can find the extension files in the folder
app/code/Magefan/AutoLanguageSwitcher
then remove this folder.
2. If the extension was installed via the composer and its files located in the folder
vendor/magefan/module-auto-language-switcher
then run composer CLI command to remove it
composer remove magefan/module-auto-language-switcher
Once extension files have been removed, run these Magento CLI commands:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Note: if you don't want your website to be down during deployment, try these zero downtime deployment commands for Magento 2.
Remove Extension
If you decided to remove Magento 2 Open Graph Extension, please follow the steps below. You can contact our team for a free consultation in case you have any issues with Magefan's extension.
Remove Extension Files
Removing files instruction depends on the way Facebook Open Graph extension has been installed in.
1. If you can find the extension files in the folder
app/code/Magefan/OgTags
then remove this folder.
2. If the extension was installed via the composer and its files located in the folder
vendor/magefan/module-og-tags
then run composer CLI command to remove it
composer remove magefan/module-og-tags
Once extension files have been removed, run these Magento CLI commands:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Note: if you don't want your website to be down during deployment, try these zero downtime deployment commands for Magento 2.
Remove Extension Data (optional)
Attention! This will clean all open graph
If you decided to remove Magento 2 Convert Guest to Customer Extension , please follow the steps below. You can contact our team for a free consultation in case you have any issues with Magefan's extension.
Remove Extension Files
Removing files instruction depends on the way Convert Guest to Customer extension has been installed in.
1. If you can find the extension files in the folder
app/code/Magefan/GuestToCustomer
then remove this folder.
2. If the extension was installed via the composer and its files located in the folder
vendor/magefan/module-convert-guest-to-customer
then run composer CLI command to remove it
composer remove magefan/module-convert-guest-to-customer
Once extension files have been removed, run these Magento CLI commands:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Note: if you don't want your website to be down during deployment, try these zero downtime deployment commands for Magento 2.
Remove
If you need to update Magento 2 Blog Extension by Magefan, please follow the steps below.
Note: the updating instructions depend on the method the Blog extension was installed with.
Attention! Before the update, we strongly recommend to create a backup of your Magento 2 files and database.
Update using composer
If the blog module was installed via the composer (check if vendor/magefan/module-blog folder exists), then you need to run these simple CLI commands in Magento 2 directory:
composer remove magefan/module-NAME
composer require magefan/module-NAME ^x.x.x
# replace NAME with:
# blog - for Basic plan
# blog-plus - for Plus plan
# blog-extra - for Extra plan
# replace x.x.x with the version you want to use
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
If you want to upgrade to the Plus or Extra, check this guide on how to upgrade Blog plan.
Update using archive and FTP
If the blog module was installed via FTP (check
If you need to update Magento 2 Login As Customer Extension by Magefan, please follow the steps below.
Note: the updating instructions depend on the method the Login As Customer extension was installed with.
If you use Magento 2.4.x or greater please read this article first.
Update using composer
If the login as customer module was installed via the composer (check if vendor/magefan/module-login-as-customer folder exists), then you need to run these simple CLI commands in Magento 2 directory:
composer remove magefan/module-login-as-customer
composer require magefan/module-login-as-customer ^x.x.x
# replace x.x.x with the version you want to use
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Note: if you don't want your website to be down during deployment, try these zero downtime deployment commands for Magento 2.
Update using archive and FTP
If the login as customer module was installed via FTP (check if app/code/Magefan/LoginAsCustomer
If you need to update Magento 2 Auto Currency Switcher Extension by Magefan, please follow the steps below.
Note: the updating instructions depend on the method the Auto Currency Switcher extension was installed with.
Update using composer
If the auto currency switcher module was installed via the composer (check if vendor/magefan/module-auto-currency-switcher folder exists), then you need to run these simple CLI commands in Magento 2 directory:
composer remove magefan/module-auto-currency-switcher
composer require magefan/module-auto-currency-switcher ^x.x.x
# replace x.x.x with the version you want to use
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Note: if you don't want your website to be down during deployment, try these zero downtime deployment commands for Magento 2.
Update using archive and FTP
If the auto currency switcher module was installed via FTP (check if app/code/Magefan/AutoCurrencySwitcher
If you need to update Magento 2 Auto Language Switcher Extension by Magefan, please follow the steps below.
Note: the updating instructions depend on the method the Auto Language Switcher extension was installed with.
Update using composer
If the auto language switcher module was installed via the composer (check if vendor/magefan/module-auto-language-switcher folder exists), then you need to run these simple CLI commands in Magento 2 directory:
composer remove magefan/module-auto-language-switcher
composer require magefan/module-auto-language-switcher ^x.x.x
# replace x.x.x with the version you want to use
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Note: if you don't want your website to be down during deployment, try these zero downtime deployment commands for Magento 2.
Update using archive and FTP
If the auto language switcher module was installed via FTP (check if app/code/Magefan/AutoLanguageSwitcher
If you need to update Magento 2 Open Graph Extension by Magefan, please follow the steps below.
Note: the updating instructions depend on the method the Open Graph extension was installed with.
Update using composer
If the open graph module was installed via the composer (check if vendor/magefan/module-og-tags folder exists), then you need to run these simple CLI commands in Magento 2 directory:
composer remove magefan/module-og-tags
composer require magefan/module-og-tags ^x.x.x
# replace x.x.x with the version you want to use
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Note: if you don't want your website to be down during deployment, try these zero downtime deployment commands for Magento 2.
Update using archive and FTP
If the open graph module was installed via FTP (check if app/code/Magefan/OgTags folder exists), then follow these commands:
1. Download the latest version of open graph extension archive
If you need to update Magento 2 Convert Guest to Customer Extension by Magefan, please follow the steps below.
Note: the updating instructions depend on the method the Convert Guest to Customer extension was installed with.
Update using composer
If the convert guest to customer module was installed via the composer (check if vendor/magefan/module-convert-guest-to-customer folder exists), then you need to run these simple CLI commands in Magento 2 directory:
composer remove magefan/module-convert-guest-to-customer
composer require magefan/module-convert-guest-to-customer ^x.x.x
# replace x.x.x with the version you want to use
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Note: if you don't want your website to be down during deployment, try these zero downtime deployment commands for Magento 2.
Update using archive and FTP
If the convert guest to customer module was installed via FTP (check if app/code/Magefan/GuestToCustomer
In order to change the locale of Magento 2 Admin Panel take the following steps:
1. Click on your user icon in the upper right corner and go to Account Settings.
2. Find the Interface Locale select box in the Account Information section, where choose the language you need. Note: the language of Magento 2 admin panel won't actually change unless you install and enable language packs you want to have.