FOX - Currency Switcher for WooCommerce

Price By Country by HighAddons — Maintient les prix corrects dans les appels AJAX du plugin

URL du plugin : https://woocommerce.com/products/price-by-country/ Ajoutez le code suivant au fichier wp-content\plugins\price-by-country\price-by-country.php :
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';
    }
}