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

WooCommerce Product Fees

설명

A WooCommerce plugin that adds a product settings tab for creating additional fees that show up at checkout if that product is in the cart.

In the WooCommerce products edit screen, there will be a new product data tab called ‘Product Fees’ where you can:

  • Give the fee a custom name that is displayed to the customer at checkout describing the fee.
  • Enter the cost of the fee as either a flat rate number or as a percentage.
  • Choose whether or not the fee should be multiplied based on the quantity of the product in the cart.

There will also be similar fields within each variation tab on the product. If the variation does not have a fee, it will fallback and look to use the product fee if one exists.

For the plugin settings, you can go WooCommerce > Settings > Products > Product Fees. Here you will find two settings:

  • Fee Tax Class – Assign a tax class to be applied to fees, or leave it so fees are not taxed.
  • Fee Name Conflicts – Choose whether fees with the same name should be combined or not.

기능

I have kept this plugin simple on purpose. It is very lightweight and should not conflict with any other plugins or themes. Here are the features included in the plugin:

  • Percentage based fees that go off of the product’s price.
  • Variation specific fees.
  • A quantity multiplier that can be toggled on/off per product and per variation.
  • Option to combine fees with the same name.
  • Ability to assign a tax class to be used on fees.
  • Coupon setting that will remove fees when added.

Contributions

If you’re interested in contributing to WooCommerce Product Fees – head over to the WooCommerce Product Fees GitHub Repository to find out how you can pitch in.

Thanks to Ben Smith for contributing the plugin’s banner and icon image designs.

스크린샷

  • The product settings tab.
  • The variation settings.
  • The product fees settings area.
  • Fees shown at checkout.

설치

최소 요구 사항

  • WordPress 4.0 또는 최신
  • WooCommerce 2.2 or greater

자동 설치

Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of WooCommerce Product Fees, log in to your WordPress dashboard, navigate to the Plugins menu, and click Add New.

In the search field type “WooCommerce Product Fees” and click Search Plugins. Once you’ve found the plugin you can view details about it such as the point release, rating, and description. Most importantly of course, you can install it by simply clicking “Install Now”.

수동 설치

The manual installation method involves downloading this plugin and uploading it to your webserver via your favorite FTP application. The WordPress codex contains instructions on how to do this here.

업데이트 중

Automatic updates should work like a charm; as always though, ensure you backup your site just in case.

FAQ

Installation Instructions

최소 요구 사항

  • WordPress 4.0 또는 최신
  • WooCommerce 2.2 or greater

자동 설치

Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of WooCommerce Product Fees, log in to your WordPress dashboard, navigate to the Plugins menu, and click Add New.

In the search field type “WooCommerce Product Fees” and click Search Plugins. Once you’ve found the plugin you can view details about it such as the point release, rating, and description. Most importantly of course, you can install it by simply clicking “Install Now”.

수동 설치

The manual installation method involves downloading this plugin and uploading it to your webserver via your favorite FTP application. The WordPress codex contains instructions on how to do this here.

업데이트 중

Automatic updates should work like a charm; as always though, ensure you backup your site just in case.

Where can I get support or talk to other users?

You can post here in the support section at WordPress.org. Just click on the Support tab to the right.

Where can I request new features?

Feel free to submit a feature request as an issue at the WooCommerce Product Fees GitHub Repository. Be sure to check if this has already been suggested though. You can also suggest a feature in the support forums here at WordPress.org using the Support tab on the right.

Where can I report bugs or contribute to the project?

Bugs can be reported either in the support forum or preferably on the WooCommerce Product Fees GitHub Repository.

후기

2020년 9월 24일
Thanks for creating this simple to use plugin! I searched for hours and tried so many solutions with conditional logic and so on but just wanted to apply a simple fee for some variants. Works perfectly.
2020년 2월 6일
I’ve installed this plugin and it works great! I would love to contribute to anyone continuing to support updates of this plugin.
2019년 12월 29일
Hello, i was skeptical about this plugin, the last update is 2 years ago. But i tried it and it works perfect. I use always the latest WP and Woocommerce versions, and it works fine without errors. If you are asking you, will this work, the answer is YES. It does the job, now you can add one more product fee on every product individually. Thanks to the developer! I was searching there but there are a lot plugins with more functions and settings who nobody need, just to get money for something nobody really want. But yours is simple and works fine. I would buy your plugin but its for free 🙂
모든 21 평가 읽기

기여자 & 개발자

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

기여자

“WooCommerce Product Fees”(이)가 4 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

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

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

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

변경이력

1.3.0 – 12/20/2017

  • Feature – Coupons have an option to remove fees in WC 3.0+
  • Feature – Support for CSV Import/Export in WC 3.1+
  • Feature – Fees have an option to inherit product tax settings.
  • Patch – WooCommerce 3.0 Compatibility.
  • Fix – The standard tax rate wasn’t working/available.
  • Fix – Added support for localized decimal point separators.
  • Fix – Added WC Subscriptions compatibility.
  • Fix – Fees with the same letters but different capitalizations will now match and can be merged.
  • Fix – Don’t add $0 fees for every product.
  • Refactor – Sorry, had to do it again :). Reduced code and prepared for adding automated testing.

1.2.0 – 11/29/2015

  • Feature – Ability to assign a tax class to be used on fees.
  • Feature – Adds a setting to choose whether to combine fees with the same name or not.
  • Feature – Variation products can now use the fee multiplier on the global product level.
  • Fix – Various calculation issues in regards to multiple variation children being in the cart.
  • Fix – Add language .pot file.
  • Refactor – Completely re-wrote the plugin to make it more efficient and extendable.

1.1.1 – 10/1/2015

  • Feature – Add fees with the same name.
  • Fix – Display non-variation fees.

1.1.0 – 09/30/2015

  • Feature – Variation specific fees.
  • Fix – Save blank fee names and values.

1.0.0 – 08/25/2015

  • Feature – Percentage based fees.
  • Feature – Multiply by product quantity.