• Hi woocommerce community, I have problem with automated e-mail confirmation, that is sent after order is made. I get multiple text errors – “Item_meta: Array”.
    When I try to send it manually the confirmation e-mail is ok.

    Thank you for your response
    Peter

    https://i.share.pho.to/9914d2ff_c.png

    Type: line_item
    Item_meta: Array
    Item_meta: Array
    Item_meta: Array
    Item_meta: Array
    Item_meta: Array
    Item_meta: Array
    Item_meta: Array
    Item_meta: Array
    Item_meta: Array
    Item_meta: Array
    Item_meta: Array
    Item_meta: Array
    Item_meta: Array
    Qty: 2
    Product_id: 4479
    Line_subtotal_base_currency: 124.83333334
    Line_subtotal: 124.83333334
    Line_total_base_currency: 49.93333334
    Line_total: 49.93333334
    Line_subtotal_tax_base_currency: 24.9667
    Line_subtotal_tax: 24.9667
    Line_tax_base_currency: 9.9867
    Line_tax: 9.9867

    https://www.ads-software.com/plugins/woocommerce/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    I have the same problem. It’s printing Item_meta: Array multiple times for each product in an order.

    I’m using the latest version of WooCommerce 2.3.13 and WordPress is up to date.

    The code that produces this output in the emails is found in /woocommerce/templates/emails/email-order-items.php and the section of code is (around line 40):

    // Variation
    if ( $item_meta->meta ) {
        echo '<br/><small>' . nl2br( $item_meta->display( true, true, '_', "\n" ) ) . '</small>';
    }

    The code is commented with Variation, but I’m not using product variations. Possibly a misleading comment, but if it is for variations it’s not checking properly. And then there’s the problem that it’s displaying Item_meta: Array multiple times.

    Thank you, Claire.

    I have the same problem. Can someone help!!!!
    Massive Landhausdielen Faserbambus Karbonisiert UV Lackiert Nut&Feder 142mm MUSTER (jeweils 0,00€, Lieferzeit: ca. 3-4 Werktage) (#M142KL)
    Name: Massive Landhausdielen Faserbambus Karbonisiert UV Lackiert Nut&Feder 142mm MUSTER ,
    Type: line_item,
    Item_meta: Array,
    Item_meta: Array,
    Item_meta: Array,
    Item_meta: Array,
    Item_meta: Array,
    Item_meta: Array,
    Item_meta: Array,
    Item_meta: Array,
    Item_meta: Array,
    Item_meta: Array,
    Item_meta: Array,
    Qty: 1,
    Product_id: 4921,
    Deliverytime: -1 1 0,00€ Enth?lt 0,00€ MwSt. (19%)
    Zwischensumme: 0,00€
    Versand: Versandkostenfrei
    Gesamtsumme: 0,00€
    Enth?lt 0,00€ MwSt. (19%)
    Zahlungsweise:
    Ihre Details

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WooCommerce email system is sending the wrong emails’ is closed to new replies.