1. Click on Online store > Actions > Edit code.
2. Select theme.liquid.
3. if you find the “{% include ‘Appify_aca’ %}” line of a code, then the app is working.
4. However, if you want to place it somewhere else (like only in product page), you can.
5. Just cut the “{% include ‘Appify_aca’ %}” and paste in the related liquid file.
6. We recommend the best place for the snippet is under the “{{ content_for_header }}” line of code.
7. That’s it 😊.