var script = document.createElement('script');
script.onload = function () {
    ComfinoProductWidget.init({
        widgetKey: '6e7ed405-f119-41d3-8492-0cdb7d472cee',
        priceSelector: 'span.current-price-value',
        widgetTargetSelector: 'div.product-actions',
        priceObserverSelector: '',
        priceObserverLevel: 0,
        type: 'with-modal',
        offerType: 'CONVENIENT_INSTALLMENTS',
        embedMethod: 'INSERT_INTO_LAST',
        numOfInstallments: 0,
        price: null,        
        productId: 3150,
        productPrice: 83,
        platform: 'prestashop',
        platformVersion: '1.7.8.10',
        platformDomain: 'airsoftarmory.pl',
        pluginVersion: '3.5.4',
        availOffersUrl: 'https://airsoftarmory.pl/module/comfino/availableoffertypes?product_id=3150',
        callbackBefore: function () {},
        callbackAfter: function () {},
        onOfferRendered: function (jsonResponse, widgetTarget, widgetNode) { },
        onGetPriceElement: function (priceSelector, priceObserverSelector) { return null; },
        debugMode: window.location.hash && window.location.hash.substring(1) === 'comfino_debug'
    });
};
script.src = 'https://widget.comfino.pl/comfino.min.js';
script.async = true;
document.getElementsByTagName('head')[0].appendChild(script);