Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
How to check whether the merchant is using the old classic user or the new one-time code user type using liquid?
One work around we found is:
{% assign login_url = routes.account_login_url %}
{% if login_url contains "shopify.com" %}
<span>One-Time Code Login</span>
{% else %}
<span>Classic Login</span>
{% endif %}
Is there any official document way?
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024