Free standard shipping over $120  ·  30-day returns  ·  Melbourne studio, ships Australia-wide
Home / Store handbook

Handover

Running the store without touching code

Nine tasks that cover everything the shop needs day to day. Each one is written as the exact click path in the Shopify admin, so it can be followed by someone who has never seen it before.

01 · 3 min

Add a new product

Products, Collections and Navigation are already structured, so a new SKU only has to be filled in - nothing has to be wired up.

  1. Products → Add product. Title first: use the product name only, no keywords stuffed in. The URL handle is generated from it and should not be edited afterwards.
  2. Description: two or three short paragraphs. The template pulls the first line into the collection card, so make the first sentence do real work.
  3. Media: drag in the images. The first image is the one shown on collection pages. Upload at 2000 × 2500 px or larger and Shopify makes every smaller size itself.
  4. Pricing: enter the price and, if it is on sale, the Compare-at price. The theme shows the strikethrough and the red Sale badge automatically when compare-at is higher.
  5. Inventory: SKU, and tick Track quantity. Set the quantity per location. Leave Continue selling when out of stock off.
  6. Variants: add the Colour and Size options. Use the exact same option names as existing products so the swatches and filters keep working.
  7. Organisation: set Product type, Vendor, and tick the collection it belongs to. Add tags for anything you want to filter by later.
  8. Search listing: click Edit website SEO and write a 55-character title and a 150-character description. The app fills a default in, but a written one converts better.
  9. Set the status to Active, choose the sales channels, then Save. It is live and already in the menu, the collection page, the search index and the sitemap.
Worth knowing. The colour swatch is driven by a metafield called custom.swatch_hex. Paste a hex value like #B9744C and the round swatch appears everywhere in the theme. No hex, no swatch - nothing else breaks.

02 · 2 min

Run a promotion

Three different tools, and picking the wrong one is the most common way a sale goes wrong.

  1. A code the customer types - Discounts → Create discount → Amount off products, set a code like AUTUMN15. Best for newsletters and influencers because you can measure it.
  2. An automatic discount - same screen, choose Automatic. Applies itself in the cart with no code. Best for "spend $150, save 15%" and for the free-shipping threshold.
  3. A marked-down price - edit the product, move the current price into Compare-at price and type the new lower price. Only this option shows the strikethrough and the Sale badge on the storefront.
  4. To put a sale banner across the top of the site: Online Store → Themes → Customise → Announcement bar. Change the text, pick a colour, Save. It is a theme section, not code.
  5. To end a sale, remove the compare-at price or set the discount to expire. Diarise it - an expired-looking sale that is still running is the fastest way to train people to wait for the next one.
Worth knowing. Set an end date on every discount when you create it. A code with no end date will still be circulating on a coupon site two years from now.

03 · 5 min

Change the homepage

The homepage is built from sections. Every one can be reordered, hidden or duplicated from the theme editor.

  1. Online Store → Themes → Customise.
  2. The left column lists the sections: Announcement bar, Header, Hero, Trust bar, Featured collection, Collection list, Editorial split, Quote, Journal, Footer.
  3. Drag to reorder. Click the eye to hide one for a while without deleting it.
  4. Add section puts another block in - a second featured collection for a seasonal edit, for example. Point it at a collection and it fills itself.
  5. Theme settings → Colours changes the whole palette. Typography changes both fonts. Every page follows immediately, because nothing anywhere hard-codes a colour.
  6. Save. Or use Save as draft theme to try something without the public seeing it, then publish when you are happy.
Worth knowing. Duplicate the live theme before any big change: Themes → ... → Duplicate. It is the undo button, and it takes four seconds.

04 · 2 min

Stock and reordering

