Hi, can someone help me remove the “DKK” from the cart page page (both from cart items and cart total)
The Danish currency is already shown in “kr” so I don’t need to have it also shown in “DKK” afterwards.
Link for my website.: https://www.melchiorjewelry.com/cart
Thank you so much, hope someone can help me out here!
.
.
.
.
.
.
.
.
@GemPages_Agents
@KetanKumar
@hammadCodes
@PaulNewton
@Ninthony
@dmwwebartisan
@ExpertRookie
@MandasaTech
@GemPages
@Mike-Omega
@PageFly-Richard
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!
Thank you so much both of you @BSS-TekLabs @BSSCommerce-B2B
Worked so well! Thanks!
@stinem123 , Glad to help you 
Your theme probably has a “Show currency code” option. Check the site settings in the theme editor. If you turn this setting off, the currency codes will not be present in the page HTML at all.
JavaScript-based solutions require you to know all the CSS selectors a price can possibly appear in, and they also don’t work if the customer has JS disabled.
Best,
Tobe