TesTabs* Nitrate test module^ TesTabs* Nitrate test module, Includes laminated flash card with helpful background information, laminated diagrammed instruction card with color chart, test tubes, and sufficient TesTabs* to run 100 tests, Color chart reads 0, 5, 20, and 40 ppm nitrate
ORDER
We are currently unable to calculate your contract price for this item. List price is being displayed temporarily. When your order is processed, you will be invoiced at your contract price even though list price is displayed now
Limited Time Discount Price: '+item.expertPrice);
}
else{
$("#L"+jqEscapeId(item.skuId.replace(' ','_'))).html(item.listPrice);
}
}else{ // Logged in user for sure, so there is no need for additional checks here.
if(item.promoPrice !="" && item.promoPriceUsed=="true"){
$("#CATNUM"+jqEscapeId(item.skuId.replace(' ','_'))).html(item.promoCatNumber);
$("#SA"+jqEscapeId(item.skuId.replace(' ','_'))).html('
'+ item.listPrice + '
'+bestPrice + clearanceFontStart + item.promoPrice + clearanceFontEnd);
$("#PM"+jqEscapeId(item.skuId.replace(' ','_'))).html(function() { return $('').html(item.promoMessage).text()});
} else {
$("#SA"+jqEscapeId(item.skuId.replace(' ','_'))).html(item.salePrice);
}
//Fill the List price column irrespectively
$("#L"+jqEscapeId(item.skuId.replace(' ','_'))).html(item.listPrice);
}
/* checking CSM alternatives for each product */
if(item.contractPriceFail == "false"){
}
}
});
});
function callCostSavingEventNotificationIcon(skuId){
$.getJSON(
'/store/services/pricing/json/costSavingEventNotification.jsp?originalSkuId='+skuId+'&type=displayedSuggestionIcon',
function(data){
});
}