ECB — ECB theme integration

Fastor 1.0 and 3.0 theme integration - ECB

ECB ECB theme integration Fastor theme integration

Issue The bar is covering the menu on mobile devices. This solution works for Faster 1.0 and 3.0 versions.   Step 1: Add the CSS Go to Admin > Online Store > Themes Click the "Actions" button on the right-hand side, and select "Edit code" Find custom_code.scss and open it Add following code at very end of the file and Save the changes. #ecb_background{z-index:9900!important;}  

Read more →


Turbo Theme 2.0 Integration - ECB

ECB ECB theme integration Turbo 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 At top, add the following code and save the changes. <div id="ecb_placeholder"></div> Step 3: Add Part II Find app.js.liquid from the left-hand side file list and open it Add the following...

Read more →


Retina Theme Integration (legacy) - ECB

ECB ECB 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="ecb_placeholder"></div>   Step 3: Add the bar Part II Find app.js.liquid from the left-hand side file...

Read more →


Pipeline Theme Integration - ECB

ECB ECB theme integration Pipeline 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__wrapper Add following code after it and Save the changes. <div id="ecb_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 make...

Read more →


Prestige Theme Integration - ECB

ECB ECB theme integration Prestige 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 theme.scss.liquid from the left-hand side file list and open it Add following codes at the very end of the file and save the changes. #ecb_background{ z-index: 9 !important; } Enjoy the app Congratulations. You successfully integrate the app with your theme.

Read more →