Drobne dostosowanie Javascript

Zlecenie zamknięte
no avatar
Krzysztof Ociepa
Zleceniodawca
1 umowa
Kategoria zlecenia:
Usługi programowania
Budżet:

Do negocjacji

Umiejętności:
Opublikowano:
Ważne do:

Opis zlecenia

Drobna zmiana w kodzie Javascript dotyczącego widgetu Trusted Shop. Jestem raczej zielony w JS i nie umiem sobie z tym poradzić. Widget na stronie insafe.store

Pomimo że np zmieniam 'disableTrustbadge' na 'true' to widget dalej jest widoczny.

Inne zmiany również nie działają.

<script>(function () {

var du = (document.querySelector('html').getAttribute('lang')=="pl");

var _mytsid = '';

if((du)){

_mytsid = 'XXXXXXX';

}

else{

_mytsid = '';

}

_tsConfig = {

'yOffset': '0', /* offset from page bottom */

'variant': 'default', /* text, default, small, reviews, custom, custom_reviews */

'customElementId': '', /* required for variants custom and custom_reviews */

'trustcardDirection': '', /* for custom variants: topRight, topLeft, bottomRight, bottomLeft */ 'customBadgeWidth': '', /* for custom variants: 40 - 90 (in pixels) */

'customBadgeHeight': '', /* for custom variants: 40 - 90 (in pixels) */

'disableResponsive': 'false', /* deactivate responsive behaviour */

'disableTrustbadge': 'false', /* deactivate trustbadge */

'trustCardTrigger': 'mouseenter', /* set to 'click' if you want the trustcard to be opened on click instead */ 'customCheckoutElementId': ''/* required for custom trustcard */

};

var _ts = document.createElement('script');

_ts.type = 'text/javascript';

_ts.charset = 'utf-8';

_ts.async = true;

_ts.src = 'widgets.trustedshops.com/js/' + _mytsid + '.js'; var __ts = document.getElementsByTagName('script')[0]; __ts.parentNode.insertBefore(_ts, __ts);

})();

</script>

Wymagane funkcje: