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.
- Open theme.liquid (if you want to install the app on your current theme, click here to open the file)
- Add a new line at the top of the file
- Add this code on this new line: {% capture skt_all %}
- Scroll all the way to the bottom of the file and add a new line.
- Paste this code on this new line: {% endcapture %}{% include 'skt-process' %}
- Save the file.
Be sure to not modify the code snippets above.