Where can I find the location of installed apps in theme code?

Hi - Am quite new to shopify.

Can someone tell me where in the theme code, I can see where / how an app is installed?

I assume it is in the theme.liquid file but I can see no reference to the apps I have installed on the site.

Am I missing somewhere where 3rd party apps sit and are started / run

Thanks

When an app is “installed”, it just means you can access it from the app section of your Shopify dashboard and you’ve allowed it access to certain parts of your store. It doesn’t “sit” on your theme.

Now for some apps, they may need to make changes to the frontend of your store. For those apps, they might change your theme code directly (and could be anywhere in the theme, not just theme.liquid). However, the more likely and recommended methods are embedded JS scripts (which run on your site but are not part of the theme) or as embedded app sections (for Online Store 2.0).

Hi @RareVinyl ,

In order to find the trails of codes left by a 3rd party app in the theme code, you should reach out to the app developers directly for assistance since each app has different places to add code to the theme. I highly recommend connecting with the app devs for the most accurate advice around where their app injects code/scripts, but I would suspect to find it in your liquid product templates in addition to your theme liquid.

If you find my answer useful, please mark it as a SOLUTION :slightly_smiling_face: