Magento 2 Google Customer Reviews v1.x Updating

In this article you will learn how to update your Google Customer Reviews Extension for Magento 2  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 Google Customer Reviews extension via Composer, open the console (SSH terminal) and follow commands:

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

cd /FULL_PATH_TO_YOUR_MAGENTO2

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

2. Update your Plumrocket extension to the latest version:

composer update plumrocket/google-customer-reviews --with-dependencies

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, go to your account at https://plumrocket.com > select My Account in the header menu > select the 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.

3. 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 2 Google Customer Reviews v1.x Configuration

Update Extension via FTP

Step 1. Download and unzip the Magento 2 Google Customer Reviews Extension’s files

Step-by-step guide:

  1. Login to your Plumrocket store account: https://plumrocket.com
  2. Select My Account in the menu (to open this page, you have to log in first).
  3. Select My Downloads.
  4. Press on the Download link to download the latest version of your 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 Google Customer Reviews Installation 6

Step-by-step guide:

  1. In the Release Archive section you can see the list of available versions, read the change logs and download one of the previous versions.
Magento 2 Google Customer Reviews Installation 5

Important Information:

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

Step 2. To upload files to the server, you may use any FTP-client

We used the FileZilla FTP client to show you how to upload files to the server.

Step-by-step guide:

  1. This is your client side. Here you will see the unpacked catalog containing Magento 2 Google Customer ReviewsExtension.
  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 press right button of your mouse.
  4. Choose the Upload option for these files.
2 newsletter popup v3 magento 2.jpg

Step 3. SSH Installation (requires SSH access to your webserver)

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

cd /FULL_PATH_TO_YOUR_MAGENTO2

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

2. 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. Similar message should be displayed in your console as displayed below:

Next Step > Magento 2 Google Customer Reviews v1.x Configuration

Was this article helpful?