Author Topic: Embedding Not Working  (Read 8793 times)

Offline gevera

  • Newbie
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Embedding Not Working
« Reply #15 on: April 10, 2018, 12:16:15 PM »
My back page is https. The page with the embeded code is a local html just for testing. I have tried Firefox and Chrome with and without extensions. So far no luck

Also devtools tell me the error is here

/******** Script loader function ********/
   function script_loader( url ) {
      var script_tag = document.createElement('script');
      script_tag.setAttribute("type","text/javascript");
      script_tag.setAttribute("src",url);
      // Try to find the head, otherwise default to the documentElement
      (document.getElementsByTagName("head")[0] || document.documentElement).appendChild(script_tag);
      return script_tag;
   }
   

jquery hasn't been loaded. File not found. Error on the line 72 of the embed.js
« Last Edit: April 10, 2018, 12:24:47 PM by gevera »

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4359
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Embedding Not Working
« Reply #16 on: April 11, 2018, 08:49:42 PM »
Please attach HTML page you use with embed.
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

 

Powered by SMFPacks Social Login Mod