How to place FSB in the cart notification - Dawn

Follow these instructions to insert the Free Shipping Bar into the cart notification for the theme Dawn.

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 Actions drop down(on the right side of the page) and click 'Edit Code'

On the left hand side, open the folder Snippets

Screen_Shot_2022-08-18_at_3.24.21_PM.png


Next, open the file cart-notification.liquid.
 

Screen_Shot_2022-08-18_at_3.25.01_PM.png



In that file find the code:

<div id="cart-notification-product" class="cart-notification-product"></div>
 
After that code, copy and paste in this code:

<div id="fsb_placeholder"></div> <div>&nbsp;</div>

Like so:


This is the result:

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.