docs: added bundled products guide (#12332)
* docs: added bundled products guide * generate
This commit is contained in:
@@ -19,6 +19,10 @@ export const cart = [
|
||||
"title": "Implement Loyalty Points",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/loyalty-points"
|
||||
},
|
||||
{
|
||||
"title": "Implement Bundled Products",
|
||||
"path": "https://docs.medusajs.com/resources/recipes/bundled-products/examples/standard"
|
||||
},
|
||||
{
|
||||
"title": "Create Cart Context in Storefront",
|
||||
"path": "https://docs.medusajs.com/resources/storefront-development/cart/context"
|
||||
|
||||
@@ -83,6 +83,10 @@ export const product = [
|
||||
"title": "Build Wishlist Plugin",
|
||||
"path": "https://docs.medusajs.com/resources/plugins/guides/wishlist"
|
||||
},
|
||||
{
|
||||
"title": "Implement Bundled Products",
|
||||
"path": "https://docs.medusajs.com/resources/recipes/bundled-products/examples/standard"
|
||||
},
|
||||
{
|
||||
"title": "Implement Express Checkout with Medusa",
|
||||
"path": "https://docs.medusajs.com/resources/storefront-development/guides/express-checkout"
|
||||
|
||||
@@ -79,6 +79,10 @@ export const server = [
|
||||
"title": "Build Wishlist Plugin",
|
||||
"path": "https://docs.medusajs.com/resources/plugins/guides/wishlist"
|
||||
},
|
||||
{
|
||||
"title": "Bundled Products",
|
||||
"path": "https://docs.medusajs.com/resources/recipes/bundled-products/examples/standard"
|
||||
},
|
||||
{
|
||||
"title": "Create Auth Provider",
|
||||
"path": "https://docs.medusajs.com/resources/references/auth/provider"
|
||||
|
||||
@@ -42,5 +42,9 @@ export const tutorial = [
|
||||
{
|
||||
"title": "Build Wishlist Plugin",
|
||||
"path": "https://docs.medusajs.com/resources/plugins/guides/wishlist"
|
||||
},
|
||||
{
|
||||
"title": "Bundled Products",
|
||||
"path": "https://docs.medusajs.com/resources/recipes/bundled-products/examples/standard"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user