Skip to content
Jan Baykara edited this page Apr 27, 2022 · 12 revisions

A guide for Left Book Club admin users.

Membership Subscription Products/Prices

Which products show up on the website?

Stripe products that have metadata pickable: 1 are displayed

Which prices are used?

  • 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")

Shipping zones

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.

Fulfilment

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.

Shopify Book Products

  • 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

Technical

  • There is a custom app installed in the Shopify store, that is responsible for the integegration.
Clone this wiki locally