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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,13 +60,18 @@ All stencil themes utilize the [Speculation Rules API](https://developer.mozilla
60
60
61
61
### Limitations
62
62
63
+
- Currently only works for non-custom checkout pages.
63
64
- Currently only works if the shopper is using the Google Chrome browser. Check [browser compatibility](https://developer.mozilla.org/en-US/docs/Web/API/Speculation_Rules_API#browser_compatibility) to see latest browser support.
64
65
- The checkout won't pre-render if the shopper updates their cart on the cart page.
65
66
66
67
<Callouttype="info">
67
68
If you are hosting your own analytics you'll need to make changes to your implementation to ensure compatibility. See our [hosted analytics documentation](https://developer.bigcommerce.com/docs/integrations/hosted-analytics) for more information.
68
69
</Callout>
69
70
71
+
<Callouttype="info">
72
+
Custom checkout pages are not supported. This includes B2B checkout pages and any checkouts that are using the [Checkout SDK](https://developer.bigcommerce.com/docs/storefront/cart-checkout/checkout-sdk).
0 commit comments