GlemorDocs
Team guide

Team guide

What you can change yourself, where you change it, and how long it takes to show up.

This section is for the people who run Glemor, not for developers. It assumes you can log in to a website and fill in a form, and nothing more than that.

What you can change without a developer

You can do all of this yourself, from the Medusa admin:

  • Add a new scent, or take one off sale
  • Change a price, a name, or the description on a product page
  • Upload the real photograph for a product
  • Correct the scent notes, and mark them as confirmed

These need a developer, because they live in code:

  • Changing the wording on the home page, the About page or the footer
  • Adding a stockist
  • Turning on card payment (that needs Stripe keys set on the server)

Where things live

The admin is at glemor-admin.cenvora.dev/app. That is where the catalogue lives — every product, price, description and photo.

The shop is at glemor-storefront.cenvora.dev. It reads the catalogue from the admin. It does not have its own copy that someone has to keep in step.

Orders do not appear in the admin, and online payment is not switched on yet. Read Orders and payment before you go looking for an order list.

How long a change takes

A change you make in the admin appears on the live shop within five minutes. There is nothing to press and nobody to ask. If it has been longer than that, something is wrong — see Getting a change live.

Two rules that are not style preferences

Glemor is a real business, and two things on this site are promises to a customer:

  1. Prices are exact. The number you type in the admin is the number a customer is charged. There is no rounding and no second place to check.
  2. Scent notes say whether they are confirmed. Only Pear Silk's notes are verified. Every other product page tells the customer its notes are indicative. Do not remove that line from a product whose notes nobody has actually confirmed — read Scent notes before you touch one.

On this page