PLEASE POST YOUR REQUEST IN THE APPROPRIATE THEME CATEGORY. TICKETS POSTED IN OTHER "NON-THEME" CATEGORIES WILL NOT BE PROCESSED AND WILL BE REMOVED.

Before posting, be sure that your WP intallation, the theme and all plugins are up-to-date. Also, be sure that the Wolf WPBakery Page Builder plugin is activated with your theme purchase code in the "Apprearence" > "About the theme" panel > "Licence" tab.

PHP -> 7.4+
WP -> 5.8+

Your Theme -> Latest version
WPBakery Page Builder -> 6.6+
Wolf WPBakery Page Builder Extension -> 3.2+ & Activation with theme purchase code

Thank you!

Okay
  Print

Add Currency to Currency Switcher

If your theme supports currency switcher via our Wolf Currency Switcher plugin, you are able to add/remove currencies using this simple trick.

You must use the child theme included in your theme package and add the following function at the end of the child theme functions.php file.

add_filter( 'wolf_wc_currency_switcher_available_currencies', function( $curencies ) {
    return 'USD,EUR,GPB'; // curency list
} );

To add or remove currencies, simply edit the list in the second row. Here are the available currencies.

USD
JPY
BGN
CZK
DKK
GBP
HUF
PLN
RON
SEK
CHF
ISK"
NOK
HRK
RUB
TRY
AUD
BRL
CAD
CNY
HKD
IDR
ILS
INR
KRW
MXN
MYR
NZD
PHP
SGD
THB
ZAR

If you have trouble using this plugin, please be sure that your server is able to access this URL:

https://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml

Some hosting provider may prevent the acess of third party URL. It is recommended to contact your hoser if you have any issue.