SKU# CPVCBU3412
CPVC, 3/4 x 1/2 Reducer Bushing
$0.59/EachProduct Overview
Used to reduce from fitting socket to CPVC tubing. Bagged.
Key Features
- Outside diameters are the same as copper tube
- Outside diameters are the same as copper tube
- CPVC systems are accepted by all major model building codes
- Solvent weld joints
Product Specifications
End Style |
Spigot X Slip |
Material |
CPVC |
Material Specification |
ASTM D2846 |
Nominal Size |
3/4 x 1/2in |
Nominal Size UOM |
in |
Series |
500 |
Standards |
NSF Approved |
Temperature Rating |
180deg F |
Temperature Rating UOM |
deg F |
Usage |
For Hot or Cold Potable Water Application |
Working Pressure |
100psi |
Working Pressure UOM |
psi |
Product Documents
"),
errMsg = [];
$(".product-details-variations .product-details-variation").each(function () {
var variation = $.trim($(this).find(".product-details-variation__title").text()) || "";
if (variation != "") {
if (errMsg.length == 0) errMsg.push("No variation available for ");
errMsg.push(variation.replace(":", ": "));
}
});
if (errMsg.length > 0) {
$notif.find(".field-validation-valid").text(errMsg.join(" "));
} else {
$notif.find(".field-validation-valid").text("Invalid variant combination");
}
if ($(".product-details-variations-wrap .no-selected-variant-popover").length == 0) {
$(".product-details-variations-wrap").append($notif);
$(".product-details-variations-wrap").addClass("product-details-variations-wrap--no-selected");
}
}
}
}
if (isValid) {
var _vid = $.trim(base.queryString.get("pvid")) || "",
_variant = $.trim(base.queryString.get("variant")) || "",
queryStr = "";
if (_vid != "" && _variant != "") {
queryStr = "?pvid=" + _vid + '&variant=' + _variant;
}
return base.minicart({ itemId: '24708', qty: $('#itm-qty').val(), inventoryBranchId: 14769, urlPath: '/cart/_addtocart' + queryStr });
}
return false;
}