I'm working on Shopify public app development. As the part of my app functionality, I have to put some liquid code in some of the front files like
i) sections/cart-template.liquid ii) sections/product-template.liquid etc.
I have automated the code putting process through the code in the default template[Debut].
Can I implement these in all themes?
I have checked the others themes and found that template structure of each theme is different. Is any possible method available to make these template changes automated in all themes?