FOX - Currency Switcher for WooCommerce

German Market (Marketpress)

L'URL du plugin : https://marketpress.de/shop/plugins/woocommerce/woocommerce-german-market/
  • Dans le fichier functions.php de votre thème WordPress actuel, ajoutez le code suivant :
    add_action('wp_wc_invoice_pdf_start_template', function( $args ) {
        remove_all_filters('woocommerce_currency_symbol');
    });
     
Origine : https://pluginus.net/support/topic/regenerating-the-invoice-show-wrong-currency/