How to remove "DKK" in cart?

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

@stinem123 ,

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid


Result:

  • Here is the solution for you @stinem123
  • Please follow these steps:
  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before and press ‘Save’ to save it

  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

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 :blush:

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