-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
A guide for Left Book Club admin users.
Stripe products that have metadata pickable: 1
are displayed
- For display purposes, the cheapest active (i.e. not archived) price (or a price with the nickname "basic") is used
- When a visitor selects their country, the site identifies which 'shipping zone' that refers to, and looks for the first active price with the
shipping
metadata set to that shipping zone code (e.g. "UK" or "ROW")
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, and they will show up on the website.
- (Remember 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
- There is a custom app installed in the Shopify store, that is responsible for the integegration.