Skip to content

Instantly share code, notes, and snippets.

View e-dolan's full-sized avatar

Emma Dolan e-dolan

  • By Association Only
  • UK
  • 11:28 (UTC +01:00)
View GitHub Profile
1. add snippet to cart.liquid file at the bottom of the file
{% include 'upsell-modal' %}
2. add css to theme.liquid in the header
{{ 'upsell-modal.scss' | asset_url | stylesheet_tag }}