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

[Question] How can I call the service fee of a product in PHP? #21

Closed vmunich closed 8 years ago

vmunich commented 8 years ago

Hi,

With WooCommerce, I can use $product->get display_price() to get the price of a product. Is there a method for getting the fee of the product?

Thanks

WPprodigy commented 8 years ago

There isn't a method like that, but you can use get_post_meta() and pass in the product ID and product-fee-amount.