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
@@ -71,6 +71,13 @@ export const howToTutorialsSidebar = [
While tutorials show you a specific use case, they also help you understand how to implement similar use cases in your own projects. Also, you can implement the use case in a tutorial differently to fit your business requirements.`,
children: [
{
type: "link",
title: "Abandoned Cart",
path: "/how-to-tutorials/tutorials/abandoned-cart",
description:
"Learn how to send abandoned cart notifications to customers.",
},
{
type: "link",
title: "Custom Item Pricing",