How to Add Suffix to Displayed Price?

Adding Suffix to the Displayed Price

Add a price display suffix to your WooCommerce store to enhance transparency and provide customers with a clearer understanding of the cost breakdown, including taxes or additional charges.

Steps to Add a Price Display Suffix in WooCommerce:

  • Access the WordPress Admin Panel and log in with your credentials.
  • In the WordPress dashboard, navigate to WooCommerce > Role Based Tax. 
  • From the “Role Based Tax” settings, click on “Add Rule Settings” to create a new tax rule.
  • Fill in the necessary information for the tax rule, such as the rule name, tax class, and tax status.
  • Within the “Add Rule Settings” section, scroll down to find the “Tax Display” section.
  • In the “Price Display Suffix” field, enter the desired suffix you want to display alongside the prices. You can also use the available shortcodes to dynamically include price information, including tax or excluding tax.
  • After entering the desired price display suffix or shortcodes, make sure to save the changes you’ve made to the tax rule.

Shortcodes:

{price_including_tax}: This shortcode will be replaced with the price, including tax.

{price_excluding_tax}: This shortcode will be replaced with the price excluding tax.