Table of Contents

  1. Install & Activate
  2. Video Tutorial
  3. Usage & Configuration
  4. My Account Page Frontend View
  5. File Structure
  6. Developer Note

Install & Activate – top

Review Discount for WooCommerce plugin lets you customize your review-based discounts/coupons and send the discount/coupon codes to customer emails. It actually helps grow your business by engaging more customers and boosting your sales. You need to have WooCommerce installed on your website to use this plugin.

If you have purchased the plugin from Codecanyon, please download from the Downloads page.

You should also receive a download link email after purchasing the item.

Option 1: Installation via WordPress Admin Dashboard (Recommended for Most Users)

  1. Log in to your WordPress site.
  2. Navigate to Plugins > Add Plugin > Upload Plugin.
  3. Click Choose File, and select the plugin ZIP file you have downloaded.
  4. Click Install Now button.
  5. Once the installation is complete, click Activate Plugin button.

Option 2: Installation via FTP/SFTP (Recommended for Developers)

  1. Download the ZIP file from your Codecanyon > Downloads page.
  2. Unzip the file locally.
  3. Use an FTP client, such as Cyberduck or FileZilla, to connect to your server.
  4. Navigate to your WordPress installation path wp-content/plugins/
  5. Upload the unpacked plugin folder into the plugins’ directory.
  6. Log in to your WordPress dashboard.
  7. Go to Plugins > Installed Plugins.
  8. Scroll down to the Review Discount for WooCommerce and click Activate.

After installing and activating the plugin successfully, you should see a menu option called “Review Discount” under “WooCommerce” or, WooCommerce > Review Discount please click on it.

Video Tutorial – top

Watch how to install, configure, and start using the plugin:

Usage & Configuration – top

Review Discount for WooCommerce has all the necessary settings to manage your review-based discount.

General Settings

These are the general settings to manage your discount/coupon based on customer/user reviews.

If you’re happy with the default settings of the plugin, just click on the Save changes button for the first time and from Settings > Permalinks select ‘Post name’ then click on the Save Changes button to work on the frontend customer My Account page.

Advanced Setting

It has only one setting to manage if you want to delete plugin data upon plugin deletion or not.

Emails Setting

Manage the email that will be sent to the customer/user after approving their product review.

My Account Page Frontend View – top

From the frontend My Account page a customer will be able to see his discount/coupon codes list through the Coupons tab.

The customer will be able to copy the discount/coupon code by clicking on the ‘copy’ icon. It’s an interactive button.

File Structure – top

As a proud user of this plugin, you may want to know the file structure of this plugin.

review-discount-for-woocommerce/
├── languages/
│   └── review-discount-for-woocommerce.pot
├── assets/
│   ├── css/
│   │   ├── admin.css
│   │   └── frontend.css
│   ├── js/
│       ├── admin.js
│       └── frontend.js
├── src/
│   ├── Admin/
│   │   ├── Admin.php
│   │   ├── Menus.php
│   │   └── Settings.php
│   ├── Core/
│   │   ├── Base/
│   │   │   └── Settings.php
│   │   └── GenerateCoupon.php
│   ├── Emails/
│   │   └── ReviewDiscountForWooCommerceEmail.php
│   ├── Frontend/
│   │   └── MyAccount.php
│   ├── Plugin.php
│   └── functions.php
├── templates/
│   ├── emails/
│   │   ├── plain/
│   │   │   └── coupon-email.php
│   │   └── coupon-email.php
│   └── coupons.php
├── readme.txt
├── review-discount-for-woocommerce.php
├── uninstall.php

Developer Note – top

As a developer, if you want to customize the email template templates/emails/coupon-email.php header-footer, you can use these hooks woocommerce_email_header and woocommerce_email_footer.


Once again, thank you so much for purchasing this plugin. As I said at the beginning, I’d be glad to help you if you have any questions relating to this plugin. If you have a more general question relating to the plugins on ThemeForest, you might consider visiting the forums and asking your question in the “Item Discussion” section.

WP Algo

Go To Table of Contents