xpay✦ Commerce
Directory
WooCommerce plugins
Download Count for WooCommerce
Download Count for WooCommerce
Displays the number of products downloaded by customers.
20+ active installsFree on WordPress.org
Will this break my store?
What the WordPress.org registry says about keeping Download Count for WooCommerce running.
WordPress compatibility
Tested to 7.0.2
Tested against the WordPress branch in use today.Last updated
4 months ago
At least 4.0 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.Requires PHP
8.0
Your host must be running at least this version.Requires WordPress
4.6
Contributors
1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.20+ active installsWordPress.org reports installs in bands, not exact counts.
Maintenance & trust
Scored on how Download Count for WooCommerce is looked after — not on how many stores run it.
Not enough public feedback to put a confident number on this one. Little public feedback — score rests mostly on release activity. What we can see is below.
Maintenance
35 / 35WordPress compatibility
20 / 20Support responsiveness
Not enough dataMerchant satisfaction
Not enough dataListing transparency
7 / 10Ratings
No one has rated this plugin on WordPress.org yet. That is a statement about the ratings page, not about the plugin — plenty of well-kept plugins never collect them.
Displays the number of products downloaded by customers.
Products
- The download count is displayed below the price of the product.
- The count is the total number of products downloaded.
Admin panel for products
- The download count is displayed in the “Downloads” column of the “All products” page in the admin page.
- The count is the total number of products downloaded.
Admin panel for orders
- The download count is displayed in the “Products : Downloads” column of the “Orders” page in the admin page.
- The count will be narrowed down by the product id and order id.
Option
- There is an option to “Displayed on the administration screen only”, which can be set from the management screen.
Filter
- Provide a filter to download count html for product.
Filter sample
- Modifies the HTML for All Products.
/** ==================================================
* Download Count for WooCommerce
*
* download_count_woo
* @param string $html html.
* @param int $count count.
*/
function download_countproduct( $html, $count ) {
$html = '<br /><span style="color: green;">' . $count . ' ' . __( 'Downloads', 'woocommerce' ) . '</span>';
return $html;
}
add_filter( 'download_count_woo', 'download_countproduct', 10, 2 );
- Modifies the HTML for Product ID 331.
/** ==================================================
* Download Count for WooCommerce
*
* download_count_woo_
* @param string $html html.
* @param int $count count.
*/
function download_countproduct_331( $html, $count ) {
$html = '<br /><span style="color: red;">' . $count . ' ' . __( 'Downloads', 'woocommerce' ) . '</span>';
return $html;
}
add_filter( 'download_count_woo_331', 'download_countproduct_331', 10, 2 );
none
Categories
Plugin details
Version1.21
Last updated2026-03-29 10:07pm GMT
Added2020-10-20
Requires WordPress4.6
Tested up to7.0.2
Requires PHP8.0
Tags on WordPress.org
count
download
product
woocommerce
Alternatives
Other plugins in the same categories.Variation Swatches for WooCommerce
300K+ installs
4.8(919)
Advanced Woo Labels – Product Labels & Badges for WooCommerce
10K+ installs
5.0(64)
Easy Auto SKU Generator for WooCommerce
10K+ installs
4.9(269)
PW WooCommerce Bulk Edit
20K+ installs
4.9(236)
PVT – Product Variation Table for WooCommerce
1K+ installs
5.0(49)
Custom Product Tabs for WooCommerce & WordPress Tabs Builder – Smart Tabs
10K+ installs
4.9(133)
