in your print-content.php file, you will want to look into the $order->get_items(‘fee’) for your $types of line_items… from here, you will find the order_item_id <- ultimately, that is what you need to iterate through the items and find your ‘label’ and ‘value’. hope this helps you…