Giter Site home page Giter Site logo

ugoraffaele / trustpilot-plugin-magento2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from trustpilot/plugin-magento2

0.0 2.0 0.0 79 KB

This is Magento 2 plugin for sending invitation data to Trustpilot

License: MIT License

PHP 71.49% HTML 10.47% CSS 14.11% JavaScript 3.94%

trustpilot-plugin-magento2's Introduction

The official Trustpilot extension for Magento 2

Trustpilot is an open review platform that helps consumers make better choices while helping companies showcase and improve their customer service.

To install the Trustpilot plugin on your website, please follow the steps provided in this package.

How to install the Trustpilot extension

  1. Log in to your Magento server using SSH (Secure Shell) and run the commands that follow.
  2. Create a system and database backup by navigating to the root directory of your Magento installation and execute this command:
    php bin/magento setup:backup --code --db --media
    (Please note that your website will be inaccessible during the backup process.)
  3. Enable maintenance mode.
    php bin/magento maintenance:enable
  4. Download and install the Trustpilot plugin using Composer.
    composer require “trustpilot/module-reviews”
  5. If this is the first time you install a plugin using Composer, Magento will ask you to provide your Magento Marketplace account credentials. To find your account information go to https://marketplace.magento.com > My profile > Access Keys > Create A New Access Key. Note: Your public key is your username, while your private key is your password.
  6. Enable the Trustpilot plugin.
    php bin/magento module:enable Trustpilot_Reviews --clear-static-content
  7. Update the database schema. (Please proceed cautiously: This command is global and will enable all Magento plugins that you’ ve installed.)
    php bin/magento setup:upgrade
  8. Compile (This command is only required in production mode.)
    php bin/magento setup:di:compile
  9. Deploy static content (This command is only required in production mode.)
    php bin/magento setup:static-content:deploy
  10. Disable maintenance mode.
    php bin/magento maintenance:disable

trustpilot-plugin-magento2's People

Contributors

vilgro avatar dukeimg avatar martinbuberl avatar

Watchers

James Cloos avatar Ugo Raffaele Piemontese avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.