Skip to content

Commit 6325c9b

Browse files
Guide on how to enable multiple subscriptions for single email (#6877)
* Guide on how to enable multiple subscriptions for single email * few changes * format * format * Update docs.json --------- Co-authored-by: Rishi <[email protected]>
1 parent 60f6ff5 commit 6325c9b

File tree

5 files changed

+24
-1
lines changed

5 files changed

+24
-1
lines changed
134 KB
Loading
145 KB
Loading
133 KB
Loading

docs/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@
509509
{
510510
"tab": "Guides",
511511
"icon": "book-open",
512-
"pages": ["guides/introduction", "guides/variants", "guides/disable-subscription-changes-in-customer-portal"]
512+
"pages": ["guides/introduction", "guides/variants", "guides/disable-subscription-changes-in-customer-portal", "guides/allow-multiple-subscriptions-per-customer"]
513513
},
514514
{
515515
"tab": "Changelog",
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: "How to allow multiple subscriptions per customer"
3+
sidebarTitle: "Allow multiple subscriptions per customer"
4+
description: "Learn how to allow multiple subscriptions per customer in Polar."
5+
---
6+
7+
<Steps>
8+
<Step title = "Go to Organization Settings">
9+
In the Polar dashboard sidebar, click on **Settings**.
10+
You can also go directly to:
11+
`https://polar.sh/dashboard/${org_slug}/settings`
12+
Scroll down to **Subscriptions** section.
13+
<img height="200" src="/assets/guides/enable-multiple-subscription/settings.png" />
14+
</Step>
15+
<Step title = "Toggle Allow multiple subscriptions">
16+
**Toggle ON** Allow multiple subscriptions to allow multiple subscriptions per customer.
17+
<img height="200" src="/assets/guides/enable-multiple-subscription/enable-multiple-subs.png" />
18+
</Step>
19+
<Step title = "Save the changes">
20+
Click **Save** in the **Subscriptions** section to save the changed settings.
21+
<img height="200" src="/assets/guides/enable-multiple-subscription/save-enabled-multiple-subs.png" />
22+
</Step>
23+
</Steps>

0 commit comments

Comments
 (0)