How to get admin order total value of fee
-
Hi,
I want to get the order Fees total
i can get the order total shipping by
`$order = wc_get_order($order_id);
$shipping = $order->get_total_shipping()’how can i get the fees total in the same way??
best regards
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to get admin order total value of fee’ is closed to new replies.