FOX - WooCommerce Currency Switcher Professional

[woocs_price]

This shortcode allows to display price for a one product. Example: , id here is the product ID. Can be used on the site texts where products described. Attributes:

  • id – (required) product ID
  • currency – (optional, from v.2.3.9/1.3.9) currency code (Example: EUR) the price will be indicated in the assigned currency, regardless of the current currency
From v.2.3.3/1.3.3       [...]

[woocs_geo_hello]

This shortcode is just for testing GeoIP functionality on your site.  Drop it usual text-widget or any page to see info about state of GeoIp functionality on your site. Actual from v.2.1.8/1.1.8   [...]

[woocs_show_custom_price]

This shortcode allows you set switchable value in any of you promotional text on the woocommerce site. Value should be set in the default currency. Good for any advertising text in txt-banners and articles to show the price in by-user selected currency. Example:  Attributes:

  • value – (required) price/amount/value
  • currency – (optional, from v.2.3.9/1.3.9) if specified, then the shortcode will show the price in one currency only, regardless of the current currency
  • decimals – (optional, from v.2.3.9/1.3.9) number of decimal places currency
Note: if you need the same feature but you doesnt use woocommerce on your site, you can use next plugin: https://wordpress.org/plugins/currency-switcher/   [...]

[woocs_show_current_currency]

This shortcode allow you show rate of any currency in attribute currency relational to your basic currency. Attributes:

  • text – any text before
  • currency – currency code
  • flag – show/hide flag on front – 1/0
  • code – show/hide code on front – 1/0
Example:    [...]

[woocs_get_sign_rate]

This shortcode allow you show rate of any currency in attribute sign relational to your site basic currency. Example:    [...]

[woocs_rates]

Shortcode which allows you show your shop customers currency your Exchange Rates Attributes:

  • exclude – using comma write currencies codes which you want to exclude form converter. Example: GBP,AUD
  • precision – decimals in result amount. Use any integer value, by default it is: 2
Example:  See this shortcode in action   [...]

[woocs_converter]

Shortcode which allows your customers convert different amount from one currency to another by AJAX! Attributes:

  • exclude – using comma write currencies codes which you want to exclude form converter. Example: GBP,AUD
  • precision – decimals in result amount. Use any integer value, by default it is: 2
Example:  See this shortcode in action   [...]

[woocs]

Main shortcode for the WooCommerce Currency Switcher. Generates drop-down or flags on the front of the site which allow users to switch currencies. Attributes:

  • txt_type – 2 possible values: desc and code.
    • desc – on the front will be shown currency description in the drop-down options
    • code – will be shown currency code and its sign in the drop-down options 
    •         [...]