docs: added tutorial for abandoned cart (#11917)
* docs: added tutorial for abandoned cart * small fixes * add cover image
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user