Description
This plugin has been closed as of October 17, 2024 and is not available for download. This closure is temporary, pending a full review.
Reviews
zexmax
December 8, 2020
When I enable the plugin, I get an error:
A PHP session was created by a session_start() function call. This interferes with REST API and loopback requests. The session should be closed by session_write_close() before making any HTTP requests.
cedricjane
September 15, 2020
On product page, it adds oversized recently viewed product list. There is no settings to remove it as the plugin use same existing names.
Otherwise it worked well on a static page.
bandsome
June 18, 2020
Works well. A few suggestions to make the plugin useful –
1. allow user to set number of product columns. Currently only set at 3. 2,4, and 5 would be great.
2. Products should be set in a carousel rather than just disappearing once the user has viewed more products than the set number of products.
For e.g if the number of recently viewed products is set to 4, yet the user has looked at 5, all 5 products should show through a clickable carousel.
3. Currently if you are on a product page, that product is straight away listed on the recently viewed section. This is unnecessary as the user is still looking at that product. That product should appear only in the recently viewed section once the user is looking at the next product.
E.g if user is on product page ‘red’, ‘red’ should not appear in the recently viewed section yet. Once user is onto the next product page e.g ‘blue’, then ‘red’ should appear on product ‘blue’s recently viewed, etc.
Hopefully you can add this additions
Thanks
annekebouma
May 6, 2019
Very simple, straight-forward plugin. Products are displayed just as the layout of my theme, great!
GoodVine
February 28, 2019
Good plugin, works with WP5.1, but need some improvements.
For Generatepress theme i add:
echo ‘<div class=”wc-columns-‘.apply_filters( ‘loop_shop_columns’, $col ).’ wc-mobile-columns-1″>’;
after echo ‘<section class=”products”>’; and replace echo ‘</section>’; with echo ‘</div></section>’; in rvps_products_view.php
P.S. Shows columns incorrectly if the incomplete row is above. Need to add wc_set_loop_prop( ‘loop’, 0 ); at the same place.
But at the cart it shows 2 columns only ??
Contributors & Developers
“Wc Recently viewed products” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Wc Recently viewed products” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.