Hii Really stuck in locating the corresponding Liquid code when trying to take over the coding job. Given the url, how to find the corresponding code in numerous code pool?
Liquid is a simple template language so it doesn’t have features like debugging, it doesn’t even have any good static analysis tooling.
Or if your familiar with javascript sourcemaps, etc Liquid has no such DX concepts like sourcemaps.
Start here https://shopify.dev/docs/themes/architecture
Note that just having a url does in no way guarantee that part of the goes is in a corresponding template for that page type.
As on top of snippets there is the section rendering api so code may be pulled in on the client side from elsewhere.
https://shopify.dev/api/section-rendering
Realistically until you know better you need to inspect the theme with devtools and search all the themes code locally for whatever string landmarks are relevant.
If you need debugging services you can contact me by my email for services.
Contact info in forum signature.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.
Good Hunting.
I’m adding some new feature written with JavaScript and HTML, after I’ve done this part I found really confused on where to insert into code base. Liquid is really weired I’m almost lost in the code pool