> For the complete documentation index, see [llms.txt](https://help.memberply.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.memberply.com/creating-your-membership-tiers/enable-membership-selling-plans-for-quick-add-and-quick-view.md).

# Enable membership selling plans for quick add and quick view

The **Memberply Membership selling plans** app embed should be enabled for recurring membership products. It is part of the standard storefront setup because Shopify requires recurring products to be added to cart with a selling plan.

The app embed is especially important when Shopify themes let customers add products to cart from places outside the main product page, such as:

* collection product cards
* quick add buttons
* quick view popups
* custom membership landing pages

The **Memberply Subscription Details** block shows the visible purchase option UI on the membership product page. The **Membership selling plans** app embed works in the background and makes sure add-to-cart requests include the correct Shopify selling plan.

## When to use this

Enable this app embed for recurring membership tiers. It is also the first thing to check if:

* customers see an error when using quick add or quick view
* the membership product does not add to cart correctly from a collection, landing page, or product card
* your theme displays membership products in product grids with an Add to cart button
* your theme has quick view popups for membership products

## Add the app embed to your theme

1. In the Shopify dashboard, on the left sidebar, click **Themes**.
2. On the right side, click **Customize** next to your theme.
3. In the top left corner, click **App embeds**.
4. Enable **Memberply Membership selling plans**.
5. Click **Save**.

This app embed does not add anything visible to your storefront and does not need any extra settings. It works in the background when a customer clicks an add-to-cart button for a membership product.

## Important note

You should still keep the **Memberply Subscription Details** block on your membership product page.

The **Membership selling plans** app embed does not display purchase options or subscription details. It only makes sure add-to-cart buttons include the correct Shopify selling plan.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.memberply.com/creating-your-membership-tiers/enable-membership-selling-plans-for-quick-add-and-quick-view.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
