AliExpress Dropshipping Business plugin for WooCommerce
Plugin link: https://codecanyon.net/item/aliexpress-dropship-for-woocommerce/19821022
Producer: https://ali2woo.com/
In file \plugins\ali2woo\includes\classes\shipping\A2W_ShippingFrontendPageController.php add next code:
if (class_exists('WOOCS') AND $method['price'] > 0) { global $WOOCS; $method['price'] = $WOOCS->woocs_exchange_value(floatval($method['price'])); }
Also to the same file add next code:
if (class_exists('WOOCS') AND $method['price'] > 0) { global $WOOCS; $method['price'] = $WOOCS->woocs_exchange_value(floatval($method['price'])); }