Add tip to printed receipt
-
We have a print-plugin which provides the restaurants with a receipt for the order. We hope it will be possible to display the tip on this receipt.
Would you maybe be able to assist us?
Some examples of the print-plugin we are using to get all the information to create the receipt:
$printer->add_text_line("Bestelling: ".$shipping_items['name']);
And
$notes = star_cloudprnt_get_wc_order_notes($order_id); $printer->add_text_line(empty($notes) ? "None" : $notes);
We thought this might give you an idea of how the bits and pieces of the order are requested before printing.
Could you maybe help us in the right direction. How can we ‘call’ the tip somebody added to their order so we can have it printed?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Add tip to printed receipt’ is closed to new replies.