This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WooCommerce New Product Badge

چۈشەندۈرۈش

A very simple plugin that displays a ›new‹ badge on products that were published in the last x days. X is defined on the catalog tab of the WooCommerce settings screen.

Please feel free to contribute on github.

ئېكران كەسمىسى

  • The new badge.

ئورنىتىش

  1. Upload woocommerce-new-product-badge to the /wp-content/plugins/ directory
  2. Activate the plugin through the ›Plugins‹ menu in WordPress
  3. Define how ›new‹ products must be (in days) to receive the ›new‹ badge on the catalog tab of the WooCommerce settings screen.
  4. Done!

FAQ

Installation Instructions
  1. Upload woocommerce-new-product-badge to the /wp-content/plugins/ directory
  2. Activate the plugin through the ›Plugins‹ menu in WordPress
  3. Define how ›new‹ products must be (in days) to receive the ›new‹ badge on the catalog tab of the WooCommerce settings screen.
  4. Done!
I want to style the badge myself, how do I remove the default styles

There are only a couple of styles applied to the badge. Although not best practise it’s probably safe to just overwrite these with your own css. However, if you want to do it properly you can either dequeue the css:

add_action( 'wp_enqueue_scripts', 'remove_new_badge_styles', 30 );
function remove_new_badge_styles() {
    wp_dequeue_style( 'nb-styles' );
}

Or use the filter:

add_filter( 'woocommerce_new_badge_enqueue_styles', 'remove_new_badge_styles' );
function remove_new_badge_styles() {
    return false;
}

باھالاشلار

2018-يىلى 20-ئىيۇل
I just installed and tested this and it works, but I cannot get to the settings for changing the amount of days that determines whether a product is new or not. I’m actually surprised it worked at all, considering the last review was more than 2 years ago. A plugin update seems to be in order, otherwise I probably will eventually have to switch to something else that is more up to date with the current version of WooCommerce (3.4.3)
2016-يىلى 3-سېنتەبىر
Great plugin, easy to use.
2016-يىلى 3-سېنتەبىر
Would it be better if there is a link or a page, that will show all new products? Thanks for the nice plugin.
12 باھالاشنىڭ ھەممىنى ئوقۇش

تۆھپىكار ۋە ئىجادكار

«WooCommerce New Product Badge» كودى ئوچۇق يۇمشاق دېتال. تۆۋەندىكى كىشىلەر بۇ قىستۇرمىغا تۆھپە قوشقان.

تۆھپىكار

«WooCommerce New Product Badge» 3 تىلغا تەرجىمە قىلىنغان. تەرجىمانلارنىڭ تۆھپىسى ئۈچۈن رەھمەت.

«WooCommerce New Product Badge» نى تىلىڭىزغا تەرجىمە قىلىڭ

ئىجادىيەتكە قىزىقامسىز؟

كودقا كۆز يۈگۈرتۈپ، SVN خەزىنە تەكشۈرۈپ ياكى RSSئارقىلىق ئىجادىيەت خاتىرىسىگە مۇشتەرى بولغىلى بولىدۇ.

ئۆزگىرىش خاتىرىسى

0.3.0 – 04/02/2013

  • Added localization compatibility with WPML

0.2 – 23/05/2013

  • Introduced filter to disable style
  • Minor translation fix and added Dutch translation
  • Added en_GB .po/.mo
  • Stripped object pass by reference

0.1

Initial release.