> For the complete documentation index, see [llms.txt](https://help.inveterate.com/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.inveterate.com/help-center/guides/getting-started/adjust-customer-account-settings-in-shopify.md).

# Adjust Customer Account Settings In Shopify

{% hint style="warning" %}
To use customer accounts you must have the [Online Store sales channel](https://help.shopify.com/en/manual/online-store) enabled.  Inveterate does not work with POS-Only Shopify Accounts.
{% endhint %}

{% hint style="info" %}
Only one email address can be associated with a customer account in Inveterate. You can change the email address that is associated with a customer account by [editing the customer profile](https://help.shopify.com/en/manual/customers/manage-customers#edit-profile) in Shopify.
{% endhint %}

#### Shopify Customer Accounts

Shopify has two customer account experiences - Classic and New.  Although the view in your dashboard may look different from the screenshot below,  both account experiences will work with Inveterate. Take a look at the screenshot below, this is how you find if you have a Legacy or New Shopify account.

* If you **do** see the menu below it means you have a **New Shopify Account.**  Instructions are directly below.
* If you **do not** see the menu below it means you have a **Legacy Shopify Account**.  Instructions are at the bottom of this page.

![Shopify Login Experience Menu](/files/TnL4A0Ci0ugyokdBjcpo)

### New Shopify Accounts

#### Check your customer account preferences in Shopify <a href="#set-your-customer-account-preferences" id="set-your-customer-account-preferences"></a>

1. From your Shopify admin, go to **Settings** > [**Checkout**](https://www.shopify.com/admin/settings/checkout).
2. In the **Customer Account Settings** section, make sure that the Show Login Link box is checked.  If it is already selected, you can leave the settings as-is.

![Customer Account Settings](/files/qkGutnvhHSdUuLpkM178)

{% hint style="warning" %}
If you do not see the Login Experience menu shown above, it means your Shopify store is still using the legacy setup.  Keep scrolling below the video for the Legacy Shopify Account instructions.
{% endhint %}

#### Download the PDF below for step-by-step instruction

{% file src="/files/EjwbAQSkeR305FbpVH2r" %}

{% embed url="<https://youtu.be/vfkuh3MU4Ek>" %}

### Legacy Shopify Accounts

#### Follow The Steps Below To Turn On Customer Accounts

1. Navigate to Settings>Checkout and find the Customer Accounts box.
2. Make sure accounts are set to either Optional or Required.  Inveterate will not work if you don't use customer accounts.

![](/files/UmaIEHvhxIwkIYY4CgOY)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.inveterate.com/help-center/guides/getting-started/adjust-customer-account-settings-in-shopify.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
