You can use our free sales tax calculator to determine the total cost of a product, including all fees and taxes. Also, be sure to check out the sales tax rates in various U.S. states.
- Download the ZIP file of this repository.
- Upload the /sales-tax-calculator-master/ folder to the /wp-content/plugins/ directory.
- Activate the Sales Tax Calculator plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_sales_tax_calculator]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_sales_tax_calculator(); ?>
to your template where you would like the Sales Tax Calculator to appear.