Ask AI

Shopify Integration

The Unidy Shopify App enables seamless integration of Shopify with the Unidy account and SSO solution. This ensures a smooth and unified login experience for your customers while giving you full control over the available ordering options.

Key Features

  • Seamless Shopify Integration – Connect your Shopify store with Unidy effortlessly.
  • Simple Login with Unidy SSO – Enable easy access for your customers via Unidy's Single Sign-On.
  • Centralized Address Management – The Profile data and address information is synced from Unidy to Shopify on user creation.
  • Fully Integrated Ecosystem – Make Shopify a seamless part of your Unidy environment.

With the Unidy Shopify App, you enhance the shopping experience, simplify user management, and ensure data consistency across platforms. 🚀

Install the Shopify App

After installing the Unidy Shopify App, please contact your Customer Success Management for the required OAuth credentials.

You can then run through the steps of setting up the app

Notion image

Steps 1 and 2 are straight forward with the data you received from your Customer Success Management.

Steps 3 will add an example Snippet to your Shopify template and you should try it out. However this is only a very basic solution and you might want to adapt the login button to your brands look and feel. This is what the example liquid code looks like, if you want to use it as a starting point.

{{ 'app.css' | asset_url | stylesheet_tag }}

<div class="unidy_sso_button">
    {% if customer %}
      <a class="button button--secondary" href="/account/logout"><img src="{{ 'PersonLockFilledIcon.svg' | asset_url }}" alt="Sign out Icon"></a>
    {% else %}
      <a id="button button--secondary" class="button button--secondary" href="https://shop.unidy.de/login-unidy?shopify_domain={{ shop.permanent_domain }}&return_to={{ canonical_url }}"><img src="{{ 'PersonLockIcon.svg' | asset_url }}" alt="Sign in Icon"></a>
    {% endif %}
</div>

Configure the Shopify Store

Make sure to disable the new Shopify Customer Accounts feature in the Shopify Settings. It would require each user to always login via email token.

Notion image

Make sure to disable the built in Spam protection in the Online Store Preferences. The Unidy platform is already taking care of that.

Notion image
Did this answer your question?
😞
😐
🤩