Description
Display Recently Purchased Products for Woocommerce. Plugin supports Widget and Shortcodes to display recently purchased products.
Main Features
* Shortcode with list and grid view options.
* Widget to display lists in sidebar.
* Define how many products you want to display.
How to use The Shortcode
You can use the shortcode to dispaly list of recently purchased products. Here’s an example of how you can show the recently purchased 6 products with grid view:
[recently_purchased_products limit="6" view="grid"]
Below are the shortcode supported options:
- title: Display the title on top of listing. Default is empty.
- limit: Used to limit the number of products. Default is 5.
- order: Order of listing either ASC or DESC. Default is DESC.
- img: Show or hide the product image in listing. Default is Show.
- img_size: Spcify image size 50 if you want 50×50 image.
- date: Show or hide product date. Default is Show.
- price: Show or hide the product price. Default is Show.
- view: Define the view layout. Option are grid and list. Default is list.
Screenshots
Installation
- Unzip the downloaded zip file
- Upload the included folder to ‘/wp-content/plugins’ directory of your WordPress installation
- Activate the plugin via the WordPress Plugins page
- Now, You will see settings link on plugin page. Click on it then you wil redirect to the settings page of plugin.
FAQ
-
How to display grid view instead of list?
-
Put
view="grid"
in the shortcode. -
How it’s getting products from orders?
-
Plugin will get only first products from each orders and display it.
Reviews
Contributors & Developers
“Recently Purchased Products For Woo” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Recently Purchased Products For Woo” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.2
- Check WordPress Version 6.1 compatibility.
1.0.1
- Tested with WordPress 5.8
- Tested with WooCommerce 5.5.2
1.0
- Initial release.