hello
js var wcml_mc_settings not defined
WooCommerce Multilingual
Version: 4.2.0
patch – à la – just make it work
file : /public_html/wp-content/plugins/woocommerce-multilingual/inc/currencies/class-wcml-multi-currency-resources.php
public static function set_up( WCML_Multi_Currency $multi_currency, woocommerce_wpml $woocommerce_wpml ){
global $pagenow;
self::$multi_currency = $multi_currency;
self::$woocommerce_wpml = $woocommerce_wpml;
// if( !is_admin() && $pagenow != 'wp-login.php' && $woocommerce_wpml->cs_templates->get_active_templates() )
if( !is_admin() && $pagenow != 'wp-login.php' )
{
self::load_inline_js();
}
}