How to create a member -only site with SHOPIFY!
1. Enable the customer account
After logging in to the management screen, click "Settings"> "Check -out screen".

2. Add the Liquid code
1. Click "Online Store"> "Theme" from the management screen. 2. Find the theme to edit, and click "Action"> Edit Code. 3. Select "Theme.liquid" in the "Layout" directory. 4. Paste the following code under the tag in the code.{% unless customer %}
{% if template contains 'customers' %}
{% assign send_to_login = false %}
{% else %}
{% assign send_to_login = true %}
{% endif %}
{% endunless %}
{% if send_to_login %}
{% else %}
Paste the following code under the tag.
{% endif %}
Go Ride produces and operates EC sites at SHOPIFY. Please feel free to contact us. Inquiries / interview requestsHerefrom