FOX - Currency Switcher for WooCommerce

AliExpress Dropshipping Business plugin for WooCommerce

Plugin-Link: https://codecanyon.net/item/aliexpress-dropship-for-woocommerce/19821022 Hersteller: https://ali2woo.com/ Fügen Sie in der Datei \plugins\ali2woo\includes\classes\shipping\A2W_ShippingFrontendPageController.php den folgenden Code hinzu:
if (class_exists('WOOCS') AND $method['price'] > 0) {
    global $WOOCS;
    $method['price'] = $WOOCS->woocs_exchange_value(floatval($method['price']));
}
Fügen Sie in derselben Datei außerdem den folgenden Code hinzu:
if (class_exists('WOOCS') AND $method['price'] > 0) {
    global $WOOCS;
    $method['price'] = $WOOCS->woocs_exchange_value(floatval($method['price']));
}