diff --git a/src/assets/images/cloudflare-for-platforms/provider-guides/shopify-dns-entry.png b/src/assets/images/cloudflare-for-platforms/provider-guides/shopify-dns-entry.png
new file mode 100644
index 000000000000000..4747da8c46f2177
Binary files /dev/null and b/src/assets/images/cloudflare-for-platforms/provider-guides/shopify-dns-entry.png differ
diff --git a/src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/saas-customers/provider-guides/shopify.mdx b/src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/saas-customers/provider-guides/shopify.mdx
index 3e830fd201694a0..f5e89303f996310 100644
--- a/src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/saas-customers/provider-guides/shopify.mdx
+++ b/src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/saas-customers/provider-guides/shopify.mdx
@@ -5,10 +5,9 @@ head:
- tag: title
content: Shopify | Provider guides
description: Learn how to configure your zone with Shopify.
-
---
-import { Render } from "~/components"
+import { Render } from "~/components";
@@ -20,6 +19,10 @@ O2O routing also enables you to take advantage of Cloudflare zones specifically
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/).
+When you [set up O2O routing for your Shopify website](#enable), Cloudflare enables specific configurations for this SaaS provider. Currently, this includes the following:
+
+- Workers and Snippets are disabled on the `/checkout` URI path.
+
## Enable
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
| ------- | -------------------- | --------------------- | ------------ |
| `CNAME` | `` | `shops.myshopify.com` | Proxied |
-:::note
+Once you save the new DNS record, the Cloudflare dashboard will show a Shopify icon next to the CNAME record value. For example:
+
+
+:::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/proxy-status/), reach out to your account team or the [Cloudflare Community](https://community.cloudflare.com).
-
:::
## Product compatibility
diff --git a/src/content/docs/dns/manage-dns-records/reference/dns-record-types.mdx b/src/content/docs/dns/manage-dns-records/reference/dns-record-types.mdx
index 3e66b5208797a86..e76b23af4f89779 100644
--- a/src/content/docs/dns/manage-dns-records/reference/dns-record-types.mdx
+++ b/src/content/docs/dns/manage-dns-records/reference/dns-record-types.mdx
@@ -110,6 +110,10 @@ You can use CNAME records to point to other CNAME records (`www.example2.com` --
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.
+:::note
+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.
+:::
+
#### Example API call
When creating CNAME records [using the API](/dns/manage-dns-records/how-to/create-dns-records/#create-dns-records):