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 directly from xVoid.
- Go to Storefront in your dashboard
- Customize your theme and display settings
- Set your Page Slug (e.g.
shop) - Click Publish to Ghost
- Your shop is live at
yoursite.com/shop
Any changes you make to your storefront theme will auto-update the published page.
Option 2: Manual Embed Code
- Go to Storefront 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 that adds a floating cart icon to every page on your site.
- Go to Storefront → Cart Code
- Copy the cart widget code
- In Ghost Admin, go to Settings → Code injection
- Paste the code in the Site footer section
- Click Save
The cart button floats in the corner and shows the item count. It works on every page, not just your shop.
Customizing Appearance
Go to Storefront → Theme to customize how your shop looks. 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
Product Click Behavior
Under Display Options, you can choose what happens when a customer clicks a product:
- Modal Popup (default) - opens a popup overlay with product details
- Ghost Page - links to the full Ghost page (requires Ghost integration and published product pages)
Last updated