|
|
get_items() as $item_id => $item ) {
wc_get_template( 'order/order-details-item.php', array(
'order' => $order,
'item_id' => $item_id,
'item' => $item,
'product' => apply_filters( 'woocommerce_order_item_product', $order->get_product_from_item( $item ), $item )
) );
}
?>
get_order_item_totals() as $key => $total ) {
?>
|
|
$order ) ); ?>