Recently Viewed Products Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
- 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.