• Can anyone point me to some filer which can show how to add text after woocommerce price based on tax status.

    What I need is like the following logic.

    if tax_status = “taxable”
    then display “Price Excluding Tax” after price
    else if tax_status=”none”
    then display “Price Including Tax” after price

  • The topic ‘Woocommerce – Add different text after Price.’ is closed to new replies.