generated from commonknowledge/groundwork-starter-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jan Baykara edited this page Apr 14, 2022
·
12 revisions
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).
In Stripe, you must create zone-specific prices for products by adding shipping
to the price metadata. For the shipping code ROW
, add shipping: ROW
. If no price for the zone can be found, the basic
price will be used instead.
- 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.