[is_not_vat]

[is_not_vat]You are NOT under VAT (accept HTML)[/is_not_vat]

With this Geo Controller shortcode you can show content when country is not under value-added tax (VAT).

Parameters

default – (accept: text) – This will be returned if VAT shortcode not match (optional)

exclude – (accept: comma separated text) – this parameter gives to shortcode new functionality. If you wrap some content with shortcode and add this parameter with continent, country, region, city name or code, it will hide that content from that setup locations.

include – (accept: comma separated text) – this parameter gives to shortcode new functionality. If you wrap some content with shortcode and add this parameter with continent, country, region, city name or code, it will show that content from that setup locations.

cache – (no values) – This is single property with no values. It was used for the cache support that forcing AJAX requests to get proper geo information. This shortcode can be also automatically added if cache setting is enabled.

Return

This shortcodes display content when country is not under VAT.

Examples

[is_not_vat default="You are under VAT"]You are NOT under VAT[/is_not_vat]

Returns: You are NOT under VAT

Was this page helpful?