• Resolved at-elier

    (@at-elier)


    Hello,

    For several reason I am obliged of deactivated the following functions(offices) in the confirmation of order: order-details-item.php

    /**do_action( ‘woocommerce_order_item_meta_start’, $item_id, $item, $order, false );
    wc_display_item_meta( $item );
    do_action( ‘woocommerce_order_item_meta_end’, $item_id, $item, $order, false );*/

    And this code in the email of order : email-order-items.php

    // allow other plugins to add additional product information here.
    /**do_action( ‘woocommerce_order_item_meta_start’, $item_id, $item, $order, $plain_text );
    wc_display_item_meta( $item );
    // allow other plugins to add additional product information here.
    do_action( ‘woocommerce_order_item_meta_end’, $item_id, $item, $order, $plain_text );*/

    The problem it is that the Flexible Product fields does not appear anymore. An idea of the code php to add to reveal the Flexible Product fields.

    Thanks.

    Christophe

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Order item’ is closed to new replies.