You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/storefront/stencil/start/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Stencil themes can access remote objects through event hook and use the hooks to
56
56
57
57
All stencil themes utilize the [Speculation Rules API](https://developer.mozilla.org/en-US/docs/Web/API/Speculation_Rules_API) to pre-render checkout pages, improving performance and user experience.
58
58
59
-
**Pre-rendering** means the browser begins loading a page in the background (for example, when a shopper hovers over or is likely to click a checkout link) so that it appears almost instantly when opened.
59
+
**Pre-rendering** means the browser begins loading a page in the background (for example, when a shopper hovers over or is likely to click a checkout link) so that it appears almost instantly when opened.
60
60
61
61
### Limitations
62
62
@@ -70,7 +70,7 @@ All stencil themes utilize the [Speculation Rules API](https://developer.mozilla
70
70
</Callout>
71
71
72
72
<Callouttype="info">
73
-
Custom checkout pages are not supported. This includes B2B checkout pages and any checkout pages that are using the [Checkout SDK](https://developer.bigcommerce.com/docs/storefront/cart-checkout/checkout-sdk).
73
+
Custom checkout pages are not supported. This includes the B2B Edition checkout and any custom checkout pages built with the [Checkout SDK](https://github.com/bigcommerce/checkout-sdk-js) or forked from [Open Checkout](https://github.com/bigcommerce/checkout-js).
0 commit comments