We currently have no offers for this product
.wd-product-compare-add-to-cart { width: 150px; display: flex; align-items: center; justify-content: center; height: 30px; color: #FFF; font-family: Poppins; font-size: 12px; font-style: normal; font-weight: 400; line-height: 18px; background-color: #00549c; border-radius: 30px; margin-top: 12px; margin: 0 auto; cursor: pointer; } .wd-product-compare-img a { display: block; } .wd-product-compare-img p { height: 40px; overflow: hidden; line-height: 20px; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; white-space: normal; } 15 GPM Fast Water Flow The water filter system has high flow as 15 gal/min and cannot have pressure loss. It will bring great convenience either for bathing or for washing. Filtering over 99% of Iron The whole house water filter system can effectively reduce 99.3% of iron, 96.3% of manganese, chlorine, and other impurities larger than 5 microns. Excellent Quality This whole house water filter has passed 100,000 water hammer assessment and can avoid leakage and corrosion risks by means of pure copper connectors. Save More on Maintenance The water filter provide efficiency filtration. The house water filter can provide 6-month pure water guardian for your family. Model WD-WHF21-FG Working pressure 25~90 psi Working temperature 4~38°C/40~100°F Feed water requirement Municipal tap water & Well water Replacement Filter WD-WF10-FG What is a good whole house water filtration system? A good whole house water filtration system can effectively intercepts large particles, such as sand and rust. It features a longer lifespan, saving you potential replacement cost, which can allow you enjoy clean, safe water for a long time at an affordable price while saving costs. Our product can also protect your water-related appliances and prolong their lifespan. By reducing particles at the first line, it further prevents potential clog and accumulation of rust. In the end, you spend way less on maintenance. Where should a whole house water filter be installed? Usually, the best place for a whole house water filter is near your main water shut-off valve, which is usually located in a basement or on the perimeter of the house in a utility closet or other such area if you don't have a basement. How often should a whole house carbon filter be changed? The household water purifier guarantees a long lifespan. The GAC filter should be changed every six months, while the PP filter should be changed every 3-6 months. Does whole house water purifier work? The WD-WHF21-FG water filter for whole house effectively intercepts large particles, such as sand and rust. It features a longer lifespan, saving you potential replacement cost. You can enjoy clean, safe water for a long time at an affordable price while saving costs. This product also protects your water-related appliances and prolongs their lifespan. By reducing particles at the first line, it further prevents potential clog and accumulation of rust in the water filter system. In the end, you spend way less on maintenance. What is a whole house system? A whole house water filtration system is a system installed where your main water line enters your home. It can help reduce contaminants such as chlorine, iron, sulfur and more from your water. Whole house water filters bring cleaner water to every tap in your home. How do you maintain a whole house water filter? Cleaning the inside of your whole house water filter frequently and thoroughly is important to avoid a build-up of minerals, contaminants or dirt in the filter. Try not to use any harsh cleaning products and gently rinse the system with warm water. And regularly replace the filter. Why removal of iron and manganese is necessary? Iron and manganese in water promote the growth of bacteria (including iron bacteria). These organisms obtain energy for growth from the chemical reaction that occurs when iron and manganese mix with dissolved oxygen. If we drink the water contains iron and manganese for a long time, it will cause harm to our body. So, it is necessary for us to use the whole house water filter system to remove these elements in water. WD-WHF21-FG Add to Cart WD-WHF21-PG Add to Cart WD-WHF3T-FG Add to Cart WD-WHF3T-PG Add to Cart Customer rating Trustpilot Trustpilot Trustpilot Trustpilot Price $ $ $ $ Flow rate Up to 15GPM Up to 15GPM Up to 15GPM Up to 15GPM Filtration Accuracy 5 microns 5 microns 5 microns 5 microns Recommended Filtration For 5-stage filtration 5-stage filtration 7-stage filtration 7-stage filtration Reduce Iron&Manganese √ × √ × Reduce Substance 99.3% of iron, 96.3% of manganese, chlorine, and other impurities larger than 5 microns. Chlorine, lead, benzene, mercury, peculiar smell, sand, rust, and other impurities larger than 5 microns. Iron、manganese、chlorine、smell and odors、sediment、rust、sand and other large particles impurities Chlorine, smell and odors, sediment、rust、sand and other large particle impurities. Certification NSF/ANSI 372 NSF/ANSI 372 NSF/ANSI 372 NSF/ANSI 372 Filter lifespan WD-WF10FG WD-WF10PG WD-WF20FG WD-WF20PG Dimensions(inch) 14.4 x 7.48 x 15.6 14.4 x 7.48 x 15.6 22.9 x 8.46 x 26.1 22.9 x 8.46 x 26.1 Item Weight 19.33 pounds 21.6 pounds 50.75 Pounds 18.84 Pounds WF10FG Filter for WD-WHF21-FG 69.99 Total price: $69.99 Total price: $69.99 Add to cart $(".wd-product-replacement-total-num").blur(function () { var total_num = $(this).val(); var unit_price = $(this).parents(".replacement-filter-cart").find(".replacement-filter-price-unit").text(); var total_price = total_num * 1 * unit_price; var total_price_num = total_price.toFixed(2); $(this).parents(".replacement-filter-cart").find(".replacement-filter-price").text(total_price_num); }); $(".plus-btn").click(function () { var total_num = $(this).siblings(".wd-product-replacement-total-num").val(); var unit_price = $(this).parents(".replacement-filter-cart").find(".replacement-filter-price-unit").text(); var total_price = (total_num * 1 + 1 * 1) * unit_price; var total_price_num = total_price.toFixed(2); $(this).parents(".replacement-filter-cart").find(".replacement-filter-price").text(total_price_num); }); $(".minus-btn").click(function () { var total_num = $(this).siblings(".wd-product-replacement-total-num").val(); var unit_price = $(this).parents(".replacement-filter-cart").find(".replacement-filter-price-unit").text(); var total_price_sub = total_num * unit_price - unit_price; var total_price_sub_num = total_price_sub.toFixed(2); $(this).parents(".replacement-filter-cart").find(".replacement-filter-price").text(total_price_sub_num); if (total_num <= 1) { $(this).parents(".replacement-filter-cart").find(".replacement-filter-price").text(unit_price); } }); // // $(document).ready(function () { $(".input_variant").attr("name", "id"); }); $(".wd-product-replacement-total-num").blur(function () { var total_num = $(this).val(); var unit_price = $(this).parents(".replacement-filter-cart").find(".replacement-filter-price-unit").text(); var total_price = total_num * 1 * unit_price; var total_price_num = total_price.toFixed(2); $(this).parents(".replacement-filter-cart").find(".replacement-filter-price").text(total_price_num); }); $(".plus-btn").click(function () { var total_num = $(this).siblings(".wd-product-replacement-total-num").val(); var unit_price = $(this).parents(".replacement-filter-cart").find(".replacement-filter-price-unit").text(); var total_price = (total_num * 1 + 1 * 1) * unit_price; var total_price_num = total_price.toFixed(2); $(this).parents(".replacement-filter-cart").find(".replacement-filter-price").text(total_price_num); }); $(".minus-btn").click(function () { var total_num = $(this).siblings(".wd-product-replacement-total-num").val(); var unit_price = $(this).parents(".replacement-filter-cart").find(".replacement-filter-price-unit").text(); var total_price_sub = total_num * unit_price - unit_price; var total_price_sub_num = total_price_sub.toFixed(2); $(this).parents(".replacement-filter-cart").find(".replacement-filter-price").text(total_price_sub_num); if (total_num <= 1) { $(this).parents(".replacement-filter-cart").find(".replacement-filter-price").text(unit_price); } }); $(document).on("click", ".btn-addtocart", function () { var ID = $(this).parents(".wd-productreplacement-filter-form").find(".input_variant").val(); var Num = $(this).parents(".wd-productreplacement-filter-form").find(".wd-product-replacement-total-num").val(); $.ajax({ type: "POST", url: "/cart/add.js", data: { quantity: Num, id: ID, }, dataType: "json", success: function (data) { Shopify.onItemAdded(data); }, }); }); $(".wd-product-compare-add-to-cart").click(function () { var ID = $(this).attr("data-value"); $.ajax({ type: "POST", url: "/cart/add.js", data: { quantity: 1, id: ID, }, dataType: "json", success: function (data) { Shopify.onItemAdded(data); }, }); }); var all_producthandler = $(".wd-product-compare-img td") .map(function () { var href = $(this).find("a").attr("href"); if (href) { return href.split("products/")[1].split("?")[0]; } }) .get(); all_producthandler.map((item, index) => { if (item) { $.ajax({ type: "GET", url: "/products/" + item + ".js", dataType: "json", success: function (product) { var goods_price = (product.price / 100).toFixed(2); $(".wd-product-compare-price td") .eq(index) .text("$" + goods_price); }, error: function (xhr, status, error) { console.error("Error fetching product data:", error); }, }); } });
.wd-product-compare-add-to-cart { width: 150px; display: flex; align-items: center; justify-content: center; height: 30px; color: #FFF; font-family: Poppins; font-size: 12px; font-style: normal; font-weight: 400; line-height: 18px; background-color: #00549c; border-radius: 30px; margin-top: 12px; margin: 0 auto; cursor: pointer; } .wd-product-compare-img a { display: block; } .wd-product-compare-img p { height: 40px; overflow: hidden; line-height: 20px; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; white-space: normal; } 15 GPM Fast Water Flow The water filter system has high flow as 15 gal/min and cannot have pressure loss. It will bring great convenience either for bathing or for washing. Filtering over 99% of Iron The whole house water filter system can effectively reduce 99.3% of iron, 96.3% of manganese, chlorine, and other impurities larger than 5 microns. Excellent Quality This whole house water filter has passed 100,000 water hammer assessment and can avoid leakage and corrosion risks by means of pure copper connectors. Save More on Maintenance The water filter provide efficiency filtration. The house water filter can provide 6-month pure water guardian for your family. Model WD-WHF21-FG Working pressure 25~90 psi Working temperature 4~38°C/40~100°F Feed water requirement Municipal tap water & Well water Replacement Filter WD-WF10-FG What is a good whole house water filtration system? A good whole house water filtration system can effectively intercepts large particles, such as sand and rust. It features a longer lifespan, saving you potential replacement cost, which can allow you enjoy clean, safe water for a long time at an affordable price while saving costs. Our product can also protect your water-related appliances and prolong their lifespan. By reducing particles at the first line, it further prevents potential clog and accumulation of rust. In the end, you spend way less on maintenance. Where should a whole house water filter be installed? Usually, the best place for a whole house water filter is near your main water shut-off valve, which is usually located in a basement or on the perimeter of the house in a utility closet or other such area if you don't have a basement. How often should a whole house carbon filter be changed? The household water purifier guarantees a long lifespan. The GAC filter should be changed every six months, while the PP filter should be changed every 3-6 months. Does whole house water purifier work? The WD-WHF21-FG water filter for whole house effectively intercepts large particles, such as sand and rust. It features a longer lifespan, saving you potential replacement cost. You can enjoy clean, safe water for a long time at an affordable price while saving costs. This product also protects your water-related appliances and prolongs their lifespan. By reducing particles at the first line, it further prevents potential clog and accumulation of rust in the water filter system. In the end, you spend way less on maintenance. What is a whole house system? A whole house water filtration system is a system installed where your main water line enters your home. It can help reduce contaminants such as chlorine, iron, sulfur and more from your water. Whole house water filters bring cleaner water to every tap in your home. How do you maintain a whole house water filter? Cleaning the inside of your whole house water filter frequently and thoroughly is important to avoid a build-up of minerals, contaminants or dirt in the filter. Try not to use any harsh cleaning products and gently rinse the system with warm water. And regularly replace the filter. Why removal of iron and manganese is necessary? Iron and manganese in water promote the growth of bacteria (including iron bacteria). These organisms obtain energy for growth from the chemical reaction that occurs when iron and manganese mix with dissolved oxygen. If we drink the water contains iron and manganese for a long time, it will cause harm to our body. So, it is necessary for us to use the whole house water filter system to remove these elements in water. WD-WHF21-FG Add to Cart WD-WHF21-PG Add to Cart WD-WHF3T-FG Add to Cart WD-WHF3T-PG Add to Cart Customer rating Trustpilot Trustpilot Trustpilot Trustpilot Price $ $ $ $ Flow rate Up to 15GPM Up to 15GPM Up to 15GPM Up to 15GPM Filtration Accuracy 5 microns 5 microns 5 microns 5 microns Recommended Filtration For 5-stage filtration 5-stage filtration 7-stage filtration 7-stage filtration Reduce Iron&Manganese √ × √ × Reduce Substance 99.3% of iron, 96.3% of manganese, chlorine, and other impurities larger than 5 microns. Chlorine, lead, benzene, mercury, peculiar smell, sand, rust, and other impurities larger than 5 microns. Iron、manganese、chlorine、smell and odors、sediment、rust、sand and other large particles impurities Chlorine, smell and odors, sediment、rust、sand and other large particle impurities. Certification NSF/ANSI 372 NSF/ANSI 372 NSF/ANSI 372 NSF/ANSI 372 Filter lifespan WD-WF10FG WD-WF10PG WD-WF20FG WD-WF20PG Dimensions(inch) 14.4 x 7.48 x 15.6 14.4 x 7.48 x 15.6 22.9 x 8.46 x 26.1 22.9 x 8.46 x 26.1 Item Weight 19.33 pounds 21.6 pounds 50.75 Pounds 18.84 Pounds WF10FG Filter for WD-WHF21-FG 69.99 Total price: $69.99 Total price: $69.99 Add to cart $(".wd-product-replacement-total-num").blur(function () { var total_num = $(this).val(); var unit_price = $(this).parents(".replacement-filter-cart").find(".replacement-filter-price-unit").text(); var total_price = total_num * 1 * unit_price; var total_price_num = total_price.toFixed(2); $(this).parents(".replacement-filter-cart").find(".replacement-filter-price").text(total_price_num); }); $(".plus-btn").click(function () { var total_num = $(this).siblings(".wd-product-replacement-total-num").val(); var unit_price = $(this).parents(".replacement-filter-cart").find(".replacement-filter-price-unit").text(); var total_price = (total_num * 1 + 1 * 1) * unit_price; var total_price_num = total_price.toFixed(2); $(this).parents(".replacement-filter-cart").find(".replacement-filter-price").text(total_price_num); }); $(".minus-btn").click(function () { var total_num = $(this).siblings(".wd-product-replacement-total-num").val(); var unit_price = $(this).parents(".replacement-filter-cart").find(".replacement-filter-price-unit").text(); var total_price_sub = total_num * unit_price - unit_price; var total_price_sub_num = total_price_sub.toFixed(2); $(this).parents(".replacement-filter-cart").find(".replacement-filter-price").text(total_price_sub_num); if (total_num <= 1) { $(this).parents(".replacement-filter-cart").find(".replacement-filter-price").text(unit_price); } }); // // $(document).ready(function () { $(".input_variant").attr("name", "id"); }); $(".wd-product-replacement-total-num").blur(function () { var total_num = $(this).val(); var unit_price = $(this).parents(".replacement-filter-cart").find(".replacement-filter-price-unit").text(); var total_price = total_num * 1 * unit_price; var total_price_num = total_price.toFixed(2); $(this).parents(".replacement-filter-cart").find(".replacement-filter-price").text(total_price_num); }); $(".plus-btn").click(function () { var total_num = $(this).siblings(".wd-product-replacement-total-num").val(); var unit_price = $(this).parents(".replacement-filter-cart").find(".replacement-filter-price-unit").text(); var total_price = (total_num * 1 + 1 * 1) * unit_price; var total_price_num = total_price.toFixed(2); $(this).parents(".replacement-filter-cart").find(".replacement-filter-price").text(total_price_num); }); $(".minus-btn").click(function () { var total_num = $(this).siblings(".wd-product-replacement-total-num").val(); var unit_price = $(this).parents(".replacement-filter-cart").find(".replacement-filter-price-unit").text(); var total_price_sub = total_num * unit_price - unit_price; var total_price_sub_num = total_price_sub.toFixed(2); $(this).parents(".replacement-filter-cart").find(".replacement-filter-price").text(total_price_sub_num); if (total_num <= 1) { $(this).parents(".replacement-filter-cart").find(".replacement-filter-price").text(unit_price); } }); $(document).on("click", ".btn-addtocart", function () { var ID = $(this).parents(".wd-productreplacement-filter-form").find(".input_variant").val(); var Num = $(this).parents(".wd-productreplacement-filter-form").find(".wd-product-replacement-total-num").val(); $.ajax({ type: "POST", url: "/cart/add.js", data: { quantity: Num, id: ID, }, dataType: "json", success: function (data) { Shopify.onItemAdded(data); }, }); }); $(".wd-product-compare-add-to-cart").click(function () { var ID = $(this).attr("data-value"); $.ajax({ type: "POST", url: "/cart/add.js", data: { quantity: 1, id: ID, }, dataType: "json", success: function (data) { Shopify.onItemAdded(data); }, }); }); var all_producthandler = $(".wd-product-compare-img td") .map(function () { var href = $(this).find("a").attr("href"); if (href) { return href.split("products/")[1].split("?")[0]; } }) .get(); all_producthandler.map((item, index) => { if (item) { $.ajax({ type: "GET", url: "/products/" + item + ".js", dataType: "json", success: function (product) { var goods_price = (product.price / 100).toFixed(2); $(".wd-product-compare-price td") .eq(index) .text("$" + goods_price); }, error: function (xhr, status, error) { console.error("Error fetching product data:", error); }, }); } });
Sellers offer a range of delivery options, so you can choose the one that’s most convenient for you. Many sellers offer free delivery. You can always find the postage cost and estimated delivery date in a seller’s listing. You'll then be able to see a full list of delivery options during checkout. These can include: Express delivery, Standard delivery, Economy delivery, Click & Collect, Free local collection from seller.
Your options for returning an item vary depending on what you want to return, why you want to return it, and the seller's return policy. If the item is damaged or doesn't match the listing description, you can return it even if the seller's returns policy says they don't accept returns. If you've changed your mind and no longer want an item, you can still request a return, but the seller doesn't have to accept it. If the buyer changes their mind about a purchase and wants to return an item, they may need to pay return postage costs, depending on the seller's return policy. Sellers can provide a return postage address and additional return postage information for the buyer. Sellers pay for return postage if there's a problem with the item. For example, if the item doesn't match the listing description, is damaged or defective or is counterfeit. By law, customers in the European Union also have the right to cancel the purchase of an item within 14 days beginning from the day you receive, or a third party indicated by you (other than the carrier) receives, the last good ordered by you (if delivered separately). This applies to all products except for digital items (e.g. Digital Music) that are provided immediately to you with your acknowledgment, and other items such as video, DVD, audio, video games, Sex and Sensuality products and software products where the item has been unsealed.
Sellers have to offer a refund for certain items only if they are faulty, such as: Personalized items and custom-made items, Perishable items, Newspapers and magazines, Unwrapped CDs DVDs and computer software. If you used your PayPal balance or bank account to fund the original payment, the refunded money will go back to your PayPal account balance. If you used a credit or debit card to fund the original payment, the refunded money will go back to your card. The seller will effect the refund within three working days but it may take up to 30 days for Paypal to process the transfer. For payments funded partially by a card and partially by your balance/bank, the money taken from your card will go back to your card and the remainder will return to your PayPal balance.