News:

AbanteCart v1.4.2 is released.

Main Menu

Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

Embedding Not Working

Started by empmdk, January 22, 2017, 11:25:49 PM

Previous topic - Next topic

gevera

#15
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

abantecart

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

Forum Rules Code of conduct
AbanteCart.com 2010 -