|
get_image( 'shop_thumbnail', array( 'title' => '' ) ), $item_id, $item ); ?>
|
get_sku() ) ? esc_html( $_product->get_sku() ) . ' – ' : ''; ?>
has_meta( $item_id ) ) {
echo ' ';
}
?>
|
' . wc_price( $order->get_item_subtotal( $item, false, true ), array( 'currency' => $order->get_order_currency() ) ) . ' ';
}
echo wc_price( $order->get_item_total( $item, false, true ), array( 'currency' => $order->get_order_currency() ) );
}
?>
|
get_qty_refunded_for_item( $item_id ) ) {
echo '-' . $refunded_qty . '';
}
?>
|
' . wc_price( $item['line_subtotal'], array( 'currency' => $order->get_order_currency() ) ) . ' ';
}
echo wc_price( $item['line_total'], array( 'currency' => $order->get_order_currency() ) );
}
if ( $refunded = $order->get_total_refunded_for_item( $item_id ) ) {
echo '-' . wc_price( $refunded, array( 'currency' => $order->get_order_currency() ) ) . '';
}
?>
|
' . wc_price( wc_round_tax_total( $tax_item_subtotal ), array( 'currency' => $order->get_order_currency() ) ) . ' ';
}
echo wc_price( wc_round_tax_total( $tax_item_total ), array( 'currency' => $order->get_order_currency() ) );
} else {
echo '–';
}
if ( $refunded = $order->get_tax_refunded_for_item( $item_id, $tax_item_id ) ) {
echo '-' . wc_price( $refunded, array( 'currency' => $order->get_order_currency() ) ) . '';
}
?>
|
is_editable() ) : ?>
|