opencart 2.3.02 - social media log in/registrer links do not work after installation

edited December 2016 in Questions
In example link below the social Login text appears, but not the social media links/logos.
http://proffinfo.com/shop/index.php?route=account/register If removing it from the layout positions the social login text appears (Thats why I also think the module are correctly installed).

Also all settings are set right in admin area regards to the oneall set up guide, it is also enabled in the layout positions. I get no error messages in any kind

What may be the cause that it not appears or work?

Best Answer

  • Claude_SchlesserClaude_SchlesserAdministratorOneAll Team
    Answer ✓
    Hello,

    you can use the same OneAll site for multiple website. You only need to add all of the domains to the "Allowed Domains" in your OneAll site.

    Regards,

Answers

  • Claude_SchlesserClaude_SchlesserAdministratorOneAll Team
    Hello,

    one of the files required by our plugin is missing:
    http://proffinfo.com/shop/catalog/view/javascript/oneall/frontend.js

    Please create the file /shop/catalog/view/javascript/oneall/frontend.js with the following contents:

    (function() { /* Extract URL Parameter */ function oa_get_url_param(url, param) { var regex, results; param = param.replace(/[\[]/, "\\\[").replace(/[\]]/, "\\\]"); regex = new RegExp("[\\?&]" + param + "=([^&#]*)"); results = regex.exec(url); return (results == null ? '' : results[1]); } /* Include OneAll Library */ function oa_include_library() { var tags, tag_src, subdomain, lang, lib; tags = document.getElementsByTagName('script'); tag_src = tags[tags.length - 1].src; subdomain = oa_get_url_param(tag_src, 'subdomain'); if (subdomain.length == 0) { if (window.console) { console.log('[OneAll] Missing subdomain. Library cannot not be loaded.'); } } else { lang = oa_get_url_param(tag_src, 'lang'); lang = (lang.length > 0 ? ('?lang=' + lang) : ''); lib = document.createElement('script'); lib.type = 'text/javascript'; lib.async = true; lib.src = '//' + subdomain + '.api.oneall.com/socialize/library.js' + lang; tags[0].parentNode.insertBefore(lib, tags[0]); } } oa_include_library(); })();

  • Hi
    I uploaded it to the folder now. Could you check and see, because it is the same problem still.

    Do I have to upload files to secondary languages to? I did it to the en_gb but not the norwegian.

    Appreciate your help.
  • Claude_SchlesserClaude_SchlesserAdministratorOneAll Team
    Hi Hans,

    I you open the link in your browser it's still indicated as not found.

    This file is missing:
    http://proffinfo.com/shop/catalog/view/javascript/oneall/frontend.js

    If you click on the link you see the error 404
  • I think I resolved the problem.

    One question. As i see now I must set up API and otjher for each site I want to use allone on. Is there possible to use the same FB set up on multiple sites? On same server but different domain names for example, or different sites installed on different servers. I want to avoid to set up API' in allone solution, on facebook and other places.

    Is it something offered in one of your products?

Welcome!

Please sign in to your OneAll account to ask a new question or to contribute to the discussions.

Please click on the link below to connect to the forum with your OneAll account.