Articles in this category How to install Tax Toggle for WooCommerce Installing the plugin 1) Download the plugin file 2) Install the plugin. The best way to install is to go to your WordPress admin section > Plugins > Add New Plugins section in the WordPress adm... Prices are not changing when toggling For the tax toggle to work properly, you should make sure your tax settings are set correctly in WooCommerce: 1) Tax Rates and Calculations must be switched on WP Admin > WooCommerce > Settings ... Can I insert Tax Toggle with PHP or Shortcode? Inserting the toggle by PHP and Shortcode are both possible. The shortcode is: [wootax] The shortcode has no options. To insert in to your theme with PHP, you can use either the shortcode: <?php e... The cart in header shows the sub-totals twice This is a known issue with many themes, and it is the way that the cart sub-total information is programmed in to the theme you use. In the Tax Toggle settings you can try the experimental Theme Overr... How to translate the words in Tax Toggle? Tax Toggle makes it easy to translate the core words of the Tax Toggle button to suit your sites language, and it is also compatible with many of the leading multilingual plugins for WordPress. There ... Can I move the position of the Tax Toggle button? You can use CSS to control the position and style of the Tax Toggle button. Target the #wcvat-toggle id selector to override the default styles. Here are various CSS example of moving the Tax Toggle b... How can I change the color of the Tax Toggle button? You can target any of the parts of the Tax Toggle using simple CSS. For instance to change the background color: /* default state */ #wcvat-toggle { background-color: green; } /* activate state */ #w... Tax Toggle Plugin Roadmap As of February 2023, here's the plugins feature roadmap: Complete refactor of code Check PHP8 and 8.1 compatibility Updated JavaScript / convert to vanilla JS and drop jQuery dependency Optional Inc/... How can I only show Tax Toggle on certain pages? You are using the floating Tax Toggle but only want it to show on some pages. To show it only on shop pages We have an option in WooCommerce > Settings > Tax to "Only show Tax Toggle on Shop pag...