CTB

Shoptimized Theme Integration - CTB

CTB CTB theme integration Shoptimized 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 Add following code after it and Save the changes. <div id="ctb_placeholder"></div> Step 3: Add the CSS Find timber.scss.liquid and open it Add following code at the very end of the file and Save the changes. #epb_background{z-index:9!important;margin-left:-15px!important;width:calc(100% + 30px)!important;}#epb_background a{display:block;} Enjoy the app...

Read more →


Maker Theme Integration - CTB

CTB CTB theme integration Maker 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 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 Add following codes at the very top of it and save the changes. <div id="ctb_placeholder">   <script>     var ctb_adjusted = false;     $( "#ctb_placeholder" ).on( "ctb_fully_loaded", function(event, p1) {       if ((p1=='inserted' ||...

Read more →


Kingdom Theme Integration - CTB

CTB CTB theme integration Kingdom Theme Integration

Step 1: Select the placeholder option in the app Select the last option under the "position" setting in the bar configuration in the App Select the “Pin the bar to the position” option 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 theme.liquid and open it In the file, find <body id="{{ page_title Add following codes right after it and Save the changes <div id="ctb_placeholder">   <script>     var ctb_adjusted = false;     $( "#ctb_placeholder" ).on( "ctb_fully_loaded",...

Read more →


Yourstore Theme Integration - CTB

CTB CTB theme integration Yourstore 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 settings.css from the left-hand side file list and open it Add following codes at the very end of the file and save the changes. body.no-scroll{transform: translate3d(0, 0, 0);} Enjoy the app Congratulations. You successfully integrate the app with your theme. If you cannot see the Free Shipping Bar yet. Please double check Step 1 and make sure you save the settings.

Read more →


Konversion Theme Integration - CTB

CTB CTB theme integration Konversion 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 theme.liquid from the left-hand side file list and open it Find <header> Add the following codes after it and save the changes. <div id="ctb_placeholder">   <script>     var ctb_adjusted = false;     $( "#ctb_placeholder" ).on( "ctb_fully_loaded", function(event, p1) {       if ((p1=='inserted' || p1=='inserted_sticky') && !ctb_adjusted ){         ctb_adjusted = true;         var...

Read more →