Skip to content

Latest commit

 

History

History
executable file
·
32 lines (20 loc) · 1.66 KB

README.md

File metadata and controls

executable file
·
32 lines (20 loc) · 1.66 KB

WooCommerce Product Fees

Welcome to the WooCommerce Product Fees repository on GitHub. Here you can browse the source, look at open issues, and keep track of development.

If you are not a developer, please use the WooCommerce Product Fees plugin page on WordPress.org.

Documentation

WooCommerce Product Fees allows you to add additional fees at checkout based on products that are 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 a percentage.
  • Choose whether or not the fee should be multiplied based on the quantity of the product in the cart.

Product Settings: Image of Settings

Fees at Checkout: Image of Checkout with Fees

Features

I have kept this plugin simple on purpose. It is very lightweight and should not conflict with any other plugins or themes. I plan to continually add new features such as category fees and variation specific fees. But for now the two main features include:

  • Percentage based fees that go off of the product's price.
  • The ability to toggle on and off the quantity multiplier per product.

Support

This repository is not suitable for support. Please don't use the issue tracker for support requests, but for plugin issues only. Support can take place in the WordPress.org forums.

Contributing to WooCommerce Product Fees

If you have a patch, or stumbled upon an issue, you can contribute this back to the code. Feel free to submit an issue or Pull Request.