(function appPromocjeWarianty($){let translations_array={"add_text":{"__default":"Dodaj do koszyka"}};let oldPrices={"120275":{"price":"4025.00"},"120276":{"price":"4076.00"},"120277":{"price":"4156.00"},"120278":{"price":"4230.00"},"120279":{"price":"4245.00"},"120280":{"price":"4443.00"},"119836":{"price":"927.00"},"119837":{"price":"977.00"},"119838":{"price":"1055.00"},"119839":{"price":"1269.00"},"119840":{"price":"1432.00"},"119841":{"price":"1668.00"},"119842":{"price":"1902.00"},"119843":{"price":"2117.00"},"120349":{"price":"1479.00"},"120350":{"price":"1570.00"},"120351":{"price":"1705.00"},"120352":{"price":"2197.00"},"120353":{"price":"2346.00"},"120354":{"price":"2718.00"},"120355":{"price":"3123.00"},"120356":{"price":"3505.00"},"120357":{"price":"927.00"},"120358":{"price":"977.00"},"120359":{"price":"1055.00"},"120360":{"price":"1269.00"},"120361":{"price":"1432.00"},"120362":{"price":"1668.00"},"120363":{"price":"1902.00"},"120364":{"price":"2117.00"},"120083":{"price":"239.20"},"120084":{"price":"239.20"},"120085":{"price":"250.40"},"120086":{"price":"362.40"},"120087":{"price":"364.00"},"120088":{"price":"390.40"},"120089":{"price":"430.40"},"120090":{"price":"470.40"},"120077":{"price":"1798.00"},"120078":{"price":"2085.00"}};let getTranslation=function getTranslation(var_name,current_lang=Shop.lang.name){if(!(current_lang in translations_array[var_name])){translation=translations_array[var_name]['__default'];}else{translation=translations_array[var_name][current_lang];} return translation;};let current_curr=Shop.values.currency?Shop.values.currency:"PLN";let priceFormater=new Intl.NumberFormat(Shop.lang.name.split('_').join('-'),{style:'currency',currency:current_curr});let priceFormat=function priceFormat(price){return priceFormater.format(price);};if(!$('body').hasClass('shop_product'))return;if($('.basket .price del').length==0)return;let APIloader=function APIloader(){if(!window.shoper){setTimeout(APIloader,0);} else{let productPrice=parseFloat($('.basket .price del').html().trim().replace(',','.').replace(' ',''));shoper.addEvent('stock:change',(e,stock)=>{let stockId=stock.sid;if(stockId in oldPrices){let oldPrice=null;switch(1){case 1:oldPrice=parseFloat(oldPrices[stockId].price);if(oldPrices[stockId].price_type=='0')oldPrice=productPrice;else if(oldPrices[stockId].price_type=='1')oldPrice=productPrice;else if(oldPrices[stockId].price_type=='2')oldPrice+=productPrice;else if(oldPrices[stockId].price_type=='3')oldPrice-=productPrice;break;case 2:oldPrice=parseFloat(oldPrices[stockId].price_wholesale);if(oldPrices[stockId].price_type_wholesale=='0')oldPrice=productPrice;else if(oldPrices[stockId].price_type_wholesale=='1')oldPrice=productPrice;else if(oldPrices[stockId].price_type_wholesale=='2')oldPrice+=productPrice;else if(oldPrices[stockId].price_type_wholesale=='3')oldPrice-=productPrice;break;case 3:oldPrice=parseFloat(oldPrices[stockId].price_special);if(oldPrices[stockId].price_type_special=='0')oldPrice=productPrice;else if(oldPrices[stockId].price_type_special=='1')oldPrice=productPrice;else if(oldPrices[stockId].price_type_special=='2')oldPrice+=productPrice;else if(oldPrices[stockId].price_type_special=='3')oldPrice-=productPrice;break;default:break;} $('.basket .price del').text(priceFormat(oldPrice));}});}};APIloader();}(jQuery));