.bwfan-email-cart-table #template_header { width: 100%; } .bwfan-email-cart-table table { border: 2px solid #e5e5e5; border-collapse: collapse; max-width:700px; } .bwfan-email-cart-table table tr th, .bwfan-email-cart-table table tr td { border: 2px solid #e5e5e5; } countries->tax_or_vat(); } $suffix = BWFAN_Common::get_wc_tax_label_if_displayed(); $discount_total = 0; if ( is_array( $data ) && ! empty( $data['coupons'] ) && is_array( $data['coupons'] ) ) { foreach ( $data['coupons'] as $coupon ) { if ( $tax_display === 'excl' ) { $discount_total += ! empty( $coupon['discount_excl_tax'] ) ? $coupon['discount_excl_tax'] : 0; } else { $discount_total += ! empty( $coupon['discount_incl_tax'] ) ? $coupon['discount_incl_tax'] : 0; } if ( isset( $coupon['discount_tax'] ) && floatval( $coupon['discount_tax'] ) > 0 ) { $subtotal_tax -= ! empty( $coupon['discount_tax'] ) ? $coupon['discount_tax'] : 0; } } } ?>
0 ) : ?> name ) || empty( $fee->total ) ) { continue; } $fee_total = ( $tax_display === 'excl' ) ? $fee->total : $fee->total + ( $fee->tax ?? 0 ); if ( ! empty( $fee->tax ) ) { $subtotal_tax += floatval( $fee->tax ); } ?>
style=" white-space: nowrap;">

1
style="">
style=""> 0 ) : ?>
style=""> -
style=""> name ?: __( 'Fee', 'wp-marketing-automations' ) ); ?>
style="">
style=""> 0 ) { $final_total -= $discount_total; } echo wp_kses_post( BWFAN_Common::price( $final_total, $currency ) ); ?>