=== Show Tax for WooCommerce ===
Contributors: wooenvio
Tags: tax, price, woocommerce, shortcode
Requires at least: 5.5
Tested up to: 5.5
Stable tag: 1.0.1
Requires PHP: 7.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Shortcode to display product prices including or excluding taxes in WooCommerce.

== Description ==

Shortcode to display product prices including or excluding taxes in WooCommerce front pages.

`
[wc_show_tax]
`

It generates a button to toggle between prices including or excluding taxes.

The shortcode has three optional attributes:
- class: css style classes.
- including_label: The button label to display prices including taxes.
- excluding_label: The button label to display prices excluding taxes.

== Installation ==

1. Navigate to _Dashboard – Plugins – Add New_;
2. Search for _Show Tax for WooCommerce_;
3. Click _Install_, then _Activate_.

== Screenshots ==

1. Displaying prices without tax and a button to display it with tax
2. Displaying prices with tax and a button to display it without tax

== Changelog ==

= 1.0.1 =
Improve naming, coding and translations.

= 1.0.0 =
Initial release.
