50451
1
The docs for liquid URL filters currencies.js as a global assent that can be used with shopify_asset_url, however, this returns URL with a 404 error (//cdn.shopify.com/s/shopify/currencies.js)
{{ 'currencies.js' | shopify_asset_url | script_tag }}
The liquid code above produces the hmtl shown below
Jayvin
2
@50451
Yes indeed that’s not working as mentioned in the documentation here
I wonder how many stores are being affected right now.
50451
3
The actual working URL appears to be https://cdn.shopify.com/s/javascripts/currencies.js.
Is there anywhere to officially report bugs, I’ve had a look and can’t seem to find anything
Jayvin
4
OK, great,
Looks like the documentation is not well updated in the above mentioned link.
I don’t think there is an official way of reporting bugs.