plumbestore.com Open in urlscan Pro
23.227.38.32  Public Scan

URL: https://plumbestore.com/products/2-in-1-softener-whole-home-filtration-with-wifi
Submission: On January 31 via api from US — Scanned from CA

Form analysis 5 forms found in the DOM

GET /pages/search-results-page

<form action="/pages/search-results-page" method="get" class="search-bar" role="search">
  <input type="hidden" name="type" value="product">
  <input type="search" name="q" value="" placeholder="Search all products..." aria-label="Search all products..." autocomplete="off" class="snize-input-style">
  <button type="submit" class="search-bar--submit icon-fallback-text">
    <span class="icon icon-search" aria-hidden="true"></span>
    <span class="fallback-text">Search</span>
  </button>
</form>

GET /pages/search-results-page

<form action="/pages/search-results-page" method="get" class="search-bar" role="search">
  <input type="hidden" name="type" value="product">
  <input type="search" name="q" value="" placeholder="Search all products..." aria-label="Search all products..." autocomplete="off" class="snize-input-style">
  <button type="submit" class="search-bar--submit icon-fallback-text">
    <span class="icon icon-search" aria-hidden="true"></span>
    <span class="fallback-text">Search</span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" id="addToCartForm-product-template">
  <div class="selector-wrapper" style="display: none;"><select class="single-option-selector" data-option="option1" id="productSelect-product-template-option-0">
      <option value="Default Title">Default Title</option>
    </select></div><select name="id" id="productSelect-product-template" class="product-variants product-variants-product-template" style="display: none;">
    <option selected="selected" data-sku="" value="41808913465397">Default Title - $1,908.00 CAD</option>
  </select>
  <label for="quantity" class="quantity-selector quantity-selector-product-template">Quantity</label>
  <div class="js-qty">
    <input type="text" class="js--num" value="1" min="1" data-id="" aria-label="quantity" pattern="[0-9]*" name="quantity" id="quantity">
    <span class="js--qty-adjuster js--add" data-id="" data-qty="2">+</span>
    <span class="js--qty-adjuster js--minus" data-id="" data-qty="0">-</span>
  </div>
  <div style="display: none;"><button type="submit" name="add" id="addToCart-product-template" class="btn">
      <span class="icon icon-cart"></span>
      <span id="addToCartText-product-template">Add to Cart</span>
    </button></div><button type="submit" name="add" id="addToCart-product-template" class="btn">
    <span class="icon icon-cart"></span>
    <span id="addToCartText-product-template">Add to Cart</span>
  </button>
  <span id="variantQuantity-product-template" class="variant-quantity">
  </span>
  <span id="variantIncoming-product-template" class="variant-quantity">
  </span>
</form>

POST //productreviews.shopifycdn.com/api/reviews/create

