A space to discuss online store customization, theme development, and Liquid templating.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I have a client from Egypt using our app, and every possible currency object that Shopify provides returns the "ج.م" currency symbol, however Shopify always format prices using the "LE" symbol.
I have tested the following objects:
{{cart.currency.symbol}}
{{localization.country.currency.symbol}}
I'm currently getting the first symbol using, this solution, however this is too verbose and I think Shopify should create a better solution:
var currencySymbol = "{{ shop.money_format | strip_html | split: '{{' | first }}"