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
This command generates the `src/app/(payload)/admin/importMap.js` file that Payload needs.
799
799
800
-
## j. Run the Payload Admin
800
+
###j. Run the Payload Admin
801
801
802
802
You can now run the Payload admin in the Next.js Starter Storefront and create an admin user.
803
803
@@ -1977,7 +1977,7 @@ Then, create a product in Medusa using the Medusa Admin. If you check the Produc
1977
1977
1978
1978
Now that you've integrated Payload with Medusa, you can customize the Next.js Starter Storefront to display product content from Payload. By doing so, you can show product content and assets that are optimized for the storefront.
1979
1979
1980
-
In this step, you'll customize the Next.js Starter Storefront to view the product title, description, images, and option values from Payload.
1980
+
In this step, you'll customize the Next.js Starter Storefront to show the product title, description, images, and option values from Payload.
1981
1981
1982
1982
### a. Fetch Payload Data with Product Data
1983
1983
@@ -3544,7 +3544,7 @@ You've successfully integrated Medusa with Payload to manage content related to
3544
3544
2. Enable [localization](https://payloadcms.com/docs/configuration/localization) in Payload to support multiple languages.
3545
3545
- You only need to manage the localized content in Payload. Only the default locale will be synced with Medusa.
3546
3546
- You can show the localized content in your Next.js Starter Storefront based on the customer's locale.
3547
-
3. Add custom fields to the Payload collections. For example, you can add images to product variants and display them in the Next.js Starter Storefront.
3547
+
3. Add custom fields to the Payload collections that are relevant for the storefront, such as SEO metadata or promotional banners.
0 commit comments