I am receiving an “Access is Denied” error in internet explorer as shown in the screenshot below:
The strange part is that if I refresh it a few times, occasionally the page will load without errors and the script runs fine which lead me to believe that the option_selections script would load before the core013, but I tried moving the script and got the same results.


I am working on a website in Shopify and do not have access to core013.js in the first error. I do however have control over the option_selection.js. ( I can execute it before or after core013.js code. I have placed the option_selection.js code above and below the core013 script with the same results.
The site in question is located here.
Ok, I fixed the issue. Basically I not only needed to move the option_selection.js up to the top but I also needed to move the code that called it to the top as well. Arg… embarrassingly simple…