Description
This (unofficial) plugin started it’s life as a collection of fixes and modifications on top of the Yotpo WooCommerce plugin.
Then I’ve decided that the best way to learn and fix something is to make it from scratch, which is exactly what this plugin is.
This plugin is also on GitHub.
Some extensions are available here on GitHub.
Installation
- Install the plugin
- Enter your app key and secret
- Press Authenticate
- Configure to your liking
- Start collecting reviews
FAQ
- Is this the official plugin?
-
No, this is a completely rewritten plugin made by Paul (hxii) Glushak.
- I need help!
-
- The page on my website is often updated with new information.
- Use support section here on wordpress.org
- Get in touch with me by email: paul@glushak.net
- Extensions?
-
This plugin now supports (basic) extensions, yes!
You can find some extensions made by me on GitHub here.
Just place them in the/extensions
folder.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Yotpo Reviews for WooCommerce (Unofficial)” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Yotpo Reviews for WooCommerce (Unofficial)” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
2.0.4
- Non-writeable log file no longer prevents WP from loading and showing notice instead.
2.0.3
- Fixed conversion tracking total sum to be string instead of float.
2.0.2
- Added
defer
attribute to Yotpo Widget via function since WP doesn’t have that. Conversion doesn’t work otherwise. - Minor changes to how the product cache is appended. Thanks Eric for that
Unsupported operand types
. ¯_(ツ)_/¯ - Some cleanup. We don’t like messy code.
- Tested with WP 5.4-alpha-47039 and WC 3.9.0-rc.2. Bleeding edge!
2.0.1
- Added support for extenstions, see https://github.com/hxii/YRFW-Extensions for examples.
- Certain things now became extensions (dashboard, debug page, catalog export, rich snippets).
- CSV Helper is now a base, extended by reviews export class.
- Fix secret missing on initial setup.
- Fix WC check firing too early preventing plugin from loading.
- Added two new methods to API wrapper.
- Code cleanup.
- Added two action points for extensions:
yrfw_extensions_settings
(to add settings forms) andyrfw_extensions_admin_header
. - Checked with WC 3.7.0 and WP 5.2.3.
2.0.0
Initial version