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.