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

WooCommerce 3.0 compatibility #24

Closed maxrice closed 7 years ago

maxrice commented 7 years ago

Needs a few small changes:

WPprodigy commented 7 years ago

Thanks :)

raselahmed7 commented 7 years ago

First change is ok. But second change is confusing.

On line# 64 & 69 $values['data']->price should be replace with $values['data']->get_price()

WPprodigy commented 7 years ago

Fixed with https://github.com/WPprodigy/woocommerce-product-fees/pull/25