Title: Get Fee Variable
Last modified: February 23, 2017

---

# Get Fee Variable

 *  [rasidrsd](https://wordpress.org/support/users/rasidrsd/)
 * (@rasidrsd)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/get-fee-variable/)
 * Hey guys,
 * how can I get the fee value of the order in my function.php?
 * I want to use the fee value that is set by the admin in the order admin panel
   and then work with it in my functions.php.
 * I would like to access it like:
 *     ```
       $order = new WC_Order($order_id);
       $myFee=($order->FEEVALUE);
   
       //Code, Calcs, etc.
   
       echo $myFee;
       ```
   
 * Can you help me on this issue?

The topic ‘Get Fee Variable’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

## Tags

 * [fee](https://wordpress.org/support/topic-tag/fee/)
 * [value](https://wordpress.org/support/topic-tag/value/)
 * [variable](https://wordpress.org/support/topic-tag/variable/)

 * 0 replies
 * 1 participant
 * Last reply from: [rasidrsd](https://wordpress.org/support/users/rasidrsd/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/get-fee-variable/)
 * Status: not resolved