FOX - Currency Switcher for WooCommerce

AliExpress Dropshipping Business plugin for WooCommerce — Plugin de dropshipping AliExpress Business pour WooCommerce

Lien du plugin : https://codecanyon.net/item/aliexpress-dropship-for-woocommerce/19821022 Producteur : https://ali2woo.com/ Dans le fichier \plugins\ali2woo\includes\classes\shipping\A2W_ShippingFrontendPageController.php ajoutez le code suivant :
if (class_exists('WOOCS') AND $method['price'] > 0) {
    global $WOOCS;
    $method['price'] = $WOOCS->woocs_exchange_value(floatval($method['price']));
}
Ajoutez également le code suivant au même fichier :
if (class_exists('WOOCS') AND $method['price'] > 0) {
    global $WOOCS;
    $method['price'] = $WOOCS->woocs_exchange_value(floatval($method['price']));
}