Last active
December 24, 2019 11:02
-
-
Save octipus/73000470e70b83e668134b6cf81657e9 to your computer and use it in GitHub Desktop.
Shopify cart alert notification message
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Shopify cart notification | |
## Using on Narrative theme add in the cart-drawer.liquid/cart-template.liquid to display an alert in the cart/ before checkout | |
<div style="padding:10px;"> | |
<h6> | |
<strong> | |
<span style="color:#c54245; font-size:20px;">!!!</span> | |
Orders placed up until 2nd January: | |
</strong><br> | |
Please allow for a 10 working day processing time from 3rd January. | |
</h6> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment