Fix to readme

This commit is contained in:
Shlomo 2024-03-11 01:05:56 +00:00
parent bd832f0d20
commit 06f83f61ba

View File

@ -83,9 +83,11 @@ It is based on Shopify's Hydrogen implementation and uses the concepts of Next.j
The following files were changed in the core commerce repo: The following files were changed in the core commerce repo:
- components/cart/index.tsx (to add logged_in true for checkout) - components/cart/index.tsx (to add logged_in true for checkout for Customer Account)
- components/layout/navbar/index.tsx (to add a login button to menu) - components/layout/navbar/index.tsx (to add a login button to menu)
- Read Me - components/cart/modal.tsx (had to fix a TS error here)
- lib/utils.ts (add required ENV)
- README
- env.example - env.example
For instructions on how to get everything working properly, please see [Setup for using Shopify Customer Account API](https://www.dalicommerce.com/docs/nextjs/create-a-headless-shopify-nextjs#iii-setup-for-using-shopify-customer-account-api-log-in-and-account-section) For instructions on how to get everything working properly, please see [Setup for using Shopify Customer Account API](https://www.dalicommerce.com/docs/nextjs/create-a-headless-shopify-nextjs#iii-setup-for-using-shopify-customer-account-api-log-in-and-account-section)