Title: Optional show/hide +VAT
Last modified: October 10, 2016

---

# Optional show/hide +VAT

 *  Resolved [Freshspace](https://wordpress.org/support/users/freshspace/)
 * (@freshspace)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/optional-showhide-vat/)
 * Hi,
 * We’re building a site which sells some products that are inclusive of VAT and
   other that are exempt of VAT.
 * We’d like to be able to show after the price either +VAT or inc VAT. So it would
   look like either £2000 +VAT or £250 inc VAT. This is because products that are
   +VAT are very different i.e. tractors and quad bikes whereas products that are
   inclusive of vat like nails and ironing boards.
 * In WooCommerce tax settings we can set ‘Price Display Suffix:’ to +VAT but then
   it displays even if a product Tax status is set to none.
 * I thought we’d be able to do this using something like:
 * <?php
    if ( is_taxable() ) { echo'<span>+ VAT</span>’; } ?>
 * But is_taxable isn’t a function. We could use categories to display +VAT but 
   it isn’t a very practical or manageable way to do it for our client.
 * Thanks

Viewing 1 replies (of 1 total)

 *  Plugin Support [Stuart Duff – a11n](https://wordpress.org/support/users/stuartduff/)
 * (@stuartduff)
 * Automattic Happiness Engineer
 * [9 years, 7 months ago](https://wordpress.org/support/topic/optional-showhide-vat/#post-8276782)
 * Hey [@freshspace](https://wordpress.org/support/users/freshspace/),
 * Would something like this code snippet help as a starting point as it allows 
   you to add text after a price.
 * [https://gist.github.com/jameskoster/6875202](https://gist.github.com/jameskoster/6875202)

Viewing 1 replies (of 1 total)

The topic ‘Optional show/hide +VAT’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

## Tags

 * [tax](https://wordpress.org/support/topic-tag/tax/)

 * 1 reply
 * 2 participants
 * Last reply from: [Stuart Duff – a11n](https://wordpress.org/support/users/stuartduff/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/optional-showhide-vat/#post-8276782)
 * Status: resolved