Recently Viewed Products

Shows recently viewed products by logged/unlogged user with/without slider on a Woocommerce store

Author:Rajnish Arora (profile at wordpress.org)
WordPress version required:4.0
WordPress version tested:5.8.1
Plugin version:1.0.0
Added to WordPress repository:16-10-2019
Last updated:08-11-2021
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:94
Rated by:6
Plugin URI:https://github.com/rajnisharora/rvp
Total downloads:8 721
Active installs:1 000+
plugin download
Click to start download
  • Shows recently viewed products by user on your Woocommerce store
    (i) on product page (ii) on shop page (iii) on cart page
  • Products can be wrapped in a slider(slick slider)
  • If the user is logged in then it will create an entry for that particular user_id
    and can retrieve all the products viewed by that user.
  • If however user is not logged in it would create a COOKIE to store ids of the viewed products.
  • You can use
    [rvp_show no_products=”4″ slider_use=”true”]
    In this case no_products is the the no of slides in view.
    Replace 4 with the number of slides/products required in view.
    You can set slider_use=”true” or slider_use=”false”

    Also you can use the shortcode
    [rvp_show]
    In this case the shortcode takes settings from the Settings Page i.e.
    1)Slider is to be used or not
    2)How many slides to view etc.