get_tax_totals() as $code => $tax ) : ?>
:
db()->get_project_id($post->ID); $title = get_the_title($project_ID); $link = get_permalink($project_ID); printf(' %s ',$link,$title); ?>
label; ?>: get_total_tax_refunded_by_rate_id( $tax->rate_id ) ) > 0 ) { echo '' . strip_tags( $tax->formatted_amount ) . ' ' . wc_price( $tax->amount - $refunded, array( 'currency' => $order->get_order_currency() ) ) . ''; } else { echo $tax->formatted_amount; } ?>
:
get_formatted_order_total(); ?>
is_editable() ) : ?>
'; echo '
'; if ( ! empty( self::$shipping_fields ) ) { foreach ( self::$shipping_fields as $key => $field ) { if ( ! isset( $field['type'] ) ) { $field['type'] = 'hidden'; } if ( ! isset( $field['id'] ) ){ $field['id'] = '_shipping_' . $key; } switch ( $field['type'] ) { case 'select' : woocommerce_wp_select( $field ); break; default : woocommerce_wp_text_input( $field ); break; } } } if ( apply_filters( 'woocommerce_enable_order_notes_field', 'yes' == get_option( 'woocommerce_enable_order_comments', 'yes' ) ) ) { ?>

'; ?>