Plugin info

Total downloads: 1,779
Active installs: 10
Total reviews: 1
Average rating: 1
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 5/21/2014 (4241 days ago)
Added to WordPress: 5/12/2014 (11 years old)
Minimum WordPress version: 3.8
Tested up to WordPress version: 3.9.40
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4241 days ago • 1 reviews

22/100

Is Gravity Forms / WooCommerce Recently Viewed Products abandoned?

Possibly abandoned (last update 4241 days ago).

Compatibility

Requires WordPress: 3.8
Tested up to: 3.9.40
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

This plugin automatically adds Recently Viewed Products from WooCommerce to your form submissions, giving you insight into what products your visitors were interested in before sending their enquiry.

Simply install the plugin and activate it. If both WooCommerce and Gravity Forms are set up on your website, you will start seeing the recently viewed products of your visitors in your form entry screen. To also add the data to your emails, use the {recently_viewed_products} merge tag.

Please note: This plugin does not add any extra tracking to your website. If you have WooCommerce installed, it will automatically track recently viewed products for each visitor in a cookie which this plugin uses to add to each form submission. When you use this plugin, make sure your privacy policy is clear on how you are using your visitors’ click stream information.

For developers

This plugin is very extensible and makes it easy to implement different ecommerce backends or alternative tracking mechanisms altogether. To modify the tracking, either make a child class of GF_Recently_Viewed_Products and override the _get_current_recently_viewed_products method, or use the following filters:

For use with WooCommerce:

  • wc_gf_recently_viewed_product_ids (array) List of post ids
  • wc_gf_recently_viewed_products_query (array) Query for get_posts (use to change the post type)
  • wc_gf_recently_viewed_products (array) List of posts

Without WooCommerce: (make sure to init the GF_Recently_Viewed_Products class yourself)

  • gform_recently_viewed_product_ids (array) List of post ids
  • gform_recently_viewed_products_query (array) Query for get_posts (use to change the post type)
  • gform_recently_viewed_products (array) List of posts

If you extend this plugin to

Installation

Install the plugin the normal way and activate it. If both WooCommerce and Gravity Forms are set up on your website, you will start seeing the recently viewed products of your visitors in your form entry screen. To also add the data to your emails, use the {recently_viewed_products} merge tag.

Frequently Asked Questions

None yet.

Review feed

No reviews available

Screenshots

  1. Recently viewed products in Gravity Forms entry

    Recently viewed products in Gravity Forms entry

  2. Gravity Forms email with Recently Viewed Products using merge tag

    Gravity Forms email with Recently Viewed Products using merge tag

Changelog

1.1

  • Fix bug in merge tag when no data is available

1.0

  • Release to WP.org

0.9

  • Pre-release on GitHub