Hi!
I’m currently facing a blocker with an application that I am building for Shopify for our store Pantrei (www.pantrei.com). This app is being created in Node.js and to break down what the app does: in the simplest of terms: the app takes in custom HTML and CSS files that we create for banners and puts them up on specific locations on the website.
So, for example, I have locations 1,2,3, and 4 where I can put up these banners. The challenge I am having is putting the banner HTML/CSS files in the locations I have defined. So through the app what is supposed to happen is that I tell it to put up the banner in location 1. but I cannot figure out a way to do this.
I was hoping there was some tool,API or functionality that I might be unaware of that would make this easier.
Would really appreciate all the help!