I’m trying to figure out how to get my app’s html div onto the products page of shopify. I am creating an APP based on quantity breakdown feature using laravel. I need to add HTML code onto product page as shown below.
In right, you can see the HTML code just above the ADD TO CART button. I need to do exactly the same.
As my app will work on different themes, and every theme have its own layout. I don’t think using script tag it will work. Please give me a solution to do it without using script tags.
Please note that I am working with Laravel.
Thanks in advance!
2
Answers
You can use an App Proxy for one. Or a Script Tag for another. Your choice. Choose the one that makes you happiest.