Skip to content

Commit e9cd0ba

Browse files
chore(docs): Update links on gatsby-for-ecommerce (#34517)
Co-authored-by: Lennart <[email protected]>
1 parent 1f28c1c commit e9cd0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/conceptual/gatsby-for-ecommerce.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ E-commerce tends to have a number of specific requirements. When building a Gats
3737
- **Persisting a cart across site pages and between sessions** (ie, if the user closes their browser and reopens it tomorrow, the items should still be there). This can be handled either through local-storage or through the shopify-buy JS library.
3838
- **Product search** can be done client-side if the SKU count is small enough to store all products in a global state. Alternatively, it can be handled through the e-commerce provider’s search features, or if those aren’t robust enough, a third-party search provider like Algolia.
3939
- **Surfacing price adjustments** like tax, shipping, discounts/promos to the user while browsing the site. Different e-commerce solutions provide different levels of API access to these objects.
40-
- **Handling checkout.** In order to comply with PCI regulations around storing credit card information, e-commerce providers typically exert strong control over the "buy" or "checkout" experience. Shopify requires all checkout flows using their platform to use their hosted checkout pages, though it's common to wrap them in a subdomain of the main site (e.g. the Gatsby/Shopify site [strivectin.com](strivectin.com) wraps a `myshopify.com` URL under a `shop.strivectin.com` URL for checkout).
40+
- **Handling checkout.** In order to comply with PCI regulations around storing credit card information, e-commerce providers typically exert strong control over the "buy" or "checkout" experience. Shopify requires all checkout flows using their platform to use their hosted checkout pages, though it's common to wrap them in a subdomain of the main site (e.g. the Gatsby/Shopify site [strivectin.com](https://www.strivectin.com/) wraps a `myshopify.com` URL under a `shop.strivectin.com` URL for checkout).
4141
- **Handling account pages.** Again, many sites choose to wrap their e-commerce provider’s account pages under their own domain.
4242

4343
## Additional resources:

0 commit comments

Comments
 (0)