FSB — FSB theme integration

React Theme Integration - FSB

FSB FSB theme integration React Theme Integration

Step 1: Select the placeholder option in FSB 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 FSB 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 In the file, find <body class="{% if customer %}customer-logged-in {% endif %} Add following code right after it and save the changes. <div id="fsb_placeholder">     <script>         var...

Read more →


Grid Theme Integration - FSB

FSB FSB theme integration Grid Theme Integration

Step 1: Select the placeholder option in FSB 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 from the left-hand side file list and open it Find <header Add the following code before it, and save the changes. <div id="fsb_placeholder"></div>   Step 3: Add CSS Find theme.scss.liquid from the left-hand side file list and open it Add the following code at the very end of the...

Read more →


Timber Theme Integration - FSB

FSB FSB theme integration Timber Theme Integration

Step 1: Select the placeholder option 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 Find <div id="PageContainer" class="is-moved-by-drawer"> Add following code after it and save the changes. {% if template contains 'index' %}     <div id="fsb_placeholder">         <script>             var fsb_adjusted = false;             $( "#fsb_placeholder" ).on( "fsb_fully_loaded", function(event,...

Read more →


Venture Theme Integration - FSB

FSB FSB theme integration Venture 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="site-header__upper page-width"> Add the following codes right before it, and save the changes. <div id="fsb_placeholder"></div>   Enjoy the app Congratulations. You successfully integrate the Free Shipping Bar app with your Venture theme. If you cannot see the bar yet....

Read more →


Empire Theme Integration - FSB

Empire Theme Integration FSB FSB theme integration

Step 1: Select the placeholder option in FSB 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 FSB Part I Go to Admin > Online Store > Themes Click the "Actions" button on the right-hand side, and select "Edit code" Find static-header.liquid from the left-hand side file list and open it In the file, find <section class="site-header">  Add this codes before it and save the changes <div id="fsb_placeholder"></div> Step 3: Add FSB Part II Find theme.liquid from the left-hand side...

Read more →