reviewscouk / reviews
Reviews.co.uk Magento 2 Integration
Installs: 243 303
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 10
Forks: 9
Open Issues: 12
Type:magento2-module
- dev-master
- 0.0.65
- 0.0.64
- 0.0.63
- 0.0.62
- 0.0.61
- 0.0.60
- 0.0.51
- 0.0.50
- 0.0.49
- 0.0.48
- 0.0.47
- 0.0.46
- 0.0.45
- 0.0.44
- 0.0.43
- 0.0.42
- 0.0.41
- 0.0.40
- 0.0.39
- 0.0.38
- 0.0.37
- 0.0.36
- 0.0.35
- 0.0.34
- 0.0.33
- 0.0.32
- 0.0.31
- 0.0.30
- 0.0.29
- 0.0.28
- 0.0.27
- 0.0.27b
- 0.0.27a
- 0.0.26
- 0.0.22
- 0.0.21
- 0.0.20
- 0.0.19
- 0.0.18
- 0.0.17
- 0.0.16
- 0.0.15
- 0.0.14
- 0.0.13
- 0.0.12
- 0.0.12b
- 0.0.11
- 0.0.10
- 0.0.9
- 0.0.9b
- 0.0.8b
- 0.0.8a
- 0.0.7b
- 0.0.6
- 0.0.5
- 0.0.4
- 0.0.3
- 0.0.2
- 0.0.1
- dev-update/ai-sentiment-toggle
- dev-feature/rating-snippets
- dev-update/csv-product-feeds
- dev-feature/polaris-questions
- dev-hotfix/fix-for-unmanaged-stock
- dev-feature/syndication
- dev-feature/async-observers
- dev-dylan/rich-snippet-fixes
- dev-dylan/grouping-hash-fix
- dev-dylan/add-elements-widget
- dev-dylan/mpn-fix
- dev-composer/remove-version-from-composer-json
- dev-fix/cdata-for-link
- dev-addCountryCode
- dev-static-widget-domain-fix
- dev-fix-naming-of-used-grouped-skus
- dev-unescape-static-widget
- dev-get-name-from-billing-when-guest
- dev-remove-description
- dev-fix-image-in-feed
- dev-update-readme
- dev-update-widget-path
- dev-feature/0.0.2-code-improvements
This package is auto-updated.
Last update: 2024-10-04 09:16:27 UTC
README
You'll need to sign up at Reviews.co.uk or Reviews.io to use this plugin.
Compatibility
Installation
-
Via command line,
cd
to Magento2 root folder -
As this plugin is hosted on packagist.org, you simply use the following to instruct composer to fetch and install the module:
composer require reviewscouk/reviews:0.0.65
-
When this is complete,
cd
to/bin
and run the following:./magento module:enable Reviewscouk_Reviews --clear-static-content ./magento setup:upgrade
Basic Configuration
This extension requires a Store ID and an API key, obtained from your account area on Reviews.co.uk or Reviews.io. To find these details;
- Log into your account, and navigate to
Integrations
- Then, select Magento
- Here, you'll find your Store ID and API Key required by the module.
To configure the module, log into your Magento Administration panel (ensuring the module is correctly installed) and then;
- Navigate to
Stores -> Configuration -> Reviews.co.uk -> Setup
- Select your Region. Reviews.co.uk customers will be UK, and Reviews.io customers will be US
- Enter your Store ID and API KEY
Store Specific Integration
The Reviews Magento extension offers a number of features - which ones you use will depend on what you're looking to achieve. Below is in a brief outline of them all, and instruction on how to configure them.
Review Collection Emails
Magento can automate the review collection process by sending customer/order data to the Reviews platform as soon as an order is completed. You can control the automated collection of Merchant and Product reviews independently by;
- Navigate to
Stores -> Configuration -> Reviews.co.uk -> Automation -> Review Collection
- To enable collection of Merchant Reviews set Queue Merchant Review Emails to Yes
- To enable collection of Product Reviews set Queue Products Review Emails to Yes
Product Feed
The product feed allows you to sync your product catalog with the Reviews platform. This feed will be available at www.your-domain.com/reviews/index/feed. To enable this;
- Navigate to
Stores -> Configuration -> Reviews.co.uk -> Automation -> Product Feed
- Under Product Feed, set Product Feed to Yes.
- When you save these settings, the URL of your feed will automatically be added to your Reviews account.
Product Reviews Widget
Automatically pull through product specific reviews directly onto your product pages. To enable this;
- Navigate to
Stores -> Configuration -> Reviews.co.uk -> On Page Content -> Product Reviews Widget
- Set Display Reviews Widget on Product Pages to Yes
- You can set the colour used in the widget by entering a HEX colour code into the Widget Hex Colour field. This code must be a valid 6 digit HEX value, with or without the leading # character.
- This extension offers 2 types of widget, set via changing the value in the Product Widget Version drop down. Javascript Widget is the classic method of displaying reviews and will place an iFrame on the page with the reviews inside. The newer method, Static Content Widget, will display the reviews directly on the product page, rather than inside an iFrame. This is the preferred method as it allows search engines like Google to crawl and cache the content of the reviews.
Rich Snippets
The Reviews.co.uk Magento modules allows you to automatically include structured Rich Snippet data on your pages. This data is used by search engines to better understand the content of your pages. Search engines also often use this data to improve the content of results on a Search Engine Result Page (SERP). You can find out more information here
To enable Rich Snippets;
- Navigate to
Stores -> Configuration -> Reviews.co.uk -> On Page Content -> Rich Snippets
- To enable Rich Snippets containing Merchant review data, set Enable Merchant Rich Snippets to Yes
- To enable Rich Snippets containing Product review data, set Enable Product Rich Snippets to Yes