docs: added tutorial for abandoned cart (#11917)

* docs: added tutorial for abandoned cart

* small fixes

* add cover image
This commit is contained in:
Shahed Nasser
2025-03-27 19:59:29 +02:00
committed by GitHub
parent e593d44cc9
commit 532780897b
18 changed files with 13062 additions and 11658 deletions

View File

@@ -1066,19 +1066,11 @@ const generatedgeneratedCommerceModulesSidebarSidebar = {
"isPathHref": true,
"type": "category",
"title": "Server Guides",
"autogenerate_tags": "server+cart",
"autogenerate_tags": "cart+server",
"autogenerate_as_ref": true,
"sort_sidebar": "alphabetize",
"description": "Learn how to use the Cart Module in your customizations on the Medusa application server.",
"children": [
{
"loaded": true,
"isPathHref": true,
"type": "ref",
"title": "Abandoned Cart Notification",
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/abandoned-cart",
"children": []
},
{
"loaded": true,
"isPathHref": true,
@@ -1102,6 +1094,14 @@ const generatedgeneratedCommerceModulesSidebarSidebar = {
"title": "Implement Quote Management",
"path": "https://docs.medusajs.com/resources/examples/guides/quote-management",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "ref",
"title": "Send Abandoned Cart Notification",
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/abandoned-cart",
"children": []
}
]
},
@@ -11116,14 +11116,6 @@ const generatedgeneratedCommerceModulesSidebarSidebar = {
"path": "https://docs.medusajs.com/resources/storefront-development/guides/express-checkout",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "ref",
"title": "List Product Categories in Storefront",
"path": "https://docs.medusajs.com/resources/storefront-development/products/categories/list",
"children": []
},
{
"loaded": true,
"isPathHref": true,
@@ -11132,14 +11124,6 @@ const generatedgeneratedCommerceModulesSidebarSidebar = {
"path": "https://docs.medusajs.com/resources/storefront-development/products/collections/list",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "ref",
"title": "List Products in Storefront",
"path": "https://docs.medusajs.com/resources/storefront-development/products/list",
"children": []
},
{
"loaded": true,
"isPathHref": true,
@@ -11211,6 +11195,22 @@ const generatedgeneratedCommerceModulesSidebarSidebar = {
"title": "Select Product Variants in Storefront",
"path": "https://docs.medusajs.com/resources/storefront-development/products/variants",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "ref",
"title": "Show Product Categories in Storefront",
"path": "https://docs.medusajs.com/resources/storefront-development/products/categories/list",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "ref",
"title": "Show Products in Storefront",
"path": "https://docs.medusajs.com/resources/storefront-development/products/list",
"children": []
}
]
},
@@ -13615,7 +13615,7 @@ const generatedgeneratedCommerceModulesSidebarSidebar = {
"loaded": true,
"isPathHref": true,
"type": "ref",
"title": "Region Context in Storefront",
"title": "Region React Context in Storefront",
"path": "https://docs.medusajs.com/resources/storefront-development/regions/context",
"children": []
},
@@ -13623,7 +13623,7 @@ const generatedgeneratedCommerceModulesSidebarSidebar = {
"loaded": true,
"isPathHref": true,
"type": "ref",
"title": "Store and Retrieve Region",
"title": "Store Selected Region in Storefront",
"path": "https://docs.medusajs.com/resources/storefront-development/regions/store-retrieve-region",
"children": []
}