Follow these instructions to insert the Free Shipping Bar into the cart drawer for the theme Minimog.

 

First, ensure that the bar is set to manual placement in the bar configurations:

Screen_Shot_2022-08-18_at_1.23.39_PM.png

 

Next, you'll need to get into the code editing space. For that click on: 

1 ) Online Store
2) Themes
3) Then click the ellipses drop down(on the right side of the page)
4) 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.

Screen_Shot_2022-08-18_at_3.24.21_PM.png

 

 


In that file find this section:

<div class="m:flex m:flex-col m:h-full">
<div class="m-cart-drawer__header">
<h3 class="m-cart-drawer__title m:text-xl md:m:text-2xl m:font-medium">{{ 'cart.general.title' | t }}</h3>
{% if template.name != 'cart' %}
<div class="foxkit-cart-countdown-hook foxkit-cart-countdown-hook-drawer"></div>
{% endif %}
<div class="foxkit-cart-goal-hook"></div>
</div>



Just below that section, copy and paste in this code:

<div id="fsb_placeholder" style="height:54px;"></div> 


Like so:
Screenshot 2024-06-24 at 1.56.06 PM.png

 

Save and test.