WPprodigy / woocommerce-product-fees

Add additional fees at checkout based on products that are in the cart.
https://wordpress.org/plugins/woocommerce-product-fees/
Other
25 stars 19 forks source link

Add option to make fees taxable #7

Closed WPprodigy closed 8 years ago

WPprodigy commented 9 years ago

WooCommerce allows for making fees taxable under a certain tax class: https://github.com/woothemes/woocommerce/blob/df75d2f617dc37c5c2c172bdce3a2fd152017499/includes/class-wc-cart.php#L1917

Should add in a filter to enable taxes and define a tax class for fees.

fran6666 commented 8 years ago

hi, i have the same request for taxes.

WPprodigy commented 8 years ago

@fran6666 Added with https://github.com/WPprodigy/woocommerce-product-fees/commit/b91b98cb4fc5f59bf769201eff5e97c90b528e1f. You can set the tax class you would like to use at WooCommerce > Settings > Products > Product Fees.