• Resolved shivdhya

    (@shivdhya)


    Hi
    I have done the instructions on the following link to make a line after every item on the order email.
    I just paste the code

    echo “\r\n”;
    echo “——————————”;
    echo “\r\n”;

    on the bottom of the woocommerce/templates/emails/plain/email-order-details.php
    But it doesn’t make any change.

    Also I paste this code after
    35 `echo “==========\n\n”;
    But no change.

    This is the code lists on my php.

    35 `echo “==========\n\n”;
    36 $item_totals = $order->get_order_item_totals();
    37
    38 if ( $item_totals ) {
    39 foreach ( $item_totals as $total ) {

    So which code I need add to get the items on the order email needs to be separated with lines .
    Please help me regarding this.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Separate items with line after every Items on the order email’ is closed to new replies.