<form method="post" action="//productreviews.shopifycdn.com/api/reviews/create" id="new-review-form_7069124034613" class="new-review-form" onsubmit="SPR.submitForm(this);return false;"><input type="hidden" name="review[rating]"><input type="hidden"
    name="product_id" value="7069124034613">
  <h3 class="spr-form-title">Write a review</h3>
  <fieldset class="spr-form-contact">
    <div class="spr-form-contact-name">
      <label class="spr-form-label" for="review_author_7069124034613">Name</label>
      <input class="spr-form-input spr-form-input-text " id="review_author_7069124034613" type="text" name="review[author]" value="" placeholder="Enter your name">
    </div>
    <div class="spr-form-contact-email">
      <label class="spr-form-label" for="review_email_7069124034613">Email</label>
      <input class="spr-form-input spr-form-input-email " id="review_email_7069124034613" type="email" name="review[email]" value="" placeholder="john.smith@example.com">
    </div>
  </fieldset>
  <fieldset class="spr-form-review">
    <div class="spr-form-review-rating">
      <label class="spr-form-label" for="review[rating]">Rating</label>
      <div class="spr-form-input spr-starrating ">
        <a href="#" onclick="SPR.setRating(this);return false;" class="spr-icon spr-icon-star spr-icon-star-empty" data-value="1" aria-label="1 of 5 stars">&nbsp;</a>
        <a href="#" onclick="SPR.setRating(this);return false;" class="spr-icon spr-icon-star spr-icon-star-empty" data-value="2" aria-label="2 of 5 stars">&nbsp;</a>
        <a href="#" onclick="SPR.setRating(this);return false;" class="spr-icon spr-icon-star spr-icon-star-empty" data-value="3" aria-label="3 of 5 stars">&nbsp;</a>
        <a href="#" onclick="SPR.setRating(this);return false;" class="spr-icon spr-icon-star spr-icon-star-empty" data-value="4" aria-label="4 of 5 stars">&nbsp;</a>
        <a href="#" onclick="SPR.setRating(this);return false;" class="spr-icon spr-icon-star spr-icon-star-empty" data-value="5" aria-label="5 of 5 stars">&nbsp;</a>
      </div>
    </div>
    <div class="spr-form-review-title">
      <label class="spr-form-label" for="review_title_7069124034613">Review Title</label>
      <input class="spr-form-input spr-form-input-text " id="review_title_7069124034613" type="text" name="review[title]" value="" placeholder="Give your review a title">
    </div>
    <div class="spr-form-review-body">
      <label class="spr-form-label" for="review_body_7069124034613"> Body of Review <span role="status" aria-live="polite" aria-atomic="true">
          <span class="spr-form-review-body-charactersremaining">(1500)</span>
          <span class="visuallyhidden">characters remaining</span>
        </span>
      </label>
      <div class="spr-form-input">
        <textarea class="spr-form-input spr-form-input-textarea " id="review_body_7069124034613" data-product-id="7069124034613" name="review[body]" rows="10" placeholder="Write your comments here"></textarea>
        <script>
          function sprUpdateCount(e) {
            var $el = SPR.$(e.currentTarget);
            SPR.$(".spr-form-review-body-charactersremaining").html('(' + (1500 - $el.val().length) + ')');
          }
          SPR.$("textarea[data-product-id=7069124034613]").keyup(sprUpdateCount).trigger("keyup");
        </script>
      </div>
    </div>
  </fieldset>
  <fieldset class="spr-form-actions">
    <input type="submit" class="spr-button spr-button-primary button button-primary btn btn-primary" value="Submit Review">
  </fieldset>
</form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="newsletter">
  <div class="input-group">
    <label for="Email" class="visually-hidden">E-mail</label>
    <input type="email" value="" placeholder="Email Address" name="contact[email]" id="Email" class="input-group-field" aria-label="Email Address" autocorrect="off" autocapitalize="off">
    <span class="input-group-btn">
      <button type="submit" class="btn-secondary btn--small" name="commit" id="subscribe">Sign Up</button>
    </span>
  </div>
</form>

Text Content

CALL US TODAY 1-888-615-0755

Sign in or Create an Account

Search
Cart 0
Search
 * Home
 * Deals
 * Boilers
   * Floor Mount Boilers
   * Wall Mount Boilers
 * Water Heaters
   * Indirect Tanks
   * Electric
   * Single Coil Tanks
   * Double Coil Tanks
   * Storage Tanks
 * Water Treatment
   * Reverse Osmosis
   * Water Softeners
   * ScaleBlaster Descaler
   * Water Filtration
 * Lawler/Stingray
   * All Valves
   * Mixing Valves
   * Shower Valves
   * Lawler Parts
   * Emergency Eye Wash/Showers
 * Electric Heat Pumps
   * Arctic Heat Pumps
   * Learn About Arctic
   * SANCO₂ Heat Pumps
 * Vents-US
 * More
   * Air Compressors
   * Everflux
   * Unit Heaters
   * Parts
   * Sign in
   * Create an Account

Menu
Cart 0
Home › North Star 2-in-1 Softener Whole Home Filtration With WiFi NSCWHC
31,000gr Water Softener


NORTH STAR 2-IN-1 SOFTENER WHOLE HOME FILTRATION WITH WIFI NSCWHC 31,000GR WATER
SOFTENER

 * $1,908.00 $2,980.00 Regular price $2,980.00 Sale price $1,908.00
 * Save $1,072
 * No reviews

