Index: artikeldetail.js @@ -180,142 +180,153 @@ var responseData = eval(data); if(responseData[9]!=1 && responseData[0]!=0) { - $('#price_box').hide(); - $('#totalpricebox').show(); - $('#art_price').html(responseData[0]); - $('#art_price_netto').html(responseData[11]); + $('#price_box').hide(); + $('#totalpricebox').show(); + $('#art_price').html(responseData[0]); + $('#art_price_netto').html(responseData[11]); - if(responseData[1] != null && responseData[1] != ''){ - $('#grund_price').show(); - $('#grund_price_value').html(responseData[1]); - }else{ - $('#grund_price').hide(); - } + if(responseData[1] != null && responseData[1] != ''){ + $('#grund_price').show(); + $('#grund_price_value').html(responseData[1]); + }else{ + $('#grund_price').hide(); + } - $('#mwst_info').html(responseData[2]); + $('#mwst_info').html(responseData[2]); + if(responseData[3] != null && responseData[3] != ''){ + $('#artikel_number').show(); + $('#artikel_number_value').html(responseData[3]); + }else{ + $('#artikel_number').hide(); + } + + if(responseData[20] != null && responseData[20] != ''){ + $('#weight').show(); + $('#weight_value').html(responseData[20]); + }else{ + $('#weight').hide(); + } + + if(responseData[16] != null && responseData[16] != ''){ + $('#availbility_value').html(responseData[16]); + } + + if(responseData[4] != null && responseData[4] != ''){ + $('#klarnarate_info').show(); + $('#klarnarate_info_value').html(responseData[4]); + }else{ + $('#klarnarate_info').hide(); + } + + if(responseData[5] != null && responseData[5] != ''){ + $('#uvp_price').show(); + $('#uvp_price_value').html(responseData[5]); + }else{ + $('#uvp_price').hide(); + } - if(responseData[3] != null && responseData[3] != ''){ - $('#artikel_number').show(); - $('#artikel_number_value').html(responseData[3]); - }else{ - $('#artikel_number').hide(); - } - if(responseData[20] != null && responseData[20] != ''){ - $('#weight').show(); - $('#weight_value').html(responseData[20]); - }else{ - $('#weight').hide(); - } - if(responseData[16] != null && responseData[16] != ''){ - $('#availbility_value').html(responseData[16]); - } - if(responseData[4] != null && responseData[4] != ''){ - $('#klarnarate_info').show(); - $('#klarnarate_info_value').html(responseData[4]); - }else{ - $('#klarnarate_info').hide(); - } + if(responseData[8] != ''){ + jQuery('.product-image-slider ul li img').css('opacity', '0.2'); + $.each(responseData[8],function(index,value) { + jQuery('.product-image-slider ul li img[data-imgid='+value+']').css('opacity', '1'); + }); + } + else{ + jQuery('.product-image-slider ul li img').css('opacity', '1'); + } - if(responseData[5] != null && responseData[5] != ''){ - $('#uvp_price').show(); - $('#uvp_price_value').html(responseData[5]); - }else{ - $('#uvp_price').hide(); - } + if(responseData[7] != null && responseData[7] != ''){ + $('#cfg_info').show(); + $('#cfg_info').html(responseData[7]); + var price=responseData[0]; - if(responseData[8] != ''){ - jQuery('.product-image-slider ul li img').css('opacity', '0.2'); - $.each(responseData[8],function(index,value) { - jQuery('.product-image-slider ul li img[data-imgid='+value+']').css('opacity', '1'); - }); - } - else{ - jQuery('.product-image-slider ul li img').css('opacity', '1'); - - } - - if(responseData[7] != null && responseData[7] != ''){ - $('#cfg_info').show(); - $('#cfg_info').html(responseData[7]); - var price=responseData[0]; - - if(responseData[12]=='CommerzFinanz') - { - if(price>=100) { - - $('#content_finanzierung').addClass('active'); - $('#tabli_finanzierung').css('display', 'block'); - $.post("modules.php?class=CommerzFinanz&func=ajaxgetRatenTabelleStatic", - { amount: responseData[0] }, - function( data ) - { - $('#finanzierungsbox').html(data); - } - ); + if(responseData[12]=='CommerzFinanz') + { + if(price>=100) + { + $('#content_finanzierung').addClass('active'); + $('#tabli_finanzierung').css('display', 'block'); + $.post("modules.php?class=CommerzFinanz&func=ajaxgetRatenTabelleStatic", + { amount: responseData[0] }, + function( data ) + { + $('#finanzierungsbox').html(data); + } + ); + } + else{ + $('#content_finanzierung').removeClass('active'); + $('#tabli_finanzierung').css('display', 'none'); + /*change_active_tab('tab_content_description');*/ + } } - else{ - $('#content_finanzierung').removeClass('active'); - $('#tabli_finanzierung').css('display', 'none'); - /*change_active_tab('tab_content_description');*/ - - } - } - if(responseData[12]=='PayPalRate') - { - if(price>=99) { - - $('#content_finanzierung').addClass('active'); - $('#tabli_finanzierung').css('display', 'block'); - $.post("modules.php?class=PayPalRate&func=ajaxgetRatenTabelleStatic", + if(responseData[12]=='PayPalRate') + { + if(price>=99) { + + $('#content_finanzierung').addClass('active'); + $('#tabli_finanzierung').css('display', 'block'); + $.post("modules.php?class=PayPalRate&func=ajaxgetRatenTabelleStatic", { amount: responseData[0] }, function( data ) { $('#finanzierungsbox').html(data); } - ); + ); + } + else{ + $('#content_finanzierung').removeClass('active'); + $('#tabli_finanzierung').css('display', 'none'); + /*change_active_tab('tab_content_description');*/ + } } - else{ - $('#content_finanzierung').removeClass('active'); - $('#tabli_finanzierung').css('display', 'none'); - /*change_active_tab('tab_content_description');*/ + } + else{ + $('#cfg_info').hide(); + $('#content_finanzierung').removeClass('active'); + $('#tabli_finanzierung').css('display', 'none'); + }/* end responsedata[7] */ + + if(responseData[13] != ''){ + /*size_ids */ + updateVariationSelector("size_selector",responseData[13],responseData[15],"size_id"); + } + else{ + /*jQuery('#size_selector option').removeProp("disabled");*/ - } } + if(responseData[14] != ''){ + /*color_ids */ + updateVariationSelector("color_selector",responseData[14],responseData[15],"color_id"); + } + else{ + /*jQuery('#color_selector option').removeProp("disabled");*/ + + } + + $('#basket_errors').html(responseData[10]); - }else{ - $('#cfg_info').hide(); - $('#content_finanzierung').removeClass('active'); - $('#tabli_finanzierung').css('display', 'none'); - }/* end responsedata[7] */ + /*if(responseData[6] != null){ + purchasepricebox.show(); + purchasepricebox.select('.price .pricevariation').all( function( el ) {el.hide(); }); + purchasepricebox.select('.price .pricevalue').all( function( el ) { el.update(responseData[6]); }); + }else{ + purchasepricebox.hide(); + }*/ + + if(responseData[22]!= null && responseData[22] != ''){ + $( "img.hauptbild" ).attr( "src",responseData[22]['src'] ); + $( "a.hauptbild" ).attr( "href",responseData[22]['href'] ); + } + else{ + jQuery('.product-image-slider ul li img').css('opacity', '1'); + $( "img.hauptbild" ).attr( "src",$( "img.hauptbild" ).attr('data-org-src') ); + $( "a.hauptbild" ).attr( "href",$( "a.hauptbild" ).attr('data-org-href') ); + } - if(responseData[13] != ''){ - /*size_ids */ - updateVariationSelector("size_selector",responseData[13],responseData[15],"size_id"); } else{ - /*jQuery('#size_selector option').removeProp("disabled");*/ - - } - if(responseData[14] != ''){ - /*color_ids */ - updateVariationSelector("color_selector",responseData[14],responseData[15],"color_id"); - } - else{ -/* jQuery('#color_selector option').removeProp("disabled");*/ - - } - $('#basket_errors').html(responseData[10]); - - /*if(responseData[6] != null){ - purchasepricebox.show(); - purchasepricebox.select('.price .pricevariation').all( function( el ) {el.hide(); }); - purchasepricebox.select('.price .pricevalue').all( function( el ) { el.update(responseData[6]); }); - }else{ - purchasepricebox.hide(); - }*/ - } - else{ /* anzeige wenn nur variantenselector abgefragt werden soll */ $('#price_box').show(); $('#totalpricebox').hide(); @@ -334,6 +345,10 @@ else{ /*jQuery('#color_selector option').removeProp("disabled");*/ } + + jQuery('.product-image-slider ul li img').css('opacity', '1'); + $( "img.hauptbild" ).attr( "src",$( "img.hauptbild" ).attr('data-org-src') ); + $( "a.hauptbild" ).attr( "href",$( "a.hauptbild" ).attr('data-org-href') ); } }else{ @@ -342,6 +357,9 @@ jQuery('#size_selector option').removeProp("disabled"); jQuery('#color_selector option').removeProp("disabled"); jQuery('.product-image-slider ul li img').css('opacity', '1'); + + $( "img.hauptbild" ).attr( "src",$( "img.hauptbild" ).attr('data-org-src') ); + $( "a.hauptbild" ).attr( "href",$( "a.hauptbild" ).attr('data-org-href') ); } });