Skip to main content
Solved

Change separator from point to comma

  • May 2, 2022
  • 2 replies
  • 507 views

Forum|alt.badge.img+2
  • Problem Solver I
  • 8 replies

Hi there,

we’re using the WooCommerce integration for our transactional emails.

The plugins shows every price with a decimal point as separator. Like this for example: 49.01

We need it with a comma as separator like this: 49,01

Is there any way to change that in the WooCommerce output or is there an option to format the price in Klaviyo?

We’re using always 2 decimal numbers.

Best answer by SimonK

Sorry, found a solution by adding {% currency_format %} to the template. (shown here)

2 replies

Forum|alt.badge.img+2
  • Author
  • Problem Solver I
  • 8 replies
  • Answer
  • May 2, 2022

Sorry, found a solution by adding {% currency_format %} to the template. (shown here)


stephen.trumble
Forum|alt.badge.img+60
  • Klaviyo Alum
  • 1515 replies
  • May 2, 2022

Hey @SimonK 

So glad you were able to find the answer so quickly and thank you for sharing back with the community for others to learn from!