WooCommerce Display Prices Including and Excluding Tax Mini-Plugin

(2 customer reviews)

$23.00 /once

Automatically display WooCommerce prices on the frontend including and excluding tax, based on your WooCommerce tax settings and the current user billing address. No settings required – just install the plugin and watch the magic happen.

Description

You don’t feel confident with coding? You don’t want to purchase yet another bloated, expensive plugin? Great!

Business Bloomer WooCommerce Display Prices Including and Excluding Tax is a mini WooCommerce plugin, without the usual hassles. One feature. Lifetime license. No annoying subscriptions. 1 plugin file. A few lines of code. No banners. No up-sells. No WP notifications. Use it on as many websites as you like. Lifetime support. 1-page documentation. No admin dashboard.

Quick demo:

As you can see the plugin is straight forward. Install it, and automatically see the result on the frontend. Simple!

2 reviews for WooCommerce Display Prices Including and Excluding Tax Mini-Plugin

  1. Charlotte England (verified owner)

    So easy! Thank you

  2. Rav

    Brilliant plugin, displays prices with and without VAT which is great for wholesale websites.

Add a review

Your email address will not be published. Required fields are marked *

Documentation

What does this Mini-Plugin do? Where do I find the settings?

It lets you automatically display prices including and excluding tax. No settings required.

It’s compatible with simple, variable, grouped products. It’s not compatible with WooCommerce blocks, unless WooCommerce fixes it.

How can I only show prices inc&ex tax on the single product page?

Add this to your functions.php or a Code Snippet:

add_filter( 'woocommerce_get_price_html', 'bbwcdpiet_display_price_single_product_only', 9998, 2 );

function bbwcdpiet_display_price_single_product_only( $price, $product ) {
   if ( ! is_product() ) remove_filter( 'woocommerce_get_price_html', 'bbwcdpiet_display_price', 9999, 2 ); 
   return $price;
}

How can I rename “(ex. VAT)” and “(incl. VAT)”?

Add this to your functions.php or a Code Snippet:

add_filter( 'woocommerce_countries_ex_tax_or_vat', 'bbwcdpiet_get_label_excl_vat_rename' );

function bbwcdpiet_get_label_excl_vat_rename() {
   return 'EX TAX WHATEVER';
}

add_filter( 'woocommerce_countries_inc_tax_or_vat', 'bbwcdpiet_get_label_incl_vat_rename' );

function bbwcdpiet_get_label_incl_vat_rename() {
   return 'INC TAX WHATEVER ELSE';
}

What’s a Mini-Plugin, by the way?

The most annoying things about premium plugins are recurring subscriptions, limited license usage, too many features, bloat, up-sells and annoying notifications, unskilled support, and poor documentation. Our Mini-Plugins are the exact opposite of that.

Where can I get lifetime support?

Once you purchase the plugin, you will get a link to a “Support” page, where you can post messages, screenshots or screencasts and get immediate help.

Where can I download my plugin ZIP file?

You will receive your download file via email upon payment. Alternatively, you can head over to the My Account > My Downloads page. Here’s a direct link.

What if a new version is released? How will I know? How can I update?

The plugin will notify you that there is an update available directly in the WordPress Dashboard, same as the other plugins. You can update with a single click.

Alternatively, you can then get the latest ZIP from the Downloads page and manually update the plugin by going to Plugins > Add New > Upload Plugin. Yes, the plugin already exists – WordPress will find that out and ask you if you wish to override it.

I’ve read the docs before buying, purchased the plugin, but it doesn’t suit my needs. Can I get a refund?

Sure, you get 100% money back if you request a refund within 30 days from your purchase. As of now there is no automated system on the My Account > My Orders page, so drop me an email and I’ll process your refund. Working on it though (expect a tutorial soon)!

I have a pre-sale question?

Cool! Contact me here and I’ll do my best to get back to you asap.