A long list, grouped loosely from general → specific. If you’re looking for a fix for something visibly broken, see common issues instead.Documentation Index
Fetch the complete documentation index at: https://voyage-theme.fasil.in/llms.txt
Use this file to discover all available pages before exploring further.
Can I use Voyager for non-fashion stores?
Can I use Voyager for non-fashion stores?
Does Voyager require a build step or npm?
Does Voyager require a build step or npm?
package.json, no node_modules, no compile step. You can edit any file directly in the Shopify code editor and see the result on save.Will the hero video autoplay on mobile?
Will the hero video autoplay on mobile?
muted, playsinline, and loop — all of which Voyager sets by default. As long as your MP4 has no embedded audio (or is silent) and is under 4 MB, it will autoplay on iOS Safari, Android Chrome, and every modern desktop browser.How big should product images be?
How big should product images be?
Does Voyager support multi-currency and multi-language?
Does Voyager support multi-currency and multi-language?
money filter, so currencies follow the shopper’s chosen market.Why does my announcement bar show 'Currently sailing'?
Why does my announcement bar show 'Currently sailing'?
Can I have more than one collection on the homepage?
Can I have more than one collection on the homepage?
How do I show variant images on the PDP?
How do I show variant images on the PDP?
How do I disable the cinematic page-transition curtain?
How do I disable the cinematic page-transition curtain?
My Lighthouse performance score dropped after adding apps. What do I do?
My Lighthouse performance score dropped after adding apps. What do I do?
<script> tags into your theme code.Does Voyager support subscriptions?
Does Voyager support subscriptions?
Can I use a custom domain for the docs site?
Can I use a custom domain for the docs site?
docs.your-domain.com while the storefront runs on your-domain.com.How do I migrate from another theme?
How do I migrate from another theme?
- Install Voyager as unpublished. The current theme keeps serving while you customize Voyager.
- Audit content. Walk the homepage and product page templates. Most content (logo, copy, product images) carries over automatically; section-specific settings need re-entering.
- Decide Classic vs New customer accounts. Voyager’s customer pages only render under Classic. Switch in Settings → Customer accounts.
- Re-brand the Checkout. Match your Checkout colors to Voyager — see checkout branding.
- Test on staging. Use the preview URL Shopify generates for unpublished themes. Walk a full purchase flow.
- Publish. Themes → Voyager → Publish.
Will theme updates overwrite my customizations?
Will theme updates overwrite my customizations?
templates/*.json and config/settings_data.json) are preserved across theme updates. Code edits (changes to .liquid files, custom CSS, modified JavaScript) are not — they’ll be overwritten if you re-install Voyager.If you’ve made code changes, fork the theme (duplicate it in your admin before applying updates) and merge changes manually.Can customers leave reviews?
Can customers leave reviews?
How do I add a size guide?
How do I add a size guide?
- Inline link. Product template → Variant picker block → paste a URL in Size guide link. A small link appears alongside the size selector.
- Modal. Use the Custom Liquid block on the PDP to inject a “Size guide” button that opens a modal. Most third-party size-finder apps also expose a block.
Is Voyager RTL-compatible?
Is Voyager RTL-compatible?
What font does Voyager use?
What font does Voyager use?
Can I sell digital products?
Can I sell digital products?
How do I add a press logo strip?
How do I add a press logo strip?
How do I add a testimonial section?
How do I add a testimonial section?
Can I customize the loader?
Can I customize the loader?
assets/premium.css. The intro loader is a CSS-only animation pinned to the viewport — color, duration, and exit easing are all CSS variables at the top of the file. Most merchants leave it alone; if you want to swap the wordmark inside the loader, replace the SVG referenced in snippets/intro-loader.liquid.How do I add Made-to-Measure?
How do I add Made-to-Measure?
- Quick. Configure the Bespoke CTA block on the PDP (Product template → Bespoke CTA block) and point it at
/pages/made-to-measure. Create that page in Online Store → Pages with your booking form (a Typeform, a Calendly, or a Custom Liquid block embedding your scheduler). - Full. Create a dedicated template —
templates/page.bespoke.liquid— that renders a multi-step booking flow. This requires custom Liquid work.
Does Voyager have a wishlist?
Does Voyager have a wishlist?
localStorage by default — a per-browser, per-device list. For a persistent cross-device wishlist tied to a customer account, integrate a wishlist app (Wishlist Plus, Wishlist King). The hover button toggle in Theme settings → Cards → Show wishlist hover button controls the icon’s visibility.Can I A/B test sections?
Can I A/B test sections?
- Shopify Plus. Plus stores can run multiple themes simultaneously via the Theme Library and serve them to different segments.
- App. Tools like Intelligems, Visually, and Convert work across all Shopify plans and let you A/B test by section or by URL.
Why is the cart drawer empty after I added a product?
Why is the cart drawer empty after I added a product?
theme.js around the cart update, the AJAX response isn’t being parsed.Common cause: a third-party app has injected a script that intercepts the add-to-cart event. Disable suspect apps one at a time and retest.How do I add app blocks to the homepage?
How do I add app blocks to the homepage?
- App’s native section. Most modern apps ship their own section. Add section → scroll to the app section (under the divider).
- Custom Liquid section. Add section → Custom liquid → paste the app’s embed snippet.
Will the theme work on Shopify Basic plan?
Will the theme work on Shopify Basic plan?
How do I add a video to the homepage?
How do I add a video to the homepage?
- Hero section — full-bleed cinematic video with overlay copy. Use the first slide’s video slot.
- Video section — a standalone video within the homepage rhythm, with a caption underneath. Add section → Video.
Why does the offer popup appear every time?
Why does the offer popup appear every time?
sessionStorage. Closing the browser tab clears the gate, so on the next visit you see it again. This is intentional — most stores want returning visitors to see the offer once per session, not once ever.If you want once-ever, edit assets/popup.js and change sessionStorage to localStorage. The popup will respect the dismissal indefinitely.How do I disable the offer popup?
How do I disable the offer popup?
Can I customize email templates?
Can I customize email templates?
Does Voyager work with Shop Pay?
Does Voyager work with Shop Pay?
How do I get help if I'm stuck?
How do I get help if I'm stuck?