FOX - Conmutador de moneda WooCommerce profesional

Envío avanzado de WooCommerce (por sormano)

Enlace del complemento: https://codecanyon.net/item/woocommerce-advanced-shipping/8634573

// agregue el siguiente código en el archivo functions.php del tema wp add_filter ('wcml_shipping_price_amount', 'woof_compatibility_as'); función woof_compatibility_as ($ val) {if (class_exists ('WOOCS')) {global $ WOOCS; return $ WOOCS-> woocs_exchange_value (floatval ($ val)); } return $ val; }