docs: added bundled products guide (#12332)
* docs: added bundled products guide * generate
This commit is contained in:
@@ -78,6 +78,13 @@ While tutorials show you a specific use case, they also help you understand how
|
||||
description:
|
||||
"Learn how to send abandoned cart notifications to customers.",
|
||||
},
|
||||
{
|
||||
type: "ref",
|
||||
title: "Bundled Products",
|
||||
path: "/recipes/bundled-products/examples/standard",
|
||||
description:
|
||||
"Learn how to implement bundled products in your Medusa store.",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Custom Item Pricing",
|
||||
|
||||
@@ -73,6 +73,18 @@ export const recipesSidebar = [
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/recipes/bundled-products",
|
||||
title: "Bundled Products",
|
||||
children: [
|
||||
{
|
||||
type: "link",
|
||||
path: "/recipes/bundled-products/examples/standard",
|
||||
title: "Example",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/recipes/commerce-automation",
|
||||
|
||||
Reference in New Issue
Block a user