CTB
Kagami Theme Integration - CTB
CTB CTB theme integration Kagami Theme Integration
Step 1: Select the placeholder option Select the last option under the "position" setting in the bar configuration in the App Scrolling to the very end, and click the "Save" button to save the change Step 2: Add the bar Go to Admin > Online Store > Themes Click the "Actions" button on the right-hand side, and select "Edit code" Find header.liquid and open it Find <header class="header {% if settings Add following code after it and Save the changes. <div id="ctb_placeholder"></div> Enjoy the app Congratulations. You successfully integrate the app with your theme. If you cannot see the bar yet. Please double check Step...
BlockShop Theme Integration - CTB
BlockShop Theme Integration CTB CTB theme integration
Step 1: Select the placeholder option Select the last option under the "position" setting in the bar configuration in the App Scrolling to the very end, and click the "Save" button to save the change Step 2: Add the bar Go to Admin > Online Store > Themes Click the "Actions" button on the right-hand side, and select "Edit code" Find header.liquid and open it Find <div class="header--bg Add following code after it and Save the changes. <div id="ctb_placeholder"></div> Enjoy the app Congratulations. You successfully integrate the app with your theme. If you cannot see the bar yet. Please double check Step 1 and...
Modular Theme Integration - CTB
CTB CTB theme integration Modular 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 Part I Go to Admin > Online Store > Themes Click the "Actions" button on the right-hand side, and select "Edit code" Find header.liquid from the left-hand side file list and open it Find <header class="site-header Before this line, add the following code and save the changes. <div id="ctb_placeholder"> <script> var ctb_adjusted = false; $( "#ctb_placeholder" ).on( "ctb_fully_loaded", function(event, p1) {...
Envy Theme Integration - CTB
CTB CTB theme integration Envy Theme Integration
Step 1: Select the placeholder option Select the last option under the "position" setting in the bar configuration in the App Scrolling to the very end, and click the "Save" button to save the change Step 2: Add the bar Go to Admin > Online Store > Themes Click the "Actions" button on the right-hand side, and select "Edit code" Find header.liquid and open it Find {% capture header_logo %} Add following code before it and Save the changes. <div id="ctb_placeholder"></div> Enjoy the app Congratulations. You successfully integrate the app with your theme. If you cannot see the bar yet. Please double check Step 1 and...
Seiko Theme Integration - CTB
CTB CTB theme integration Seiko Theme Integration
Step 1: Add CSS Go to Admin > Online Store > Themes Click the "Actions" button on the right-hand side, and select "Edit code" Find custom.css from the left-hand side file list and open it Add following codes at the very end/beginning of the file and save the changes. #ctb_background{ z-index: 1000 !important; } Enjoy the app Congratulations. You successfully integrate the app with your theme.