As you launch subscriptions in your store, you need to give your subscribers a way to manage their existing subscriptions.
For easier access and management, add the “Manage subscriptions” link to your Customer account and (for Legacy Shopify customer accounts) Customer login page templates in Shopify. Once added, the link will direct your subscribers to the Customer Portal — an easy-to-use panel, in which all their subscriptions will be visible and available for changes, such as: rescheduling, pausing, renewing etc.
For new customer accounts, you can only place a link to Juo Customer Portal in the top navigation of the customer acount page. To do it, go to Content > Menus and add or edit the Subscriptions menu item. The link to the Juo Customer Portal is always:
https://<store-handle>.myshopify.com/apps/juo
To make sure that your customers can switch between their customer account and the Juo Customer Portal without needing to log in, create a dedicated subdomain based on your online store’s primary domain.
If you’re using a 2.0 theme, you can simply add the Manage subscriptions link to your store theme in the Shopify Admin.
The Login page is where the Manage subscriptions link should be added first and foremost. Juo offers passwordless login, so using the link, both the customers with and without an account will be able to login and manage their subscriptions in the Customer Portal easily.
Similarly, Manage subscriptions link can be added to your Customer account page
If you’d like the Manage Subscriptions link to appear in the customer account in your store, follow similar steps for the Customer account page template. This will make it easier for subscribers who have are logged in to their store account to manage their subscriptions.
If you’re using an older theme, you can add the link by editing the liquid files. This requires some knowledge about how Shopify templates’ code works, so if you have any issues, just reach out to us.
Click Edit code next to the theme you want to edit
Code snippet to add to the Login page
Add the code snipped to the login.liquid file
If you want the Manage subscriptions link to also appear on the Customer account page, follow the steps 3-5 for the customers/account.liquid file.
As you launch subscriptions in your store, you need to give your subscribers a way to manage their existing subscriptions.
For easier access and management, add the “Manage subscriptions” link to your Customer account and (for Legacy Shopify customer accounts) Customer login page templates in Shopify. Once added, the link will direct your subscribers to the Customer Portal — an easy-to-use panel, in which all their subscriptions will be visible and available for changes, such as: rescheduling, pausing, renewing etc.
For new customer accounts, you can only place a link to Juo Customer Portal in the top navigation of the customer acount page. To do it, go to Content > Menus and add or edit the Subscriptions menu item. The link to the Juo Customer Portal is always:
https://<store-handle>.myshopify.com/apps/juo
To make sure that your customers can switch between their customer account and the Juo Customer Portal without needing to log in, create a dedicated subdomain based on your online store’s primary domain.
If you’re using a 2.0 theme, you can simply add the Manage subscriptions link to your store theme in the Shopify Admin.
The Login page is where the Manage subscriptions link should be added first and foremost. Juo offers passwordless login, so using the link, both the customers with and without an account will be able to login and manage their subscriptions in the Customer Portal easily.
Similarly, Manage subscriptions link can be added to your Customer account page
If you’d like the Manage Subscriptions link to appear in the customer account in your store, follow similar steps for the Customer account page template. This will make it easier for subscribers who have are logged in to their store account to manage their subscriptions.
If you’re using an older theme, you can add the link by editing the liquid files. This requires some knowledge about how Shopify templates’ code works, so if you have any issues, just reach out to us.
Click Edit code next to the theme you want to edit
Code snippet to add to the Login page
Add the code snipped to the login.liquid file
If you want the Manage subscriptions link to also appear on the Customer account page, follow the steps 3-5 for the customers/account.liquid file.