A user encountered a display issue where product pricing code was appearing as visible text on their Shopify store page instead of rendering properly. The screenshots showed raw HTML code (like <span class="money">$70.00 USD</span>) displaying on the product page.
Suggested Solutions:
Check Store Settings > Currency Display > Currency Formatting for invalid code containing <span class="money"> tags that should be removed
Inspect main-product.liquid or product.liquid theme files for corrupted price rendering code
Replace problematic markup with proper Liquid template code using {{ product.price | money }} format
Add conditional checks to ensure prices render dynamically
Resolution:
The issue appears to have been resolved by the original poster, though the specific fix applied wasn’t documented in the thread. Multiple support team members offered to assist via private messages if further help was needed.
Summarized with AI on November 4.
AI used: claude-sonnet-4-5-20250929.
It seems like there’s some invalid code added in your theme files, most likely in your main-product.liquid so try searching it there and if you still can’t find it then share your collaborator request code in private messages so I can help you out in removing it.
Please go to your store admin > Settings > General > Store defaults, click ‘…’ next to ‘Currency display’ > Change currency formatting and check and remove if you added ${{amount}}, please remove ‘’ and ‘’
Please go to your theme > edit code then search for the code from my screenshot below in “main-product.liquid” file or “product.liquid” file. After you found it, please share with me the screenshot from your end then we can provide you with a suitble solution.