Order item
-
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
The topic ‘Order item’ is closed to new replies.