var pmaWidgetInstance6357d605ac365ae3749b0d77 = { debug: false, baseUrl: "https://public.pricemania.sk", exitLink: "https://www.pricemania.sk/exitv2/?data=0674853de2b6021388fff91b66a0fd35:1485a08aeb64ea8a2a39426100e2c279ef90174a30f5d6c439b311f27acb09b2760ed3210336204669c3926cf9734ac9fef9f6701e70ff9aadc93cfcdd90cd8df744805940be6b41ce75d639651b294b2820749924a6215e3d90aac01e1a813bdad1084623a5ff62cc3c1953e853f8ea2fd391f850db2ed4e5fa86955114dd37f49168f03a9923e8167725b966abcab1c46122909853060741ebe26f4522c76377c55f4f21279a4c38484c61b9f77f02990c294581aa65eada9f9fee3f5a92407249c5087a3d63b0ff32b3466d127a55", shop_name: "KNIHCENTRUM.sk", shop_logo: "https://y1.sk/t/s/130x50/6810.jpg", product_price: "15,21 €", product_shipping: "0,00 €", product_availability: "", initWidget: function(widgetId){ this.insertLinkToButton(widgetId); }, insertLinkToButton: function(widgetId){ const instance = this; const btns = this.findButtonWidgets(widgetId); for(var btn of btns){ instance.insertButtonVariables(btn); if(btn.tagName == "A"){ btn.href = this.exitLink; btn.target = "_blank"; btn.rel = "nofollow"; } else { btn.onclick = function(event){ event.stopPropagation(); window.open(instance.exitLink); } } } }, findButtonWidgets: function(widgetId){ var currentModalButtons = []; var modalButtons = document.getElementsByClassName(`pma-widget`); for(var modalButton of modalButtons){ if(modalButton.getAttribute('data-id') == widgetId){ currentModalButtons.push(modalButton); } } return currentModalButtons; }, insertButtonVariables: function(element){ element.innerHTML = element.innerHTML.replaceAll("{{shop_name}}",this.shop_name?this.shop_name:""); element.innerHTML = element.innerHTML.replaceAll("{{shop_logo}}",this.shop_logo?this.shop_logo:""); element.innerHTML = element.innerHTML.replaceAll("{{product_price}}",this.product_price?this.product_price:""); element.innerHTML = element.innerHTML.replaceAll("{{product_shipping}}",this.product_shipping?this.product_shipping:""); element.innerHTML = element.innerHTML.replaceAll("{{product_availability}}",this.product_availability?this.product_availability:""); } } docReady(function(){ pmaWidgetInstance6357d605ac365ae3749b0d77.initWidget("6357d605ac365ae3749b0d77"); }) function docReady(fn) { if (document.readyState === "complete" || document.readyState === "interactive") { setTimeout(fn, 1); } else { document.addEventListener("DOMContentLoaded", fn); } }