Reputation: 177
I have a small React application, that I want to run on every Cart-page of my Shopify store. So far all I have found out is how to make a react-app for the Shopify admin, but I want it to be something the customer can interact with.
Additionally, the application needs the pictures of the product on which cart it currently is on. How can I implement my react application like that?
Thanks in advance!
Upvotes: 3
Views: 1734
Reputation: 177
After some hours of research, I found an answer online that worked for me. It uses the App-Proxy option you have for Shopify applications.
This is the link where mert86 answered the question on the Shopify forum: https://community.shopify.com/c/Shopify-APIs-SDKs/How-to-render-HTML-in-my-theme-via-app-created-with-React/m-p/669730
Upvotes: 3