Skip to content

Instantly share code, notes, and snippets.

@octipus
Last active December 24, 2019 11:02
Show Gist options
  • Save octipus/73000470e70b83e668134b6cf81657e9 to your computer and use it in GitHub Desktop.
Save octipus/73000470e70b83e668134b6cf81657e9 to your computer and use it in GitHub Desktop.
Shopify cart alert notification message
## 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;">&#33;&#33;&#33;</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