Need a bit of help, I’ve been tasked with finishing a website construction project from my employer when the company they had originally hired on fell apart and could not finish the site. I’ve got 7 years of Shopify experience so I know the UI, how to edit code, majority of the basic and even some advanced elements, however I know nothing about Javascript itself.
The previous company had designed and setup a fairly nice calculator in the theme they were designing in, when I took over the page I wanted to use an official Shopify theme and had hoped I could just copy the files over and have it work. Sadly that is not the case.
In the ezone theme the calculator fully works, filling out the measurements auto populates the correct answer and the copy buttons work as intended. As far as I can tell the theme only had 3 code bits that made it work (2 asset files, 1 was the javascript code calculations itself, the other was an asset file that determined the buttons/tab visuals). The last code page was just the calculator page itself. I copied all 3 to the new theme, named them correctly, set the code file types properly and still cannot get it to work.
I suspect the original theme has some code or assets that I can’t find and because those are missing in the new Eurus Theme thats why its not running the calculations, but for the love of me I can’t narrow down the search. This is also why the tabs aren’t actually tabs and the radius section is just placed underneath instead of in the correct tab, I assume the old code had tabs defined in a support file or something of that nature. Any javascript masters got a quick minute to look it over and give me some pointers?