Closed vmunich closed 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?
$product->get display_price()
Thanks
There isn't a method like that, but you can use get_post_meta() and pass in the product ID and product-fee-amount.
product-fee-amount
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