Set up Multiple Discounts for Theme 1.0 by template files

Quick setting up for Theme 1.0

When you use one of the theme: Debut, Minimal, Boundless, Brooklyn, Express , Narrative, Simple, Supply, or Venture, please follow it step by step to quickly setup the Multiple Discount app.

Step 1: Expand the menu Online Store and choose Theme. In the Current theme's section, choose Actions and then Edit code as below

Step 2: Expand the menu Online Store and choose Themes. In the Current theme section, choose Actions and then Edit code as below:

Step 3: Put below code before </head> tag in theme.liquid

{{ 'jquery-2.2.3.min.js' | asset_url | script_tag }} 
<script src="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js" type="text/javascript" defer="defer"></script> 
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-tagsinput/0.8.0/bootstrap-tagsinput.js" defer="defer"></script>
<link rel="stylesheet" href="https://bootstrap-tagsinput.github.io/bootstrap-tagsinput/dist/bootstrap-tagsinput.css">

Step 4: Save and refresh the store

Last updated