Skip to content

Commit 72028b7

Browse files
authored
[C4Platforms, DNS] Update Shopify guide (#22825)
1 parent fe702ef commit 72028b7

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed
44 KB
Loading

src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/saas-customers/provider-guides/shopify.mdx

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ head:
55
- tag: title
66
content: Shopify | Provider guides
77
description: Learn how to configure your zone with Shopify.
8-
98
---
109

11-
import { Render } from "~/components"
10+
import { Render } from "~/components";
1211

1312
<Render file="provider-guide-intro" params={{ one: "Shopify" }} />
1413

@@ -20,6 +19,10 @@ O2O routing also enables you to take advantage of Cloudflare zones specifically
2019

2120
For more details about how O2O is different than other Cloudflare setups, refer to [How O2O works](/cloudflare-for-platforms/cloudflare-for-saas/saas-customers/how-it-works/).
2221

22+
When you [set up O2O routing for your Shopify website](#enable), Cloudflare enables specific configurations for this SaaS provider. Currently, this includes the following:
23+
24+
- Workers and Snippets are disabled on the `/checkout` URI path.
25+
2326
## Enable
2427

2528
You can enable O2O on any Cloudflare zone plan.
@@ -30,14 +33,16 @@ To enable O2O on your account, [create](/dns/manage-dns-records/how-to/create-dn
3033
| ------- | -------------------- | --------------------- | ------------ |
3134
| `CNAME` | `<YOUR_SHOP_DOMAIN>` | `shops.myshopify.com` | Proxied |
3235

33-
:::note
36+
Once you save the new DNS record, the Cloudflare dashboard will show a Shopify icon next to the CNAME record value. For example:
3437

38+
![](~/assets/images/cloudflare-for-platforms/provider-guides/shopify-dns-entry.png)
39+
40+
:::note
3541

3642
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).
3743

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

40-
4146
:::
4247

4348
## Product compatibility

src/content/docs/dns/manage-dns-records/reference/dns-record-types.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ You can use CNAME records to point to other CNAME records (`www.example2.com` --
110110

111111
Cloudflare uses a process called CNAME flattening to deliver better performance. This process supports a few features and can interact with [different setups that depend on CNAME records](/dns/cname-flattening/#aspects-to-keep-in-mind). Refer to the [CNAME flattening section](/dns/cname-flattening/) to learn more about this.
112112

113+
:::note
114+
Specific CNAME record values with traffic proxied through Cloudflare will enable Orange-to-Orange (O2O) routing for the Shopify SaaS provider. Refer to the [Shopify provider guide](/cloudflare-for-platforms/cloudflare-for-saas/saas-customers/provider-guides/shopify/) for more information.
115+
:::
116+
113117
#### Example API call
114118

115119
When creating CNAME records [using the API](/dns/manage-dns-records/how-to/create-dns-records/#create-dns-records):

0 commit comments

Comments
 (0)