Currency Settings

Steps:

  1. From your shopify Store Admin -> Click Settings -> Locate Store details

  2. Scroll down to Store currency block and click on Change formatting link

  3. Update below fields

HTML With currency to

<span class=money>${{amount}} USD</span>

HTML without currency to

<span class=money>${{amount}}</span>

Last updated