Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,24 @@ For more details about how O2O is different than other Cloudflare setups, refer

## Enable

You can enable O2O on any Cloudflare zone plan.
An Enterprise zone plan is required for O2O to a Shopify origin.

To enable O2O on your account, [create](/dns/manage-dns-records/how-to/create-dns-records/#create-dns-records) a `CNAME` DNS record.
:::note
Setting up your zone with O2O with a Shopify origin currently requires a Support Case due to a provider limitation in the Cloudflare for SaaS platform.
We are working to improve this experience. Please submit a Support Case to request O2O enablement for your zone.
:::

Once enabled by Support, set up O2O on your zone by [creating a `CNAME` DNS record.](/dns/manage-dns-records/how-to/create-dns-records/#create-dns-records)

| Type | Name | Target | Proxy status |
| ------- | -------------------- | --------------------- | ------------ |
| `CNAME` | `<YOUR_SHOP_DOMAIN>` | `shops.myshopify.com` | Proxied |

:::note


For questions about Shopify setup, refer to their [support guide](https://help.shopify.com/en/manual/domains/add-a-domain/connecting-domains/connect-domain-manual).

If you cannot activate your domain using [proxied DNS records](/dns/manage-dns-records/reference/proxied-dns-records/), reach out to your account team or the [Cloudflare Community](https://community.cloudflare.com).

Be sure that you are using `shops.myshopify.com`. Using your store-specific url (for example `trinketstore.myshopify.com`) will not work; it is not the Shopify SaaS domain.

:::note
For questions about Shopify setup, refer to their [support guide](https://help.shopify.com/en/manual/domains/add-a-domain/connecting-domains/connect-domain-manual).
If you cannot activate your domain using [proxied DNS records](/dns/manage-dns-records/reference/proxied-dns-records/), reach out to your account team or the [Cloudflare Community](https://community.cloudflare.com).
:::

## Product compatibility
Expand Down
Loading