Updating Site Content (No Coding Required)
Everything below can be done from your web browser through the Admin area -- no code editing needed.
Add or Remove a Product
- Log in as an admin and go to Admin → Products.
- Click + Add New Product, fill in the name, category, origin, price, and description, then click Save Product.
- Once saved, scroll to the Options section and add at least two option groups (e.g. "Size" / "500g" and "Grind" / "Whole Bean").
- To remove a product, click Delete next to it on the Products list.
Adding a New Product Photo
- Save your photo as a
.jpgor.pngfile. - Upload it into the
assets/images/folder on the server (via your hosting file manager or FTP client). - On the product's Edit page, set the Image Path field to
assets/images/your-file-name.jpgand save.
Adding a New Video
- Export your video as an
.mp4file (keep it under ~20MB for fast loading). - Upload it into
assets/videos/. - Update the
<source src="...">path on the relevant page (e.g. the home page video), or ask a site maintainer to point a new<video>block at it.
Switching the Look of the Whole Site
Go to Admin → Site Template and click any of the three theme cards (Regular, Autumn, Winter). The whole site updates immediately -- no file editing needed.
Need More Help?
See the Admin Guide for a full walkthrough of every admin screen.