(function appPromocjeWarianty($){let translations_array={"add_text":{"__default":"Dodaj do koszyka"}};let oldPrices={"133319":{"price":"530.00"},"133320":{"price":"530.00"},"133322":{"price":"530.00"},"133323":{"price":"530.00"},"133325":{"price":"614.00"},"133326":{"price":"614.00"},"145590":{"price":"530.00"},"145591":{"price":"530.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));