Shopkeeper Global content takes care of most installation steps by itself. 

However, there are a few manual code updates you need to complete to get up and running.

  1. Open theme.liquid (if you want to install the app on your current theme, click here to open the file)
  2. Add a new line at the top of the file
  3. Add this code on this new line: {% capture skt_all %}
  4. Scroll all the way to the bottom of the file and add a new line.
  5. Paste this code on this new line: {% endcapture %}{% include 'skt-process' %}
  6. Save the file.

Be sure to not modify the code snippets above.