• I need to change the layout of the receipt email sent after an order has been placed. We use the plain text email and send it to a receipt printer.

    Currently the output looks like this:

    Chicken Tikka Masala
    Quantity: 2
    Cost: £6.80

    Pulau Rice
    Quantity: 1
    Cost: £2.20

    Nan
    Quantity: 1
    Cost: £1.80

    We require this:

    2 x Chicken Tikka Masala £13.60
    1 x Pulau Rice £2.20
    1 x Nan £1.80

    I cannot see how to alter the email_order_items_table in the admin-new-order.php script. Where can I find how to change that table output?

    Also, where are labels such as shipping address stroed, I would like to change that to delivery address, again cannot see that in the admin-new-order.php script, or any other script I have so far looked at.

    Thanks

  • The topic ‘Woo-commerce email_orders_items_table’ is closed to new replies.