Embed Your Shop
Add your shop to Ghost via the API or by pasting embed code.
Option 1: Auto-publish to Ghost (recommended)
If you've connected your Ghost Admin API key, you can publish your shop straight from Mytho. It's the tidier route, and it saves you the copy-and-paste.
- Go to Storefront in your dashboard
- Customize your theme and display settings
- On the Shop Code tab, set your Page slug (e.g.
shop) - Click Publish to Ghost
- Your shop is live at
yoursite.com/shop
Any change you make to the storefront theme updates the published page automatically.
Option 2: Paste the embed code
- Go to Storefront → Shop Code in your dashboard
- Click Copy code
- In Ghost Admin, create a new page
- Add an HTML card
- Paste the embed code
- Publish the page
Adding the cart button
The cart button is a separate snippet. It drops a floating cart icon onto every page of your site.
- Go to Storefront → Cart Code
- Copy the cart widget code
- In Ghost Admin, go to Settings → Code injection
- Paste the code into the Site footer section
- Click Save
The cart button sits in the corner and shows the item count. It follows the customer on every page, not only the shop.
Customizing appearance
Go to Storefront → Theme to change how your shop looks. A save bar sits at the bottom of the page; it flags unsaved changes until you click Save theme. You can adjust:
- Colors: background, card, text, borders, accent, and sale badge
- Fonts: heading and body fonts from Google Fonts
- Button style: square, rounded, or pill
- Display options: stock badges, tag pills, and product click behavior
What happens when a customer clicks a product
It depends on whether Ghost is connected:
- With Ghost connected: clicking a product card opens its full Ghost product page. Turn on Show Quick View in Display Options to add a small eye button that opens a quick popup preview instead.
- Without Ghost: clicking a product card opens a popup with the product details.
Last updated