(NEED HELP ASAP) Decimals not showing!

Topic summary

Issue: Product prices display without the decimal comma (e.g., 7500 instead of 75,00) on a Shopify store using the Uma V1 theme. Screenshots illustrate the misformatted prices.

Steps attempted:

  • Updated Shopify currency formatting per docs (Settings > Store currency > Change formatting), switching tokens from {{ amount_no_decimals }} to {{ amount }}. No change observed.
  • Guidance linked to Shopify help on currency formatting. User confirmed trying “every single one” of those adjustments without success.
  • Advised to check the cart popup code; HTML snippet was shown, but no associated JavaScript file was identified by the user.
  • Suggested comparing with the original (uncustomized) theme; user reports the same behavior persists there.

Current hypothesis: A theme-level implementation, possibly JavaScript in the cart popup or price rendering, is overriding Shopify’s currency formatting and stripping decimals, so settings changes have no effect.

Status: Unresolved. Next concrete step is to locate and inspect the JavaScript responsible for rendering prices (especially in the cart popup or theme price components) and ensure it uses {{ amount }} (or locale-aware formatting) rather than a no-decimal or stripped format.

Summarized with AI on March 4. AI used: gpt-5.

Hey!

I am building this webshop for one of my clients and ran into a problem.

As shown in the screenshot below, the “,” is not showing and it’s creating a big misunderstanding.

Example: instead of 75,00 it’s showing 7500.

Can someone please help me with a fix? Thanks a lot in advance, any response is much appreciated!

Webshop link: https://rostreetwear.com/

Theme used: Uma V1

1 Like

@kisHu

sorry for that can you please try this

https://help.shopify.com/en/manual/payments/currency-formatting

1 Like

Hey!

Thanks for your reply! I tried every sigle one and it’s still not working.

hello @kisHu

please go to your store setting click on store currency and then click on change formatting https://nimb.ws/508bFE and

Change the fields, by changing this part:

{{ amount_no_decimals }}

to:

{{ amount }}
1 Like

Hey! I apprecciate the help. Tried it but still showing the same.

1 Like

@kisHu

sorry i think something is wrong your code and you please check cart popup code

1 Like

@kisHu

its only html code where is js file this part?

1 Like

I don’t really know where to look for it, I don’t have different js file for the popup cart..

1 Like

@kisHu

oh, sorry

maybe check your original theme before customization?

Checked it now, still showing the same way..