get_items() ) > 0 ) : foreach ( $order->get_items() as $item ) : echo ' '; endforeach; endif; ?> get_order_item_totals() ) foreach ( $totals as $total ) : ?>
' . $item['name'].' ' . $item['qty'].' ' . $order->get_formatted_line_subtotal( $item ) . '
needs_payment() ) : ?>

' ); ?>