Stock is tracked per variant, and the storefront reacts on its own.

  1. Products → Inventory shows every variant and its quantity. Edit the number inline, or use Adjust available to add a delivery.
  2. Bulk update: Export as CSV, edit the quantity column in a spreadsheet, Import. This is the fastest way to reconcile after a stocktake.
  3. When a variant hits zero the swatch is greyed out and the Add to cart button becomes Sold out. Nothing needs to be switched off.
  4. Analytics → Reports → ABC analysis by product tells you what to reorder before it tells you what to discount.
  5. Set a low-stock email: Settings → Notifications, or use the Stocky app if you want per-variant thresholds.

05 · 1 min

Fulfil an order

Orders arrive in the admin, the phone app, and by email.

  1. Orders → open the order → Fulfil item.
  2. Buy the label through Shopify Shipping - it is cheaper than the counter rate and the tracking number is attached to the order automatically.
  3. The customer is emailed a tracking link the moment the label is printed. You do not have to send anything.
  4. For a refund: open the order → Refund, choose the lines and whether to restock. Partial refunds are fine.
  5. On a phone: the Shopify app does all of the above, including buying labels.

06 · 4 min

Shipping and taxes

Set up once, and left alone unless the carrier changes their prices.

  1. Settings → Shipping and delivery → the Domestic profile holds the Australian zone: Standard $9.95, free over $120, and Express $14.95.
  2. The International profile holds New Zealand, Singapore, the UK and the US, priced by weight. Weight comes from the product, so fill the weight field in when adding a SKU.
  3. To change the free-shipping threshold, edit the rate and the announcement bar text and the cart progress bar setting. Three places, all in the admin.
  4. Settings → Taxes and duties: Australia is set to prices including GST, which is what Australian shoppers expect to see.
  5. Duties and import taxes are collected at checkout for international orders so customers are never surprised at the door.
Worth knowing. Local pickup is configured for the Brighton studio and switched off. Turn it on in Shipping and delivery → Local pickup when you want it.

07 · 2 min

The apps, and why only these

Every app adds JavaScript to the storefront, and every script slows it down. Four is what this store needs.

  1. Judge.me Reviews (free plan) - review request emails, star ratings in Google results. Lazy-loaded, so it costs nothing until someone scrolls to it.
  2. Shopify Email + Abandoned checkout - the recovery emails are built into Shopify itself, so there is no third-party script at all. Three sends: 1 hour, 24 hours, 72 hours.
  3. Yoast SEO or Shopify's built-in fields - structured data, meta titles, redirects. The theme already outputs Product, Store and FAQ schema, so a heavy SEO app would only duplicate it.
  4. Shopify Forms - newsletter capture. Free, first-party, no external script.
  5. Before installing anything else, ask what it adds to the page weight and whether the theme already does it. Most "must-have" apps are re-selling something Shopify includes.
Worth knowing. Uninstalling an app does not always remove its code. After removing one, check Online Store → Themes → Edit code → theme.liquid for leftover script tags, or ask us to check.

08 · 3 min

Keep the SEO tidy

The technical side is done. What is left is the writing, and it is monthly, not daily.

  1. Every product needs a written meta title (under 60 characters) and description (under 155). Products → product → Edit website SEO.
  2. Never change a product handle once it is live. If you must, Shopify offers to create a redirect - accept it.
  3. Collection pages need a real paragraph of text at the top. Google has nothing else to read on a page of thumbnails.
  4. One journal post a month, answering a question customers actually ask, beats ten thin posts about the brand.
  5. Check Online Store → Navigation → URL redirects after any restructure, and Google Search Console for 404s once a month.

09 · 1 min

What not to touch

Everything above is safe to change. These are the few that are not.

  1. Do not edit files under Edit code unless you know Liquid. Everything designed to change is exposed as a theme setting.
  2. Do not rename or delete the existing product options (Colour, Size). The swatches and filters key off those exact names.
  3. Do not delete a collection that is in the menu - remove it from Navigation first, or the menu will point at a dead page.
  4. Do not change a product handle on a product that has been live and indexed.
  5. Do not install two apps that do the same job. Two review apps means two sets of scripts and two sets of stars.
Still stuck?
Thirty days of support are included after launch, and there is a written answer for every question in this handbook. Contact the studio.