Display Recently Purchased Products for Woocommerce. Plugin supports Widget and Shortcodes to display recently purchased products.
Main Features * Shortcode with list, grid and slider 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:
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: Specify image size 50 if you want 50×50 image Default is 100.
img_type: Image type like product image / customer avatar image, Option are product and avatar, Default is product.
date: Show or hide product date. Default is Show.
price: Show or hide the product price. Default is Show.
category: Show or hide the product category. .
cart: Show or hide the Add to cart button. Default is Hide.
rating: Show or hide the Product rating. Default is Hide.
view: Define the view layout. Option are grid and list. Default is list.
grid_cols: Number of grid columns will show, if grid view is set Default is 4.
customer_info: Show customer information with the recent product, Default is show and it will display Full Name, ‘first_name’ is for First Name, ‘last_name’ is for Last Name.
Here’s an example of how you can show the recently purchased 6 products with Slider view:
title: Display the title on top of Slider. Default is empty.
limit: Used to limit the number of products. Default is 5.
category: Show or hide the product category. Default is Show.
cart: Show or hide the Add to cart button. Default is Hide.
rating: Show or hide the Product rating. Default is Hide.
order: Order of listing either ASC or DESC. Default is DESC.
img: Show or hide the product image in Slider. Default is Show.
img_size: Specify image size 50 if you want 50×50 image.
img_type: Image type like product image / customer avatar image, Option are product and avatar, Default is product.
customer_info: Show customer information with the recent product, Default is show and it will display Full Name, ‘first_name’ is for First Name, ‘last_name’ is for Last Name.
date: Show or hide product date. Default is Show.
price: Show or hide the product price. Default is Show.
slidestoshow: Show number of slide visible. Default is 1.
slidestoscroll: Number of slide scroll on next/prev slide. Default is 1.
autoplay: Autoplay slider. Option are true and false Default is true.
dots: Show dots for the slider, Option are true and false, Default is true.
arrow: Show arrow for the next and previous slide. Option are true and false, Default is true.
infinite: Scroll infinite loop for the slider. Option are true and false, Default is true.
Widget: Recently Purchased Products For Woocommerce
Below are the Widget supported options
Title: Display the title on top of Widget.
Image: Show or hide the product image in Widget.
Image Size: Specify image size 50 if you want 50×50 image.
Image Type: Image type like product image / customer avatar image, Default is product.
Number of products to show: Used to limit the number of products.
Date: Show or hide product date. Default is Show.
Price: Show or hide the product price. Default is Show.
Category: Show or hide the product category. Default is Show.
Product Rating: Show or hide the Product rating.
Order: Order of listing either ASC or DESC. Default is DESC.
Add to Cart Button: Show or hide the Add to cart button.
Customer Info: Show customer information with the recent product, Default is show and it will display Full Name, ‘first_name’ is for First Name, ‘last_name’ is for Last Name.
Show in Slider: Show or hide the Widget as Slider.
Slider Dots: Show dots for the slider.
Slider Arrow: Show arrow for the next and previous slide.
Auto Play: Show Slider as Autoplay slider.
Slider Infinite: Scroll infinite loop for the slider. Default is true.
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.
Screenshots
List of Recently Purchased Products with Grid View
List of Recently Purchased Products with List View
Slider view of Recently Purchased Products
Widget view of Recently Purchased Products in sidebar
Backend Side Elementor Widget
Backend Side Elementor Widget Options
Backend Side Elementor Widget Options for Slider View
Front Side Elementor Widget Slider View
Front Side Elementor Widget Grid View
Front Side Elementor Widget List View
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.
Will it work for multiple purchased items in single order?
Yes, in the version 1.0.4, we have added feature to allowed for multiple items in single order.
How can I showcase recently purchased products?
You can showcase the recently purchased products using a shortcode and a Widget.
Is it possible to customize the properties or parameters of the shortcode?
Yes, the shortcode comes with numerous pre-built attributes that you can modify.
Can I utilize the shortcode in Elementor?
Yes, you can display the products using the shortcode in Elementor.
Can I use this plugin on multi-site WordPress?
Absolutely, this plugin fully supports multi-site WordPress installations.
Changelog
1.1.1 (Jul 18, 2024)
Demo and document update.
1.1.0 (Jul 10, 2024)
Checked with the Latest WordPress version 6.5.5
1.0.10 (May 14, 2024)
Bugs and Deprecations fixes
1.0.9 (May 06, 2024)
Shortcode attributes updated for the Customer Info (First Name, Last Name, Full Name)
Minor bug fixes
1.0.8 (May 01, 2024)
Shortcode attributes updated
Minor bug fixes
1.0.7 (Jan 30, 2024)
New Feature Update: A Recent Purchases Widget for Elementor has been introduced to showcase recently bought products.
Minor bug fixes
1.0.6 (Nov 21, 2023)
Fixed: Minor issues.
1.0.5
Fixed: Admin notice about “Requires WooCommerce plugin WooCommerce”
1.0.4
Fixed: Desktop design issues for Slider
Fixed: Responsive design issues for Widget
Fixed: Multiple products items from a single order aren’t showing in Widget & Slider
Fixed: Design issue when slider set in Widget
Displayed default image when no image was selected in the product
Added more options as attributes Grid/List View shortcode
Added Auto-play option as an attribute in Slider shortcode
Improved Slider & Widget design
1.0.3
Added new shortcode for slider.
Added slider option in widget.
Resolved Responsive issue and Layout Misalignment.
Show product category on top of the product title.