AI Verified
WooCommerce Show Number Of Units Sold On Product Page
Showing the number of product units sold on the single product page is a great way to introduce Fear Of Missing Out (FOMO). You can highlight how many products are sold to let customers know a productās popularity. This particular solution shows the number of products sold under the add to cart button, somewhere the customer is bound to see it.
PHP
Voted: 5 by 5 user(s)
Simply copy the pre-coded solution to your active child themeās functions.php or preferably the Code Snippets Plugin.
The author has provided the following URL that may be helpful to setting up or using this snippet:
https://www.ecommercehints.com/woocommerce-show-number-of-units-sold-on-product-pageScroll down to see more snippets from this codevault.
The author has indicated that this snippet is compatable up to wordpress version: 6.1
Our AI bot has checked this snippet is compatable up to wordpress version: 6.1
Free & Pro
Download this snippet by clicking the download button, then head over to the Code Snippet Plugin settings in your wordpress admin dashboard, select the import menu then upload this file to import into your wordpress site.
Pro Only (Coming Soon)
You will be able to click a button and sync this snippet to your wordpress site automatically and from your dashboard manage all code snippets across all your wordpress sites that have the Code Snippets Pro plugin installed.
Last modified:
05/07/2024
This snippet has the following status:
AI Verified
This snippet has been tested by our AI bot, see any comments below.
AI Bot Comments:
Found 0 vulnerabilities
5
1 year ago
Hey There, Can we show a Random Number for Unites Sold, When this shows ZERO (0) or 1 or 2 that looks bad. You already have a snippet No of PPL viewing this products with a Number range, Can have the same for this snippet as well :) Thanks
1 year ago
@Niral Sura, sure! Use an if statement to check the $product->get_total_sales(). If the variable == 0 || variable == 1 variable == 2 show a random number instead using "rand (3,10)" where 3 is the minimum random number and 10 is the maximum. I wouldn't advise it though, people can usually see right through dishonest figures!
1 year ago
This is a great snippet Alex - hats off to you on this one - I small suggestion would be to wrap the text in a <p> tag or a <div> or similar and give it a class something like "units-sold-text" this way it makes styling this to pop out much easier š
Please see some snippets below related to this snippet..
WooCommerce
AI Verified
Added: 1 year ago
Last Updated: 2 months ago
Sometimes, you may wish to provide additional instructions to your customers when they are completing the WooCommerce Checkout form. This quick guide shows you how you can add any custom content you l...
WooCommerce
AI Verified
Added: 1 year ago
Last Updated: 2 months ago
By default, WooCommerce only shows the productās unit price (or price per item) only on the cart page. On the Checkout, Thank You page, Emails, and order view in My Account, the user is not shown the...
WooCommerce
AI Verified
Added: 3 weeks ago
Last Updated: 3 weeks ago
Change the destination of the "Return to shop" button on the WooCommerce Cart Page. Useful if you want it to be different from the Shop Page defined in WooCommerce Settings.
These are some popular snippets from this users codevault..
WooCommerce
AI Verified
Added: 1 year ago
Last Updated: 1 month ago
We want to make this solution absolutely clear from the outset. This snippet does NOT generate the actual number of people viewing the product. It shows a randomly generated number in the range of two...
WooCommerce
AI Verified
Added: 1 year ago
Last Updated: 2 months ago
Showing the number of product units sold on the single product page is a great way to introduce Fear Of Missing Out (FOMO). You can highlight how many products are sold to let customers know a product...
WooCommerce
AI Verified
Added: 1 year ago
Last Updated: 2 months ago
How many times have you bought something online and seen trust symbols near the proceed to checkout button on the cart page? ā30 Day Money Back Guaranteeā or āSecure Checkoutā are popular examples. By...
Category
Snippet Status