Black Friday & Cyber Monday SUPER SALE ALL WEEK:
Grab 40% OFF on plugins
Days
Hours
Minutes
Seconds

How to Customize the “Tax” Text on WooCommerce Cart Totals?

If you want to modify the text for “Tax” that appears in the cart totals section of the WooCommerce cart page, here is the solution for you.

add_filter('woocommerce_rate_label', 'ts_tax_rate_label', 10, 2);

function ts_tax_rate_label() {
      return __( 'Estimate Shipping & Tax', 'woocommerce' );
   };

Output

The following output indicates that the text ‘Tax’ in the cart total section of the WooCommerce cart page has been replaced with the text ‘Estimate Shipping & Tax’.

How to Customize the “Tax” Text on WooCommerce Cart Totals? - Tyche Softwares

On the WooCommerce cart page, it displays the default text i.e. “Tax” under the chosen shipping method as shown below.

How to Customize the “Tax” Text on WooCommerce Cart Totals? - Tyche Softwares

Similarly, you can also customize the “Shipping to” text on the WooCommerce cart for your store.

Browse more in: Code Snippets, WooCommerce How Tos, WooCommerce Tutorials

Share It:

Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x