이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

WooCommerce Product Badge

설명

A WooCommerce plugin that let you display ‘New’, ‘Sale’ (Save %) and ‘Featured’ badge at shop and product page.

In WooCommerce Sidebar Menu, there will be a new submenu link called ‘Product Badge’ where you can:

  • Enabled / Disabled the plugin
  • Display Position (Product Page)
  • Show “New” Badge
  • New Product with How Many Days?
  • Show “Sale” Badge
  • Show “Featured” Badge

Features

  • Displays ‘New’, ‘Sale’ and ‘Featured’ badge on WooCommerce products.
  • 2 languages available : English UK (en_GB) and Chinese (zh_CN)

IMPORTANT NOTES

  • If you need to add new language file, do use POEdit and open ‘wc-product-badge.pot’ file and save the file as wc-product-badge-[language code].po, then put that into languages folder for this plugin.

GET PRO VERSION

  • WooCommerce Product Badge PRO – Display ‘New’, ‘Sale’ (Save %), ‘Featured’, ‘Sold Out’ and ‘Popular’ with Units Sold badge.

In addition to these features, over 20 WooCommerce extensions are available:

and many more…

스크린샷

  • The WooCommerce > Product Badge option page.

  • The shop page with product badges.

  • The product page with Sale and New badge.

  • The mobile layout for product page.

  • The product badge/label shown "After Product Price" as Display Position option.

설치

  1. Upload woocommerce-product-badge to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. You can enable ‘New, Sale’ and ‘Featured’ option.
  4. Define how ‘New’ products must be (in days) to receive the ‘New’ badge on the shop and product page.
  5. Done!

FAQ

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_product_badge_styles', 30 );
function remove_product_badge_styles() {
    wp_dequeue_style( 'wc-product-badge-stylesheet' );
}

후기

2016년 9월 3일
Please, note some of the following issues for you future plugin development: - Keep up to semantic code. You insert your badges as <h3> elements, which they are not. Use <span> or <div>, not headings. - Don't use fonts you don't provide. E.g. I don't have 'Helvetiva Neue' on my laptop, which makes font: ... 'Helvetica Neue' in your style.css a useless line of code.
2016년 9월 3일
I tried 2 others that conflicted with my plugins then I tried this one which worked like a charm, and SO SIMPLE to use... thank you guys!
모든 6 평가 읽기

기여자 & 개발자

“WooCommerce Product Badge”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “WooCommerce Product Badge”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.3

  • Added PRO Version that let you display ‘New’, ‘Sale’ (Save %), ‘Featured’, ‘Sold Out’ and ‘Popular’ with unit sold option badge at shop and product page.

1.0.2

  • Make product label text “New”, “Featured” and “Sale Save (%)” translateable

1.0.1

  • Fixed undefined variable bugs
  • Add new option “Display Position (Product Page)” to set priority of badges on woocommerce_single_product_summary

1.0.0

Initial release.