This page is intended for Shopify theme developers.
If your store has a custom-developed Shopfiy theme deployment process, there are a few things to be aware of when integrating with Replo.
Replo Templates
For most pages, Replo creates a Shopify page and generates the page's content. However, in the case of Sections and certain types of pages, Replo may create a page template instead.
Any template created by Replo will be prefixed with replo.
, e.g. templates/page.replo.my-page.liquid
or sections/replo.my-section.liquid
. If your theme uses a custom deployment process, we recommend downloading the current theme and preserving content which contains replo
before pushing changes.
Theme Uploads in Replo
Replo allows users to upload images and videos to the current theme. If your store has a custom theme deployment process, it might be the case that these assets may sometimes get overwritten. To integrate seamlessly with Replo, take care to preserve unknown asset files during your theme deployment.
If you have custom requirements about the ability to upload assets, please reach out at support@replo.app.