Additional columns and item values in Woocommerce email order details
问题 I am editing a Woocommerce email template but am a little stuck - I need to add a few columns to the order summary table so that it contains: Quantity Product Product code Price VAT I have added the table headers that I need into 'email-order-details.php' (copied to my theme's email folder) to but not sure how to get the actual content into the table. The code from the file is below: <?php /** * Order details table shown in emails. * * This template can be overridden by copying it to