FSB

How to update your free shipping goal?

FSB FSB FAQs

Steps to update the free shipping goal in the app: Click the "Free Shipping Bar by Hextom" app in the App tab of Shopify Admin; Click "Edit" button on the bar you want to edit; Scroll down and find the "Goal" field; Update your new "Goal"; Scroll down to the very end of the page and click "Save" button.    

Read more →


Supply theme integration - FSB + QAB

FSB FSB theme integration QAB QAB theme integration

Can I integration both FSB and QAB with the Supply theme? Yes, it is feasible. We have prepared a solution for your theme: https://hextom-knowledgebase.myshopify.com/blogs/fsb/supply-theme-integration-fsb https://hextom-knowledgebase.myshopify.com/blogs/qab/supply-theme-integration-qab After you complete both guides, the bars should work correctly on your website. Please follow the instructions, and let us know if there are questions. :)

Read more →


Fastor 2.0 Theme from RoarTheme Integration - FSB

Fastor 2.0 Theme from RoarTheme Integration FSB FSB theme integration

Using this guide if you want to have a sticky bar at the top of your website. 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 theme.liquid and open it Find <body class=" Add following code after it and Save the changes. <div id="fsb_placeholder">   <script>     var fsb_adjusted = false;...

Read more →


Shoptimized Theme Integration - FSB

FSB FSB 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="fsb_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. #fsb_background{z-index:9!important;margin-left:-15px!important;width:calc(100% + 30px)!important;}#fsb_background a{display:block;} Enjoy the app...

Read more →


Maker Theme Integration - FSB

FSB FSB 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="fsb_placeholder">   <script>     var fsb_adjusted = false;     $( "#fsb_placeholder" ).on( "fsb_fully_loaded", function(event, p1) {       if ((p1=='inserted' ||...

Read more →