Magento 2 Layered Navigation Pro Extension v4.x Updating

In this article, you will learn how to update your Magento 2 Layered Navigation Extension correctly, please follow this step-by-step guide below.

You can choose one of the following two methods to update the extension on your Magento 2 store:

Update Extension via Composer

In order to update your Magento 2 Layered Navigation extension via Composer, open the console (SSH terminal) and follow the commands:

  1. In the terminal, switch to your Magento 2 root directory using the following command:
cd /FULL_PATH_TO_YOUR_MAGENTO2

where “FULL_PATH_TO_YOUR_MAGENTO2” is the path to your Magento 2 folder on your server.

  1. Update your Plumrocket extension to the latest version:
composer remove plumrocket/module-productfilter
composer require plumrocket/module-productfilter ^4.0

After running this command, you will be prompted to enter the username and password (skip this step if your credentials were saved during the installation).

In order to find your personal Username and Password to update the extension via Composer, log in to your account at https://plumrocket.com > select “My Account” in the header menu > “My Downloads” tab > find the required Plumrocket extension in the list > press the “Install via Composer” link. Please see the screenshot below.

Step-by-step guide:

  1. Copy the “Username” key from the popup window.
  2. Copy the “Password” key from the popup window.
  1. Run the next four Magento 2 commands:
php bin/magento cache:flush
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

After running these commands, the extension should be updated successfully. A similar message should be displayed in your console.

Next Step > Magento Layered Navigation v4.x Configuration

Update Extension via FTP

Step 1. Download and Unzip the Extension Files

Step-by-step guide:

  1. Log into your account at https://plumrocket.com.
  2. Go to “My Account” in the menu.
  3. Navigate to “My Downloads”.
  4. Click the “Download” link to download the latest version of your Plumrocket Magento 2 extension.
  5. If you need to download one of the previous versions of your extension or to check the change logs, please, click the “Release archive” link.
Magento 2 update layered navigation and product filter extension.jpg

Step-by-step guide:

  1. In the “Release Archive” section you can see the list of available versions, read the changelogs, and download one of the previous versions.
Magento 2 update layered navigation and product filter extension release archive upt.jpg

Important Information:

We strongly recommend that you backup all your Magento 2 files and folders before you proceed with updating the extension.

Step-by-step guide:

  1. This is your client side. Here you will see the unpacked catalog containing Magento 2 Layered Navigation and Product Filter Extension.
  2. This is your root directory on the server side. The files should be uploaded here.
  3. All the files have to be uploaded to the server. Select the files and right-click.
  4. Choose the “Upload” option for these files.
2 magento 2 product filter.jpg

Step 2. Install the Extension Using SSH Terminal

At this point, SSH access to your webserver is required.

  1. In the terminal, switch to your Magento 2 root directory using command:
cd /FULL_PATH_TO_YOUR_MAGENTO2

where “FULL_PATH_TO_YOUR_MAGENTO2” is the path to your Magento 2 folder on your server.

  1. Run the next four Magento 2 commands:
php bin/magento cache:flush
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

After running these commands, the extension should be updated successfully. A similar message should be displayed in your console as displayed below:

Next Step > Magento Layered Navigation v4.x Configuration

Was this article helpful?