change order id with item name
-
On the order list page I want to change the order number with the product title.
This file located in /dokan-lite/templates/orders/listing.php and the instruction are $the_order->get_order_number()
I believe that i should call the class:
$product_item = new WC_Order_Item( $item->get_name );But how i can do?
thanks!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘change order id with item name’ is closed to new replies.