Get discount value
-
Hey guys,
how can I get the discount value of the order in my function.php?
I want to use the 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); $discount=($order->DISCOUNTVALUE); //Then echo $discount;Can you help me on this issue?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Get discount value’ is closed to new replies.
