Get product custom commission programmatically
-
Good afternoon,
I want to get programmatically the value of the commission percent value and the commission fixed value for a specific item in an order object.
So, I have the object
$order
and I get the line items like this:$items = $order->get_items();
How can I get the commission percent and fixed values from each item, exactly the information in this image?
I’m looking forward for your response. ??
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Get product custom commission programmatically’ is closed to new replies.