How to place FSB in cart drawer - Sense
*** Bar doesn't load consistently. This placement is not recommended for this theme ***
Follow these instructions to insert the Free Shipping Bar into the cart drawer for the theme Sense.
First, ensure that the bar is set to manual placement in the bar configurations:
Next, you'll need to get into the code editing space. For that click on:
1 ) Online Store
2) Themes
3) Then click Actions drop down(on the right side of the page) and click 'Edit Code'
On the left hand side, open the the Snippets folder. In there you'll find the file cart-drawer.liquid. Open that file.
In that file find this section:
<div class="drawer__header">
<h2 class="drawer__heading">{{ 'sections.cart.title' | t }}</h2>
<button class="drawer__close" type="button" onclick="this.closest('cart-drawer').close()" aria-label="{{ 'accessibility.close' | t }}">{% render 'icon-close' %}</button>
</div>
After that section, copy and paste in this code:
<div id="fsb_placeholder"></div> <div> </div>
Like so:
This should be the result: