Installing the Magento plugin

The new plugin is compatible with the following versions of your shop system:
 
  • from 2.3.7 on
Your version is not compatible? In that case, you can continue to use your current plugin for the time being. Please keep in mind, however, that we will discontinue technical support for the plugin you have been using up to now on 8 February 2023. After this date, technical problems may occur.
We therefore recommend that you update your shop system as soon as possible and switch to the new plugin afterwards.

A new plugin has been available for Magento since September 2022. Therefore, there are two installation options:

Installation option 1: You already use a Trusted Shops plugin for Magento.

  1. First, uninstall your previously used plugin with the help of the section on “Uninstallation”.
  2. Then, install the current plugin with the help of the section on “Installation”.

Installation option 2: You have not used a Trusted Shops plugin for Magento yet.

  1. Skip the section on "Uninstallation".
  2. Install the current plugin with the help of the section on “Installation”.

Uninstallation

  1. Open the command prompt of your Magento server.
  2. Open the root directory of your Magento installation.
  3. From the root directory, run the following command to enable maintenance mode and temporarily restrict access to the frontend:
    php bin/magento maintenance:enable
  4. Run the following command to disable the plugin and delete the view files created by the plugin:
    php bin/magento module:disable Trustedshops_Trustedshops --clear-static-content
  5. The plugin is now deactivated. Run the following commands to uninstall the plugin:
    composer remove trustedshops/trustedshops
    php bin/magento setup:upgrade
  6. Run the following command to check if the uninstallation was successful:
    php bin/magento module:status Trustedshops_Trustedshops
    If the uninstallation was successful, the following message will appear:
    Trustedshops_Trustedshops : Module does not exist
  7. Execute the following command to exit maintenance mode:
    php bin/magento maintenance:disable

Your previously used plugin has been successfully uninstalled. Now follow the "Installation" section to install the current plugin.

Installation

To get started, download your free Trusted Shops Extension for Magento here. You can then install the extension using the composer provided by Magento. We explain how to use the composer to integrate an extension into Magento here.

Configuration

To integrate the Trustbadge into your shop, you will first need to open your Magento backend. In the main navigation on the left side you will find the menu item "Stores" (01_16x16.png). Click on this to open another menu. Within this menu you need to select the menu item "Configuration" (02_16x16.png).

Magento_01_EN.png

This opens a new navigation menu on the left side. Within this menu, select the item "Trusted Shops" (01_16x16.png). A drop-down menu will then appear. Click on the menu item "Configuration" (02_16x16.png).

Magento_02_EN.png

Now follow these instructions to configure the plugin according to your individual needs: Using Trusted Shops with a plugin


Was this article helpful?

8 out of 21 found this helpful