PHPackages                             orvisoft/module-reevoo - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. orvisoft/module-reevoo

ActiveMagento2-module[API Development](/categories/api)

orvisoft/module-reevoo
======================

This module serves the easy to use integration for Reevoo in Magento 2. Though this is not an official integration provided by Reevoo, but you can get its fully integration based on this module on fly.

00PHP

Since Dec 24Pushed 6y ago1 watchersCompare

[ Source](https://github.com/askwhyweb/Reevoo-M2)[ Packagist](https://packagist.org/packages/orvisoft/module-reevoo)[ RSS](/packages/orvisoft-module-reevoo/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Magento2 Module for Reevoo Reviews by OrviSoft Inc.
===================================================

[](#magento2-module-for-reevoo-reviews-by-orvisoft-inc)

```
`orvisoft/module-reevoo`

```

- [Main Functionalities](#functionalities)
- [Installation](#installation)
- [Configuration](#configuration)
- [Specifications](#specifications)

Main Functionalities
--------------------

[](#main-functionalities)

This module serves the easy to use integration for Reevoo in Magento 2. Though this is not an official integration provided by Reevoo, but you can get its fully integration based on this module on fly.

Installation
------------

[](#installation)

\* = in production please use the `--keep-generated` option

### Type 1: Zip file

[](#type-1-zip-file)

- Unzip the zip file in `app/code/OrviSoft/Reevoo`
- Enable the module by running `php bin/magento module:enable OrviSoft_Reevoo`
- Apply database updates by running `php bin/magento setup:upgrade`\*
- Flush the cache by running `php bin/magento cache:flush`

### Type 2: Composer *(Temporarily not available)*

[](#type-2-composer-temporarily-not-available)

- Make the module available in a composer repository for example:
    - private repository `repo.magento.com`
    - public repository `packagist.org`
    - public github repository as vcs
- Add the composer repository to the configuration by running `composer config repositories.repo.magento.com composer https://repo.magento.com/`
- Install the module composer by running `composer require orvisoft/module-reevoo`
- enable the module by running `php bin/magento module:enable OrviSoft_Reevoo`
- apply database updates by running `php bin/magento setup:upgrade`\*
- Flush the cache by running `php bin/magento cache:flush`

Configuration
-------------

[](#configuration)

- Enable (revoo/option/enable)
- Select Attribute (revoo/option/attribute)
- Page Page Reviews (revoo/option/per\_page)
- Partner ID (revoo/option/partner\_id)
- Enable Product Feed (revoo/option/enable\_product\_feed)
- Enable Purchaser Feed (revoo/option/enable\_purchaser\_feed)
- Enable Feeds (revoo/feed\_settings/enable)
- Feed Path (revoo/feed\_settings/feed\_path)
- sFTP Host (revoo/feed\_settings/ftp\_host)
- sFTP User (revoo/feed\_settings/ftp\_user)
- sFTP Password (revoo/feed\_settings/ftp\_pass)
- Cronjob Freequency (revoo/cronjob/frequency)
- Start Time (revoo/cronjob/time)

Specifications
--------------

[](#specifications)

- Cronjob

    - revoo-feed-job
- Helper

    - OrviSoft\\Reevoo\\Helper\\Productreviews
    - OrviSoft\\Reevoo\\Helper\\Feed
- Block

    - Product\\View\\Reviews &gt; product/view/reviews.phtml
- Block

    - Product\\Productlist\\Reviews &gt; product/list/reviews.phtml
- Block

    - Js &gt; javascript.phtml

Adjustment in theme
-------------------

[](#adjustment-in-theme)

This module generally comes up with little or no configuration requirements, however this module is very flexible to made necessory changes per your theme.

- For product view page, you can modify the file `layout/catalog_product_view.xml`
- For product list view page, you need to modify your `app/design/frontend/{YOUR-PACKAGE}/{YOUR_THEME}/Magento_Catalog/templates/product/list.phtml` and made necessory changes as below.

```
// add helper somewhere on top of the file.
