
formatPrice=function(price,salesPrice){if(salesPrice!=undefined&&parseInt(salesPrice)>0&&parseInt(salesPrice)<parseInt(price)){return'<span class="original-price">'+price+' Ft</span> <span class="sales-price">'+salesPrice+' Ft </span>';}else{return price+' Ft';}};actualizePrice=function(){var elements='';var totalPrice=totalSalesPrice=totalEuro=0;$('#part-elements').html('');$('#product-total-price').html(formatPrice(0));$('.customize-parts a.part-selected, .customize-parts select').each(function(){var partId=sortimentId=0;if($(this).get(0).nodeName=='A'){var parts=$(this).attr('id').split('-');partId=parts[1];sortimentId=parts[2];}else{partId=$(this).val();}
$.each(productParts,function(categoryId,categoryData){if(typeof categoryData['parts'][partId]!='undefined'){var price=categoryData['parts'][partId].price;var salesPrice=categoryData['parts'][partId].salesPrice;var sortimentName='';if(sortimentId&&typeof categoryData['parts'][partId].sortimentCategories!='undefined'){$.each(categoryData['parts'][partId].sortimentCategories,function(index,data){if(typeof data['sortiments'][sortimentId]!='undefined'){sortimentName=': '+data['sortiments'][sortimentId]['name'];return false;}});}
elements+='<div><b title="'+categoryData['parts'][partId].name+sortimentName+'">'+categoryData['parts'][partId].name+sortimentName+'</b><span class="price">'+formatPrice(salesPrice?salesPrice:price)+'</span></div>';totalPrice+=categoryData['parts'][partId].amount*price;totalSalesPrice+=categoryData['parts'][partId].amount*salesPrice;}});totalEuro=totalSalesPrice/currencyRate;totalEuro=Math.round(totalEuro*Math.pow(10,2))/Math.pow(10,2);$('#part-elements').html(elements);$('#product-total-price').html(formatPrice(totalPrice,totalSalesPrice));$('#parts-summary span').html(formatPrice(totalSalesPrice?totalSalesPrice:totalPrice));$('.e-price').html('('+totalEuro+' &euro;)');});};checkCombinationPictures=function(){var selectedParts=[];$('.customize-parts a.part-selected, .customize-parts select').each(function(){if($(this).get(0).nodeName=='A')partSelected=$(this).attr('id').split('-')[1];else partSelected=$(this).val();selectedParts.push(partSelected);});var imageId=false;var matchCountMax=false;if(typeof combinations!='undefined'){$.each(combinations,function(indexCombination){var matched=true;var matchCount=0;$.each(this,function(indexPart,elementPart){if($.inArray(elementPart,selectedParts)!=-1)matchCount++;else matched=false;});if(matched)
if(!matchCountMax||matchCount>matchCountMax){imageId=indexCombination;matchCountMax=matchCount;}});if(imageId!==false)
if($('.prd_main_image img:visible').attr('id')!='prd_main_image-'+imageId){$('.prd_main_image img:visible').fadeOut();$('#prd_main_image-'+imageId).fadeIn();}}};jQuery(document).ready(function($){$('.customize-parts a[id^=part]').click(function(event){if($(event.target).closest('a').hasClass('part-selected')){if(!$(event.target).closest('a').hasClass('req')){$(event.target).closest('a').removeClass('part-selected');}}else{$(event.target).closest('a').siblings('.part-selected').removeClass('part-selected');$(event.target).closest('a').addClass('part-selected').blur();}
event.preventDefault();actualizePrice();checkCombinationPictures();});$('.customize-parts a[id^=part] img').mouseenter(function(event){var thumbnail=$('<div />').attr('id','product-part-thumbnail').css({left:event.pageX+10,top:event.pageY+10});$('body').append(thumbnail);$('<img src="'+$(event.target).attr('src').replace('small','big')+'" alt="" /><p>'+$(event.target).attr('alt')+'</p>').appendTo(thumbnail);});$('.customize-parts a[id^=part] img').mouseleave(function(event){$('#product-part-thumbnail').remove();});$('.customize-parts a[id^=part] img').mousemove(function(event){$('#product-part-thumbnail').css({left:event.pageX+10,top:event.pageY+10});});$('.customize-parts select[id^=partcategory]').change(function(event){actualizePrice();checkCombinationPictures();});$('#webshop-cart .update').live('click',function(event){$('#webshop-cart-action').val('update');$('#webshop-cart-id').val($(event.target).closest('tr').attr('id').split('-')[1]);$('#webshop-cart-quantity').val($(event.target).closest('td').prev().find('input[type=text]').val());});$('#webshop-cart .product input[type=text]').live('keypress',function(event){if(event.keyCode=='13'){$('#webshop-cart-action').val('update');$('#webshop-cart-id').val($(this).closest('tr').attr('id').split('-')[1]);$('#webshop-cart-quantity').val($(this).val());$(event.target).closest('.product').find('input[type=submit].update').click();}});$('#webshop-cart .remove').live('click',function(event){$('#webshop-cart-action').val('remove');$('#webshop-cart-id').val($(event.target).closest('tr').attr('id').split('-')[1]);});$('#webshop-product').submit(function(event){$('.customize-parts a[id^=part].part-selected').each(function(index,item){var parts=$(item).attr('id').split('-');var id=parts[1];if(parts[2]!=undefined){id+='-'+parts[2];}
$(item).prevAll('input[type=hidden]').val(id);});});$('.addtowishlist_button').click(function(event){event.preventDefault();var link='/webshopwishlist/add';if(location.pathname.substring(0,4)=='/en/'){link='/en'+link;}
$(event.target).closest('form').attr('action',link).submit();});$('#differentInvoiceAddress').change(function(){if($(this).attr('checked')){$('#invoice-details').show();}else{$('#invoice-details').hide();}});$('input[type=radio][name=receiptMethod]').click(function(){var id=$(this).attr('id').split('_')[1];if($(this).attr('checked')&&deliveryCalculation[id]=='0'){$('#delivery-data').hide();}else{$('#delivery-data').show();}});$('.prd_ilist').css('position','relative');$('.prd_ilist div').css({'position':'absolute','white-space':'nowrap'}).data('position',0);$('.prd_iright').click(function(event){var div=$('.prd_ilist div');var position=div.data('position');var width=div.width();if(position-200>-1*width){div.data('position',position-200);div.animate({'left':'-=200'});}
event.preventDefault();});$('.prd_ileft').click(function(event){var div=$('.prd_ilist div');var position=div.data('position');if(position<0){div.data('position',position+200);div.animate({'left':'+=200'});}
event.preventDefault();});$('.prd_ilist a').click(function(event){var split=$(this).attr('id').split('-');if($('.prd_main_image img:visible').attr('id')!='prd_main_image-'+split[1]){$('.prd_main_image img:visible').fadeOut();$('#prd_main_image-'+split[1]).fadeIn();}
event.preventDefault();});$('.productlist-scroller .plist > div').each(function(){$(this).css({'position':'absolute','width':$(this).find('.pbox-tiny').length*160+'px'}).data('position',0);});$('.rightbtn').click(function(event){var div=$(this).prev().children('div');var position=div.data('position');var width=div.width();if(position-480>-1*width){div.data('position',position-160);div.animate({'left':'-=160'});}
event.preventDefault();});$('.leftbtn').click(function(event){var div=$(this).next().children('div');var position=div.data('position');if(position<0){div.data('position',position+160);div.animate({'left':'+=160'});}
event.preventDefault();});$('.rightbtn-main').click(function(event){var div=$(this).prev().children('div');var position=div.data('position');var width=div.width();if(position-960>-1*width){div.data('position',position-160);div.animate({'left':'-=160'});}
event.preventDefault();});});
