Shortcode to display product prices including or excluding taxes in WooCommerce.
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.
Improve naming, coding and translations.
Initial release.