• Resolved cpapconsult

    (@cpapconsult)


    Hello,

    Is there a way of exporting the Order Amount only as a number without any currency symbol in front of it? (Apart from the fact that it looks like this: & euro ;?168,00 (without the spaces in between the html)

    Thanks in advance!
    Clemens Pichler

    • This topic was modified 7 years, 8 months ago by cpapconsult.
Viewing 1 replies (of 1 total)
  • You can add following code to functions.php of your theme.

    add_filter( 'wsoe_formatted_price', function($state){ $state= false; return $state; } );

    Let me know if it helps.

    Regards,
    Ankit

Viewing 1 replies (of 1 total)
  • The topic ‘Don’t display currency symbol’ is closed to new replies.