CTB — Retina Theme Integration
Retina Theme Integration (legacy) - CTB
CTB CTB theme integration Retina Theme Integration
Step 1: Select the placeholder option Select the last option under the "position" setting in the bar configuration in the App Check the “Pin the Bar” option Scrolling to the very end, and click the "Save" button to save the change Step 2: Add the bar Part I Go to Admin > Online Store > Themes Click the "Actions" button on the right-hand side, and select "Edit code" Find theme.liquid from the left-hand side file list and open it Find <div id="header" Add following codes before it and save the changes. <div id="ctb_placeholder"></div> Step 3: Add the bar Part II Find app.js.liquid from the left-hand side file...
Retina Theme Integration - CTB
CTB CTB theme integration Retina Theme Integration
Step 1: Select the placeholder option Select the last option under the "position" setting in the bar configuration in the App Check the “Pin the Bar” option Scrolling to the very end, and click the "Save" button to save the change Step 2: Add the bar Part I Go to Admin > Online Store > Themes Click the "Actions" button on the right-hand side, and select "Edit code" Find theme.liquid from the left-hand side file list and open it Find <div id="content_wrapper Add following codes after it and save the changes. <div id="ctb_placeholder"></div> Step 3: Add the bar Part II Find app.js.liquid from the left-hand side file...