
<!-- REQUEST ID: TIME=1223668670658:NODE=c2a3004:THREAD=298 -->


 (function(){ function tagWrap(className, innerContent, tagName) { tagName = tagName || 'div'; return '<'+tagName+' class="'+className+'">'+innerContent+'</'+tagName+'>'; } function getSwitchOutput(jsonData) { var output = ''; for (var contentName in jsonData) { if (contentName != 'productID') { var data = jsonData[contentName], piece = ''; switch (contentName) { case 'buyLink' : piece = tagWrap('dr_siteButton', '<a href="'+data.href+'">'+data.text+'</a>'); break; case 'price' : productPrice = ''; if (data.discounted) { productPrice += tagWrap('dr_regularPriceLabel', "Prezzo normale:", 'span'); var discPrice = '<span style="text-decoration:line-through">'; if (data.displayPriceEnabled) { discPrice += data.displayPriceEnabled.priceListPrice; if (data.displayPriceWithVatEnabled) { discPrice += '/'; } } if (data.displayPriceWithVatEnabled) { discPrice += data.displayPriceWithVatEnabled.priceListPriceWithVat; } productPrice += tagWrap('dr_strikePrice', discPrice + '</span>', 'span'); if (data.displayPriceWithVatEnabled) { productPrice += tagWrap('lightgray', "IVA incl.", 'span'); } productPrice += '<br/>' + tagWrap('dr_promoPriceLabel', "Prezzo promozionale:", 'span'); } var actualPrice = ''; if (data.displayPriceEnabled) { actualPrice += data.displayPriceEnabled.yourPrice; if (data.displayPriceWithVatEnabled) { actualPrice += '/'; } } if (data.displayPriceWithVatEnabled) { actualPrice += data.displayPriceWithVatEnabled.yourPriceWithVat; } productPrice += tagWrap('dr_actualPrice', actualPrice, 'span'); if (data.displayPriceWithVatEnabled) { productPrice += tagWrap('lightgray', "IVA incl.", 'span'); } piece = tagWrap('dr_productPrice', productPrice); break; default : piece = '<!--'+data+'-->'; } output += piece; } } return output; } var jsonContent = [{productID:69558100,buyLink:{text: "acquista",href: "http://store.digitalriver.com/store/piestore/it_IT/AddItemToRequisition/productID.69558100"},price:{discounted: false,displayPriceWithVatEnabled: {yourPriceWithVat: "129,99€"}}}]; for (var i=0;i<jsonContent.length;i++) { if (jsonContent[i].error) { document.write(tagWrap('dr_error', jsonContent[i].error, 'span')); } else { document.write(tagWrap('dr_productInfoProduct', getSwitchOutput(jsonContent[i]))); } } })(); 


