News:

AbanteCart v1.4.2 is released.

Main Menu
support

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - gevera

#1
General Support / Re: Embedding Not Working
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
#2
General Support / Re: Embedding Not Working
April 09, 2018, 10:19:51 PM


Since I cant attach links, I am attaching a screenshot
#3
General Support / Re: Embedding Not Working
April 06, 2018, 06:59:12 PM
Enable Storefront Embed is set to ON

This error I get in Chrome Developer Console

GET file://back.yaskan.com/index.php?rt=r/embed/js net::ERR_FILE_NOT_FOUND

Apparently, the embed.js file is not seen or accessible.

Forum Rules Code of conduct
AbanteCart.com 2010 -