2
votes

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!

1
This question is broader and more open-ended than can reasonably be addressed in StackOverflow's Q&A format. Please read "How do I ask a good question?". Most good questions include a minimal, reproducible example. If you can distill a single technical question with a minimal, reproducible example, you will likely get better results. Or try another forum -- certain social media, search engines, etc. - Will Cain

1 Answers

2
votes

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