I’m working on creating a custom liquid app embed that I want to append to the card-product.liquid file in Shopify.
[For context, I am referring to the existing ‘card-product.liquid’ file in the Shopify code]
Specifically, I’m looking for assistance with the following:
- How can I insert my liquid code called ‘my-code.liquid,’ to append inside ‘card-product.liquid’?
- Additionally, I need to access the current product’s ID within ‘card-product.liquid’ to fetch relevant data for that product.
Any further details you need, I’m happy to provide.
Thanks!