diff --git a/developer-resources/storefront-and-digital-product-delivery.mdx b/developer-resources/storefront-and-digital-product-delivery.mdx new file mode 100644 index 0000000..fad520e --- /dev/null +++ b/developer-resources/storefront-and-digital-product-delivery.mdx @@ -0,0 +1,188 @@ +--- +title: Storefront and Digital Product Delivery Guide +description: Use Storefront and Digital Product Delivery together to launch your ebook storefront quickly. +icon: "credit-card" +--- + +## Overview +These two features let you set up a store for your customers and deliver digital products quickly. +Below you'll set up an ebook store. + +### Storefront +The Storefront Feature allows you to create a simple, branded, and mobile-friendly online store where you can showcase both One-Time Payment products and Subscription products. + +Read more: [Storefront docs](https://docs.dodopayments.com/features/storefront) + +### Digital Product Delivery +The Digital Product Delivery feature enables merchants to automatically deliver digital files to customers after successful purchases. + +Read more: [Digital Product Delivery docs](https://docs.dodopayments.com/features/digital-product-delivery) + + +## Step 1: Creating a Product +Create a product with **Digital Product Delivery** + + + Product Creation 1 + + +### Step-by-Step Product Creation + +Follow this guide to create product with Digital Product Delivery feature: + + + +Create your product by providing the following details. + + +Choose a clear and descriptive name for your product. + +Examples: "A bird from Mauritius: Dodo" + + + +Choose short and simple description for your product. + +Examples: "Book on the life of the extinct bird Dodo" + + + +Showcase your product by adding an image. + + + + +Select the brand that will be associated with the product. + + + + +Provide the category which best describes your product/subscription. + +Examples: "SaaS | Digital Product..." + + + + +Set up the pricing details for your product. + + + Product Creation 2 + + + +Select the pricing which best suits you. + +Examples: "Single Payment | Subscription | Usage Based" + + + +Set the price for your product/subscription. + + + + +Enter any discount that applies to the product or subscription. + + + + + + +Configure the advanced setting for your product/subscription. + + + Product Creation 3 + + +Enable the **Digital Product Delivery** feature and add the requested information. + + +Upload the files for the books to be downloaded by the customers. + + + + +Provide the external download link for the book. + + + + +Any instruction you want to provide to the customers. + + + + +Add key-value pairs as metadata fields. + + + + + + +Review your product details and click on **Add Product**. + + +Your product is successfully created. + + + + + + +## Step 2: Creating a Store +Create a store to list out the products to the customers. This feature eliminates the complexity of building an entire website, enabling you to quickly offer your products or services online without additional web development efforts. + +### Step-by-Step Store Creation + +Follow this comprehensive guide to set up your store: + + + +Set up your store by providing the following details. + + + Store Creation + + + +Choose a clear name for your store. + +Examples: "Dodo Books" + + + +Provide a short, descriptive custom URL for your store. + +Example: "dodo-books" + + + +Showcase your brand by adding a store logo + + + + +Upload a banner to enhance your store + + + + +Select the product(s) you want to list in your store. + + + + + + +Review your store details and click on **Publish**. + + +Your store is now ready, you can view the preview below and share store URL with customers. + + + + + +You can now share the URL with your customers and sell the books with **Digital Product Delivery** feature. +After a successful transaction, customers receive a purchase confirmation email containing download links for their digital products. \ No newline at end of file diff --git a/docs.json b/docs.json index 7f9f6ca..dcd0c1b 100644 --- a/docs.json +++ b/docs.json @@ -130,6 +130,7 @@ "developer-resources/overlay-checkout", "developer-resources/mobile-integration", "developer-resources/ondemand-subscriptions", + "developer-resources/storefront-and-digital-product-delivery", "developer-resources/mcp-server" ] }, diff --git a/images/guides/storefront-and-digital-product-delivery/product-1.png b/images/guides/storefront-and-digital-product-delivery/product-1.png new file mode 100644 index 0000000..ab6bf9f Binary files /dev/null and b/images/guides/storefront-and-digital-product-delivery/product-1.png differ diff --git a/images/guides/storefront-and-digital-product-delivery/product-2.png b/images/guides/storefront-and-digital-product-delivery/product-2.png new file mode 100644 index 0000000..15ee7bb Binary files /dev/null and b/images/guides/storefront-and-digital-product-delivery/product-2.png differ diff --git a/images/guides/storefront-and-digital-product-delivery/product-3.png b/images/guides/storefront-and-digital-product-delivery/product-3.png new file mode 100644 index 0000000..b7d8858 Binary files /dev/null and b/images/guides/storefront-and-digital-product-delivery/product-3.png differ diff --git a/images/guides/storefront-and-digital-product-delivery/store-front.png b/images/guides/storefront-and-digital-product-delivery/store-front.png new file mode 100644 index 0000000..277c288 Binary files /dev/null and b/images/guides/storefront-and-digital-product-delivery/store-front.png differ