Re: Static Money amount that changes with currency

Static Money amount that changes with currency

SB-TrueClassic
Visitor
1 0 1

I have a text that has "You are $50 away from $10 off" That is discounted based off of a shopify script. I want the 50 and 10 to be formatted to the current currency but {{ 5000 | money_with_currency }} just turns $50.00 to €50,00 how can I set a static amount that changes to the current adjusted amount in the new currency with liquid?

Replies 2 (2)

LitExtension
Shopify Partner
4860 1002 1159

Hi @SB-TrueClassic,

Please change money_with_currency => money_without_currency 

Refer code:

{{ 5000 | money_without_currency }}

Hope it helps!

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
DannyDG
Shopify Partner
2 0 0

I am looking for a solution to this problem as well, your suggestion does not seem to covert the currency.