--------------------------------------------------------------------------------

Default Title
Default Title - $1,908.00 CAD Quantity
+ -
Add to Cart
Add to Cart

--------------------------------------------------------------------------------

  Most Items Ship Same Day   (Warranty, Return and Refunds)

--------------------------------------------------------------------------------

Through January Buy a 
NORTH STAR 2-IN-1 SOFTENER WHOLE HOME FILTRATION WITH WIFI NSCWHC 31,000GR WATER
SOFTENER
Get a free North Star Motorized Shut-off Valve 
Add both to your cart and the discount will be applied automatically at checkout


FEATURES


• High capacity 2-in-1 system softens & filters water throughout the entire home

• Utilizes WiFi technology and the iQua™ Water Management App to send critical
water alerts directly to your phone

• The optional North Star Motorized Water Shut-Off Valve allows homeowners to
turn off their water via the iQua™ App if a leak occurs **Sold Separately**

• Reduces chlorine taste and odor using carbon filtration.

• Self-cleaning filter, with no filters to replace • AutoSense™ Technology
provides significant salt and water savings

• Ultra high-flow valve for optimal water pressure

• Ideal for any sized household

• Built-in tank light for low light conditions

• Can be used with city or well water sources

SPECIFICATIONS


Model Number: NSCWHC Part Number: NSCWHC1 Household Size: 1-6+ people Max
Capacity (grains): 31,100  Resin(cu. ft): 0.98 Activated Carbon: Yes Standard
Connection Size: 1" NPT Valve: 1" valve; up to 1 1/4" plumbing Connection Size:
1" male pipe thread Rated Service Flow Rate (gpm): 8 Intermittent Flow Rate (gpm
@ 30 psi drop): 17.8 Clear Water Iron Removal (ppm): 3 Electric Demand: Yes Max.
Efficiency (per minimum salt dose): 4,780 @ 2.9 lbs Dimensions: H 48" X W 17" X
D 21" NSF Certification (NSF/ANSI standard): 42, 44, 226/228 & 372 Warranty : 1
year parts | 3 year electronic control board | 10 year salt storage and mineral
tank

 

Technical Documents

Read more...

--------------------------------------------------------------------------------

  Call (1-888-615-0755) With Questions
(Open hours: 9:00 AM - 5:00 PM)

--------------------------------------------------------------------------------

Disclaimer: Must be installed by a licensed contractor or warranty is void.

--------------------------------------------------------------------------------


QUESTIONS?


Speak with an expert
1-888-615-0755


Share Share on Facebook Tweet Tweet on Twitter

--------------------------------------------------------------------------------


WE ALSO RECOMMEND

North Star 7388598 Motorized Water Shut-off Valve

Regular price $299.00 $299.00
No reviews

No reviews

--------------------------------------------------------------------------------


CUSTOMER REVIEWS

No reviews yet Write a review


WRITE A REVIEW

Name
Email
Rating
         
Review Title
Body of Review (1500) characters remaining






QUICK LINKS

 * Contact us
 * How to get Order Status & Notifications?
 * FAQs
 * Privacy policy
 * Terms of service
 * Warranty, Return and Refund Policies
 * Blog
 * How to track your order?


CATEGORIES

 * Boilers
 * Water Heaters
 * Water Treatment
 * Lawler Valves & Parts
 * Stingray
 * Electric Heat Pumps
 * Schulz Air Compressors
 * Everflux
 * Unit Heaters
 * Parts


BE THE FIRST TO HEAR FROM US!

E-mail Sign Up

--------------------------------------------------------------------------------

 * Search
 * My Account
 * Blog
 * FAQ
 * Email: plumbestore@gmail.com
 * Phone number: 1-888-615-0755
 * Terms of Service
 * Refund policy

 * Twitter
 * Facebook
 * Instagram
 * YouTube

--------------------------------------------------------------------------------

 * © 2024 PlumbEStore
 * 

 * american express
 * apple pay
 * diners club
 * discover
 * master
 * visa




Close Cart