How to remove "DKK" in cart?

Hi @stinem123


You can put this code in theme.liquid before body closing tag
it can work
OR
in your cart.liquid or cart_body.liquid or cart-items.liquid or similar file
You will find | money filter, you can replace that with money_without_currency
Both methods work
Just check best suits you

Please don't forget to **Like** and **Mark Solution** to the post that helped you.

Thanks!