FOX - Currency Switcher for WooCommerce

Price By Country by HighAddons

Plugin-URL: https://woocommerce.com/products/price-by-country/ Fügen Sie in der Datei wp-content\plugins\price-by-country\price-by-country.php den folgenden Code hinzu:
if (wp_doing_ajax() && strpos($_REQUEST['action'], 'woocs_') !== FALSE) {
    if (get_option('cbp_enable_module') == 'yes') {
        require_once WC_CBP_DIR . 'includes/frontend/class-frontend.php';
    }
}