general
If you decided to remove contact our team for a free consultation in case you have any issues with Magefan's extension.
, please follow the steps below. You canRemove Extension Files
Removing files instruction depends on the way Size Chart extension has been installed in.
1. If you can find the extension files in the folder
app/code/Magefan/SizeChart
then remove this folder.
2. If the extension was installed via the composer and its files located in the folder
vendor/magefan/module-size-chart
then run composer CLI command to remove it
composer remove magefan/module-size-chart
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 Size Chart configurations.
If you need to update
by Magefan, please follow the steps below.Note: the updating instructions depend on the method the Size Chart extension was installed with.
Update using composer
If the Size Chart module was installed via the composer (check if vendor/magefan/module-size-chart folder exists), then you need to run these simple CLI commands in Magento 2 directory:
composer remove magefan/module-size-chart
composer require magefan/module-size-chart ^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 Size Chart module was installed via FTP (check if app/code/Magefan/SizeChart folder exists), then follow these commands:
1. Download the latest version of the Size Chart extension
You can install
by Magefan, using composer or archive installation methods.
Installation via composer (recommended)
Please navigate to your Magefan Account > Downloads > Install via Composer to get the composer installation instructions.
Installation using archive and FTP
- Download Size Chart Extension ZIP-Archive from magefan.com website (not GitHub or other sources).
- Extract files.
- Copy app folder from the archive to your Magento 2 folder.
- In a command line, using "cd", navigate to your Magento 2 root directory.
- Run 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.
The Basic plan of the
help you to keep a close eye on some of the security vulnerabilities. However, it doesn't cover other crucial security aspects like database scanning for malware or blocking of fraudulent email addresses on your store.That's why, at the right time, you might want to upgrade your Security module plan to Plus or Extra. The same steps work if you want to upgrade from Plus to Extra.
So, today you'll learn how to upgrade your Security extension plan.
Note: if you've already purchased a Basic or Plus plan, contact our team for a custom discount.
Upgrade using composer
First of all, you need to remove the extension you currently use:
composer remove magefan/module-security*
Then you can proceed with the installation of an upgraded version. To do that, go to My Account > My Downloads and press the Install via Composer button to get the installation instructions.
Upgrade using archive
If the Security module was installed via archive, you need
If you decided to remove contact our team for a free consultation in case you have any issues with Magefan's extension.
, please follow the steps below. You canRemove Extension Files
Removing files instruction depends on the way Security extension has been installed in.
1. If you can find the extension files in the folder
app/code/Magefan/Security
app/code/Magefan/SecurityPlus
app/code/Magefan/SecurityExtra
then remove this folder.
2. If the extension was installed via the composer and its files located in the folder
vendor/magefan/module-security
then run composer CLI command to remove it
composer remove magefan/module-security*
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
If you need to update
by Magefan, please follow the steps below.Note: the updating instructions depend on the method the Security extension was installed with.
Update using composer
If the Security module was installed via the composer (check if vendor/magefan/module-security 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:
# security - for Basic plan
# security-plus - for Plus plan
# security-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 Plus or Extra, check this guide on how to upgrade Security extension plan.
Update using archive and FTP
If the Security module was installed via FTP (check if app/code/Magefan/Security folder exists), then follow these
You can install
by Magefan, using composer or archive installation methods.
Note: if you want to install the Security Plus or Security Extra please navigate to your Magefan Account > My Downloads > Install via Composer to get the composer installation instructions.
Installation via composer (recommended)
- Open command line.
- Using command "cd" navigate to your Magento 2 root directory.
- Run CLI commands:
composer require magefan/module-security ^x.x.x
# replace x.x.x with the version you want to install # Authentication required (repo.magento.com)
# Get your Magento Marketplace authentication keys or use these:
# Username: 7c018006799466c681ad507e27904677
# Password: 289077c86e811661a8f7751828485d3a
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.
Installation using archive
The Basic plan of the Plus or Extra.
allows you to cover the basics — lazy load, JS and CSS modification and merging. However, if you want to cover your website speed to a much greater extend, you need to upgrade the plan toSo, today you'll learn how to upgrade your Google Page Speed Optimizer plan.
Note: if you've already purchased a Basic or Plus plan, contact our team for a custom discount.
Upgrade using composer
First of all, you need to remove the extension you currently use:
composer remove magefan/module-speed-optimization*
Then, proceed with installing an upgraded version. For that, go to My Account > My Downloads and press the Install via Composer button to get the installation instructions.
Upgrade using archive
If the Google Page Speed Optimizer was installed via archive, you need to upgrade it the same way. Just download the extension archive from your Magefan account and extract it.
We recommend backing up the extension folder on your
If you decide to remove contact our team for a free consultation in case you have any issues with Magefan's extension.
, please follow the steps below. You canRemove Extension Files
Removing file instructions depends on the way Cookie Consent has been installed.
1. If you can find the extension files in the folder
app/code/Magefan/CookieConsent
then remove this folder.
2. If the extension was installed via the composer and its files located in the folder
vendor/magefan/module-cookie-consent
then run composer CLI command to remove it
composer remove magefan/module-cookie-consent
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 Cookie Consent
If you need to update Magento 2 Cookie Consent by Magefan, please follow the steps below.
Note: the updating instructions depend on the method the Cookie Consent was installed with.
Update using composer
If the Cookie Consent was installed via the composer (check if vendor/magefan/module-cookie-consent folder exists), then you need to run these simple CLI commands in Magento 2 directory:
composer remove magefan/module-cookie-consent
composer require magefan/module-cookie-consent
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Update using archive and FTP
If the Cookie Consent module was installed via FTP (check if app/code/Magefan/CookieConsent folder exists), then follow these commands:
1. Download the latest version of the module archive from magefan.com.
2. Extract archive.
3. Make the backup copy of the app/code/Magefan/CookieConsent and then remove it.
4. Using FTP, copy the app and lib folders from the archive to your
You can install
by Magefan, using composer or archive installation methods.
Installation via composer (recommended)
Please navigate to your Magefan Account > Downloads > Install via Composer to get the composer installation instructions.
Installation using archive and FTP
- Download Cookie Consent ZIP-Archive from magefan.com website (not GitHub or other sources).
- Extract files.
- Copy app and lib folder from the archive to your Magento 2 folder.
- In a command line, using "cd", navigate to your Magento 2 root directory.
- Run 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.
If you decide to remove contact our team for a free consultation in case you have any issues with Magefan's extension.
, please follow the steps below. You canRemove Extension Files
Removing file instructions depends on the way Google Page Speed Optimizer has been installed.
1. If you can find the extension files in the folder
app/code/Magefan/SpeedOptimization
app/code/Magefan/SpeedOptimizationPlus
app/code/Magefan/SpeedOptimizationExtra
then remove this folder.
2. If the extension was installed via the composer and its files located in the folder
vendor/magefan/module-speed-optimization
then run composer CLI command to remove it
composer remove magefan/module-speed-optimization
*
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
If you need to update Magento 2 Google Page Speed Optimizer by Magefan, please follow the steps below.
Note: the updating instructions depend on the method the Google Page Speed Optimizer was installed with.
Update using composer
If the Google Page Speed Optimizer was installed via the composer (check if vendor/magefan/module-speed-optimization 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:
# speed-optimization - for Basic plan
# speed-optimization-plus - for Plus plan
# speed-optimization-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 Plus or Extra, check this guide on how to upgrade Google Page Speed Optimizer plan.
Update using archive and FTP
If the Google Page Speed Optimizer module
You can install
by Magefan, using composer or archive installation methods.
Installation via composer (recommended)
Please navigate to your Magefan Account > Downloads > Install via Composer to get the composer installation instructions.
Installation using archive and FTP
- Download Google Page Speed Optimizer ZIP-Archive from magefan.com website (not GitHub or other sources).
- Extract files.
- Copy app and lib folder from the archive to your Magento 2 folder.
- In a command line, using "cd", navigate to your Magento 2 root directory.
- Run 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.
If you decided to remove contact our team for a free consultation in case you have any issues with Magefan's extension.
, please follow the steps below. You canRemove Extension Files
Removing files instruction depends on the way the Сache Warmer has been installed in.
1. If you can find the extension files in the folder
app/code/Magefan/PageCacheWarmer
then remove this folder.
2. If the extension was installed via the composer and its files located in the folder
vendor/magefan/module-page-cache-warmer
then run composer CLI command to remove it
composer remove magefan/module-page-cache-warmer
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
If you need to update Magento 2 Full Page Сache Warmer by Magefan, please follow the steps below.
Note: the updating instructions depend on the method the Cache Warmer extension was installed with.
Update using composer
If the Page Сache Warmer module was installed via the composer (check if vendor/magefan/module-page-cache-warmer folder exists), then you need to run these simple CLI commands in the Magento 2 directory:
composer removemagefan/module-page-cache-warmer
composer requiremagefan/module-page-cache-warmer
^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 Сache Warmer module was installed via FTP (check if app/code/Magefan/PageCacheWarmer folder exists), then follow these commands:
1. Download the latest
You can install
by Magefan, using composer or archive installation methods.
Installation via composer (recommended)
Please navigate to your Magefan Account > Downloads > Install via Composer to get the composer installation instructions.
Installation using archive and FTP
- Download Cache Warmer ZIP-Archive from magefan.com website (not GitHub or other sources).
- Extract files.
- Copy app folder from the archive to your Magento 2 folder.
- In a command line, using "cd", navigate to your Magento 2 root directory.
- Run 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.
Blogging on Hyva is super easy. You deliver high-quality content fast. However, to make that happen, you need the right tools. Our is fully compatible with Hyva.
Note: compatibility with Hyva is available in the Plus and Extra editions.
Installation via composer (recommended)
- Open command line.
- Using command "cd" navigate to your Magento 2 root directory.
- Run CLI commands:
composer require magefan/hyva-theme-NAME
# replace NAME with:
# blog-plus - if you use Blog Plus
# blog-extra - if you use Blog Extra
# Get your Magento Marketplace authentication keys or use these:
# Username: 7c018006799466c681ad507e27904677
# Password: 289077c86e811661a8f7751828485d3a
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.
Installation using archive and FTP
- Download the Hyva Blog ZIP archive in your
You can install
by Magefan, using composer or archive installation methods.
Note: if you want to install the Product Labels Plus or Extra please navigate to your Magefan Account > Downloads > Install via Composer to get the composer installation instructions.
Installation via composer (recommended)
- Open command line.
- Using command "cd" navigate to your Magento 2 root directory.
- Run CLI commands:
composer require magefan/module-product-label
# Authentication required (repo.magento.com)
# Get your Magento Marketplace authentication keys or use these:
# Username: 7c018006799466c681ad507e27904677
# Password: 289077c86e811661a8f7751828485d3a
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.
Installation using archive and FTP
- Download Product Labels Extension ZIP-Archive
If you need to update Magento 2 Product Labels Extension by Magefan, please follow the steps below.
Note: the updating instructions depend on the method the Product Labels extension was installed with.
Update using composer
If the Product Labels module was installed via the composer (check if vendor/magefan/module-product-label 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:
# module-product-label - for Basic plan
# module-product-label-plus - for Plus plan
# module-product-label-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 Plus or Extra, check this guide on how to upgrade Product Labels plan.
Update using archive and FTP
If the Product Labels module was installed via FTP (check if app/code/Magefan/ProductLabel
If you decide to remove contact our team for a free consultation in case you have any issues with Magefan's extension.
, please follow the steps below. You canRemove Extension Files
Removing files instructions depend on the way the Product Labels extension has been installed in.
1. If you can find the extension files in the folder
app/code/Magefan/ProductLabel
app/code/Magefan/ProductLabelPlus
app/code/Magefan/ProductLabelExtra
then remove this folder.
2. If the extension was installed via the composer and its files are located in the folder
vendor/magefan/module-product-label
then run composer CLI command to remove it
composer remove magefan/module-product-label
*
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