> For the complete documentation index, see [llms.txt](https://cranford-tech.gitbook.io/stripe-checkout-shopping-cart-plugin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cranford-tech.gitbook.io/stripe-checkout-shopping-cart-plugin/introduction.md).

# Introduction

The Stripe Checkout (Shopping Cart) plugin makes it easy to allow users of your app to pay for multiple products/services at the same time using a Stripe Checkout Session. Users can purchase both one-off and subscription products/services at the same time.

<figure><img src="/files/5wcjoKpxopOXKHPVlYra" alt=""><figcaption><p>Example of Stripe Checkout Session with Multiple Products</p></figcaption></figure>

### Useful links

* [Plugin page](https://bubble.io/plugin/stripe-checkout-shopping-cart-1688799678956x627756525425786900)
* [Demo app](https://shopping-cart-demo-67649.bubbleapps.io/version-test/)

### What the plugin can be used for

* To create "Shopping Cart" experiences where the user can purchase multiple items at once
* The most typical use case is an ecommerce app where the user is purchasing multiple items from the platform (like Amazon)

### Tutorial Video

{% embed url="<https://www.youtube.com/watch?v=aRsvpQZToOA>" %}

### Documentation sections

* [Installing the plugin](/stripe-checkout-shopping-cart-plugin/installing-the-plugin.md)
* [Configuring Stripe API keys](/stripe-checkout-shopping-cart-plugin/configuring-stripe-api-keys.md)
* [Setting up your database](/stripe-checkout-shopping-cart-plugin/setting-up-your-database.md)
* [Adding items to the shopping cart](/stripe-checkout-shopping-cart-plugin/adding-items-to-the-shopping-cart.md)
* [Creating Checkout Sessions](/stripe-checkout-shopping-cart-plugin/creating-checkout-sessions.md)
* [Saving down details of a transaction to your database](/stripe-checkout-shopping-cart-plugin/saving-down-details-of-a-transaction.md)
* [Support queries](/stripe-checkout-shopping-cart-plugin/support-queries.md)
