Reviewdrop
  • Getting Started
  • FAQ's
  • What is Reviewdrop?
    • What is Reviewdrop?
    • Features
  • Managing Reviews
    • Add Review
    • Edit/Delete Review
  • Email Invitations
    • Manually send email invites
    • Automatic invite emails
  • Embedded Widget
    • Install Widget on Your Website
    • Add Reviews to Widget
    • Remove Reviews from Widget
    • Customise Widget Looks
  • User Submissions
    • Pending Submissions
  • Profile Page
    • Update Profile
    • Add Coupon after Submission
  • Account Management
    • Choosing a Plan
    • Upgrading/Downgrading Plans
    • Updating Password
Powered by GitBook
On this page
  • Woocommerce
  • Bigcommerce
  • Shopify
  • API/Zapier

Was this helpful?

  1. Email Invitations

Automatic invite emails

If you use WooCommerce, Bigcommerce or Shopify, you can add a conversion script to your order complete page to automatically send invites.

PreviousManually send email invitesNextInstall Widget on Your Website

Last updated 3 years ago

Was this helpful?

To automate the process of collecting reviews on your online store, we have created a simple conversion script that will send email invitations to the customer at a selected date after order.

Woocommerce

To install our script on Woocommerce, first download the plugin from the WordPress plugin marketplace. Alternatively, download .

To install our plugin with WordPress, please navigate to your admin dashboard:

  1. Login to your WordPress admin dashboard.

2. Head to Plugins -> Add new

4. Install and activate the plugin and head to the settings page to configure.

6. Copy your ID found under - Your ID for third party plugins is: 103233

7. Paste the ID on the Reviewdrop WordPress settings plugin. Found at WP Admin -> Settings -> Reviewdrop.

9. Enter a name for the token (Website name) and click create. Copy your access token (Note: this will only appear once) and navigate back to the WordPress plugin page to paste under 'Conversion Token'.

10. Set the email send date and make sure 'Enable conversion emails' is on.

11. Hit 'Save changes' and you should be ready to test an order. Once you reach the 'Order complete' page you should receive an email invite from the order email you used.

Bigcommerce

<!-- Reviewdrop Conversion Start Bigcommerce -->
<script>
    var rdConfigConversion = {
        email: "%%ORDER_EMAIL%%",
        date: "1440", //1440 Mins = Email 1 day after order. Check docs for setup.
        id: "YOUR REVIEWDROP ID",
        token: "ENTER TOKEN HERE",
        order: "%%ORDER_ID%%",
    }
</script>
<script defer type="text/javascript" src="https://app.reviewdrop.io/conversion.js"></script>
<!-- Reviewdrop Conversion End Bigcommerce -->
  1. Copy the script code to your clipboard and head to your Bigcommerce dashboard.

  2. Click Advanced Settings -> Affiliate Conversion Tracking and paste your code.

  3. Enter a name for the token (Website name) and click create. Copy your access token (Note: this will only appear once) and navigate back to the Bigcommerce dashboard to paste under inside the token: "INSERT CODE HERE" quotes.

  4. As seen in the image below, we are using Bigcommerce global variable %%ORDER_EMAIL%% and %%ORDER_ID%% to track what email we should send the invite to. These are required to function properly.

  5. The date parameter allows you to choose when the email should be sent from order placement. We use time in seconds here which can be confusing at first. Please use the table below to configure it correctly. By default, time is set to 0 which will send instantly after order.

  6. Hit save, and try out a test order to ensure you receive an email. You may receive an error about order data but continue as it's not needed for our case.

Time (mins)

Email send date

0

Instantly

1440

1 day after order

2880

2 days after order

4320

3 days after order

10080

1 week after order

20160

2 weeks after order

30240

3 weeks after order

40320

4 weeks after order

Shopify

Shopify Conversion Script
<!-- Reviewdrop Conversion Start Shopify -->
<script>
    var rdConfigConversion = {
        email: "{{ order.email }}",
        date: "1440", //1440 Mins = Email 1 day after order. Check docs for setup.
        id: "YOUR REVIEWDROP ID",
        token: "ENTER TOKEN HERE",
        order: "{{ order.id }}",
    }
</script>
<script defer type="text/javascript" src="https://app.reviewdrop.io/conversion.js"></script>
<!-- Reviewdrop Conversion End Shopify -->
  1. On Shopify, navigate to your store admin page and go to Settings -> Checkout and scroll to Order Processing -> Additional Scripts then paste your code.

  2. Enter a name for the token (Website name) and click create. Copy your access token (Note: this will only appear once) and navigate back to the Bigcommerce dashboard to paste under inside the token: "INSERT CODE HERE" quotes.

  3. As seen in the image below, we are using Shopify global variable {{ order.email }} and {{ order.id }} to track what email we should send the invite to. These are required to function properly.

  4. The date parameter allows you to choose when the email should be sent from order placement. We use time in seconds here which can be confusing at first. Please use the table below to configure it correctly. By default, time is set to 0 which will send instantly after order.

  5. Hit save, and try out a test order to ensure you receive an email.

Time (mins)

Email send date

0

Instantly

1440

1 day after order

2880

2 days after order

4320

3 days after order

10080

1 week after order

20160

2 weeks after order

30240

3 weeks after order

40320

4 weeks after order

API/Zapier

3. Search for Reviewdrop or download the plugin .

5. Navigate back to your Reviewdrop dashboard -> .

8. Next, head back to your Reviewdrop dashboard then

To install our script on Bigcommerce, first, navigate to the page on our site.

Next, head back to your Reviewdrop dashboard then

To install our script on Shopify, first, navigate to the page on your reviewdrop dashboard. Copy the code there or use the code snippet below. Make note of your Reviewdrop ID found on the marketing -> settings page.

Next, head back to your Reviewdrop dashboard then

We are in closed beta for adding API/Zapier support. If you would like to integrate Reviewdrop with your own system or Zapier and we will provide details.

here
Widget page
Manage account -> Settings -> API
Customers->Automatic Invites
Manage account -> Settings -> API
Customers->Automatic Invites
Manage account -> Settings -> API
get in touch
here