generated from commonknowledge/groundwork-starter-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jan Baykara edited this page May 20, 2022
·
12 revisions
A guide for Left Book Club admin users.
- You can create membership plans here: https://leftbookclub.com/admin/app/membershipplanpage/
- Within the prices specified for a plan via Wagtail, you can attach the Stripe product or products plural that can be signed up for. These Stripe products will be listed on the plan page for selection by the user.
When a customer selects their country, their Shipping Zone will be identified and they'll be sent to the relevant zone-specific price, if one has been marked.
Add Shipping Zones via the admin panel, at /admin/snippets/app/shippingzone/
. If no Shipping Zones are configured, all countries will default to "ROW" (Rest of World).
Each shipping zone can have a rate that will be applied with each subscription.
To fulfil subscription members' book deliveries, you can export a list from this page: /admin/app/lbcsubscription/
.
You can filter by product and by subscription status.
In the top right of the page, you can export a XLSX or CSV spreadsheet file based on the currently active filters.
- Add books to the "Members-only books" collection on Shopify
- Ensure they are available to the
Django
shopping channel. - Ensure they have a
type
so that the right book shows up for visitors when they sign up for a series-specific membership plan
You might also want to:
- Hide these books from the public shopify site by unchecking "Online Store" in the right-hand side bar
- Add data like ISBN, subtitle, authors in the product page > "metafields" section