2017 © Pedro Peláez
 

magento2-module magento2-buyer-review

Checks whether an author of product review already bought the product.

image

tobai/magento2-buyer-review

Checks whether an author of product review already bought the product.

  • Thursday, December 10, 2015
  • by ytorbyk
  • Repository
  • 4 Watchers
  • 5 Stars
  • 24 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Welcome

ToBai Buyer Review is a Magento 2 extension. It identifies which product reviews were written by real buyers and mark these reviews on frontend. This helps potential customers to get more useful information about the product they want to buy., (*1)

More information about the extension you can find at this page - http://www.to-bai.com/magento-2-extensions/buyer-review.html, (*2)

Installation

Please follow next instructions to successfully install ToBai Buyer Review in your Magento 2 store., (*3)

  1. Disable the cache with this command:, (*4)

    bin/magento cache:disable
  2. Add extension to composer require section using this command:, (*5)

    composer require tobai/magento2-buyer-review ~1.0.0
  3. Enable module and upgrade with this commands:, (*6)

    bin/magento module:enable --clear-static-content Tobai_BuyerReview
    bin/magento setup:upgrade
  4. Check under Stores->Configuration->Advanced->Advanced that the module ToBai_BuyerReview is present. If ToBai_BuyerReview displays in alphabetical order, you successfully installed the reference module!, (*7)

  5. Flush and enable the cache with this commands:, (*8)

    bin/magento cache:flush
    bin/magento cache:enable

Now you should see new ToBai tab at Stores > Configuration. When you click at this tab you will see Buyer Review section., (*9)

Before enabling cache you may compile DI. For compiling run command (before and after "var/di" directory must be deleted):, (*10)

bin/magento setup:di:compile

The Versions

10/12 2015

dev-master

9999999-dev

Checks whether an author of product review already bought the product.

  Sources   Download

MIT

The Requires

 

magento2

10/12 2015

1.0.0

1.0.0.0

Checks whether an author of product review already bought the product.

  Sources   Download

MIT

The Requires

 

magento2