• Resolved mellow1

    (@cdsigns)


    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)
  • Plugin Author railmedia

    (@railmedia)

    Hi there mellow1,

    What is the name of your print-plugin?

    Regards,
    Adrian

    Hello, I have the same question and similar setup. The print plugin is called Star CloudPRNT for WooCommerce. Star printers are very common in restaurants and retail business. It would be fantastic to see the Tip as a separate item on the printed receipts so that my staff sees the tip amounts and it can be given to the right person. I will upload a sample…

    https://ibb.co/4WwC3pR

    This receipt was for a $1 item plus a 5% tip and 13% tax. As you can see the tip is added but it is not clearly separated. Neither is the tax actually but who cares about taxes LOL! JK, I will pay them, dont worry!

    xuxu88

    (@xuxu88)

    Hey there, I would also love the feature of the tip being printed in the customer mails. Would really help also for the customers to remember why they paid more or for what.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add tip to printed receipt’ is closed to new replies.