MemberPress: Change VAT “Customer” Type Label Text to “Business (Non VAT Registered)”
function change_vat_customer_type_label() { ?>Continue reading
Join 2,000,000+ Professionals who use WPCode to Future-Proof Their Websites!
function change_vat_customer_type_label() { ?>Continue reading
add_action(‘mepr_stripe_create_customer_args’, function ($args, $usr) { $vat = sanitize_text_field($_REQUEST[‘mepr_vat_number’]); //Check one more time to make sure we have a vat number if (isset($vat) && !empty($vat)) { $tax_id = array( “type” => “eu_vat”, //Replace the “eu_vat” value with the predefined value of…Continue reading
add_filter(‘woocommerce_apply_base_tax_for_local_pickup’, ‘__return_false’);Continue reading