Found Image WooCommerce New Product Badge | Plugin Review Network Skip to Content

Plugin Review Network

Plugin Review Network

an eye on the best wordpress plugins
Show Sidebar Hide Sidebar
[+] Sidebar [-] Sidebar
Plugin:
Rated:
86%
4.3 Stars (12 votes)

Home

WP.Org

ReadMe

Support
  • Author:
    jameskoster
Version: 0.3.0
Requires: WP 3.5
Last Updated:4401 days ago
Downloads:78872
Installations: 10,000+
Tags:
    ecommerce, new, new product, woocommerce
Download Plugin Package

WooCommerce New Product Badge

Released on May 6, 2013.
Download Plugin Package

Version: 0.3.0

Displays a 'new' badge on WooCommerce products published in the last x days.

  • Description
  • FAQ
  • Changelog
  • Installation
  • Screenshots


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.

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;
}

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.


  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!


The new badge.
Screenshot 1



 

Click here to cancel reply.

Click here to cancel reply.


*

*


Please copy the string YYCQAP to the field below:

Home | Sitemap | Contact
Network Skin Theme for BioShip by WordQuest
Password Reset
Please enter your e-mail address. You will receive a new password via e-mail.