German Market (Marketpress)
- In file functions.php of your current wordpress theme add next code:
add_action('wp_wc_invoice_pdf_start_template', function( $args ) { remove_all_filters('woocommerce_currency_symbol'); });
add_action('wp_wc_invoice_pdf_start_template', function( $args ) {
remove_all_filters('woocommerce_currency_symbol');
});