• Resolved ks1595

    (@ks1595)


    Why is it showing (ex. VAT) i am using the free version and i havent setted up any vat

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Salvatore Strano

    (@salvostrano)

    Hi @ks1595
    Could you give me an subscription product url, so i can make some test ?

    Thread Starter ks1595

    (@ks1595)

    i have removed it from displaying using this
    add_filter( ‘gettext’, function( $translation, $text, $domain ) {
    if ( $domain == ‘woocommerce’ ) {
    if ( $text == ‘(ex. VAT)’ ) { $translation = ‘.’; }
    }
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Why is it showing (ex. VAT) i havent setted up any vat’ is closed to new replies.