get_taxes(); $tax_classes = array_filter( array_map( 'trim', explode( "\n", get_option( 'woocommerce_tax_classes' ) ) ) ); $classes_options = array(); $classes_options[''] = __( 'Standard', 'woocommerce' ); if ( $tax_classes ) { foreach ( $tax_classes as $class ) { $classes_options[ sanitize_title( $class ) ] = $class; } } } // Get the payment gateway $payment_gateway = wc_get_payment_gateway_by_order( $order ); // Check if order can be edited $can_be_edited = in_array( $order->get_status(), apply_filters( 'wc_order_can_be_edited', array( 'pending', 'on-hold' ) ) ); ?>
[?]: | get_total_shipping() ); ?> | |
[?]: | get_total_tax() ); ?> | |
[?]: |
get_total_discount() ); ?>
|
|
: | -get_total_refunded() ); ?> | |
: |
get_total() ); ?>
|