Description
Badges Woo lets you display custom badges over WooCommerce product images without editing the original image.
You can create badges manually per product, assign reusable presets, or apply presets automatically when products match specific rules such as sale, featured, out of stock, or new.
The plugin is designed to work on shop loops, category archives, tag archives, and single product pages.
Main features
- Manual product badges with custom text
- Automatic badge rules:
salefeaturedoutofstocknew
- Global presets that can be assigned to products
- Automatic global presets that apply when product rules match
- Product badge priority over preset badges
- Optional display on the single product page
- Optional setting to hide the default WooCommerce sale badge when a custom badge exists
- Multiple positions:
topbottomleftrightcenterleft-topright-topleft-bottomright-bottomtop-lefttop-rightbottom-leftbottom-rightcenter-leftcenter-right
- Multiple shapes:
defaultroundedpillcirclediamondstarhexagonticketbookmarkburst
- Adjustable colors, opacity, font size, font weight, and single product zoom
- Emoji support
Badge priority
Badge output is resolved in this order:
- Product badge
- Selected product preset
- Global auto-apply preset
If an automatic rule is active and no custom text is defined, the plugin uses the default rule label such as Sale, Featured, Out of stock, or New.
Installation
- Upload the plugin to
/wp-content/plugins/badges-woo/, or install it from the WordPress admin. - Activate the plugin.
- Edit a WooCommerce product to configure a product badge.
- Go to
WooCommerce > Badges Wooto manage presets and global settings.
FAQ
-
Can I use emojis in badge text?
-
Yes. Badge text supports emojis.
-
Can I hide the default WooCommerce sale badge?
-
Yes. In
WooCommerce > Badges Woo, enable:Hide default WooCommerce badges when a custom badge exists -
Does it work on shop and category pages?
-
Yes. The plugin injects badges into WooCommerce product image output for shop archives, category pages, tag pages, and single product pages.
-
How can I change how many days a product is considered new?
-
The automatic
newrule uses30days by default.Add this snippet to your theme or child theme
functions.php:`phpadd_filter(‘woobadges_newness_days’, function($days, $product) {
return 14;
}, 10, 2);
`Examples:
14means products created in the last 14 days match thenewrule30keeps the default behavior60keeps products marked as new for longer
-
Are translations included?
-
Yes. Translation files are included in
/languages, and the plugin uses thebadges-wootext domain.
Reviews
Contributors & Developers
“Badges Woo” is open source software. The following people have contributed to this plugin.
Contributors“Badges Woo” has been translated into 1 locale. Thank you to the translators for their contributions.
Translate “Badges 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.2.1
- Declare compatibility with Custom order table WooCommerce
1.2.0
- Updated compatibility for WordPress
6.9.4 - Updated compatibility for WooCommerce
10.6.1 - Added global presets
- Added preset selection on products
- Added automatic preset rules
- Added more badge positions
- Added visual position selectors
- Added multiple badge shapes
- Added visual shape selectors
- Added setting to hide the default WooCommerce sale badge when a custom badge exists
- Improved admin UI for presets and badge configuration
- Cleaned up translation files and text domain loading
1.1.0
- Updated compatibility with WordPress 6
1.0.9
- Updated compatibility with WordPress 5.7.2
1.0.8
- Fixed error when selecting
none
1.0.6
- Fixed Elementor Pro compatibility
- Minor fixes
1.0.5
- Fixed CSS
- Added emoji link
- Fixed cart images
- Fixed mini-cart images
- Fixed widget images
1.0.4
- Fixed single product page gallery with Flexslider
1.0.3
- Fixed CSS with Astra theme
- Added font-weight support
1.0.2
- Fixed CSS
- Added single product page badge support
- Added zoom on single product page
1.0.1
- Language fix
1.0.0
- Initial release
