Currency Settings
Steps:
From your shopify Store Admin -> Click Settings -> Locate General -> Store defaults
Click on three dot icon -> Change currency formatting
Update below fields

HTML With currency to
<span class=money>${{amount}} USD</span>
HTML without currency to
<span class=money>${{amount}}</span>
Last updated