www.wickfordappliance.com Open in urlscan Pro
199.96.124.1  Public Scan

Submitted URL: https://wickfordappliancenk.com/
Effective URL: https://www.wickfordappliance.com/index.html
Submission Tags: phishingrod
Submission: On March 12 via api from DE — Scanned from DE

Form analysis 5 forms found in the DOM

<form class="nav-sign-in-content">
  <div class="form-group">
    <label for="email" class="sr-only">Email/Username</label>
    <input type="text" class="form-control header-sign-in-email" placeholder="Enter Email" title="Enter Email" name="HEADER_SIGN_IN_EMAIL">
  </div>
  <div class="form-group">
    <label for="password" class="sr-only">Password</label>
    <input type="password" class="form-control header-sign-in-password" placeholder="Password" title="Enter Password" name="HEADER_SIGN_IN_PASSWORD">
  </div>
  <div class="form-group align-right">
    <a href="/customer/forgot_password.html" title="Forgot your password?">
																	Forgot your password?
																</a>
  </div>
  <div class="clearfix">&nbsp;</div>
  <div class="form-group">
    <a class="btn btn-primary btn-block btn-sm sign-in-button" href="javascript:onHeaderSignIn2(0)" data-gtm-event="login">Sign In</a>
  </div>
</form>

Name: pn_search_formGET /_CGI/SEARCH3

<form class="form-search p-relative" action="/_CGI/SEARCH3" method="get" name="pn_search_form" target="_self" x-ref="searchForm" role="search" spellcheck="false" data-gtm-event="search"
  @focusin.window="!$el.contains($event.target) &amp;&amp; close()" @click.outside="close" @keydown.escape.prevent.stop="close($refs.searchInput)" x-trap.inert.noreturn="dropdown_open" @keydown.down.prevent="$focus.wrap().next()"
  @keydown.up.prevent="$focus.wrap().previous()" x-data="predictiveSearch">
  <label class="sr-only" for="searchbox">Search Site</label>
  <div class="input-group m-b-0">
    <input type="text" autocomplete="off" class="form-control searchbox" x-ref="searchInput" @focus="suggestions.length &amp;&amp; open()" x-model="query" name="PN" @input="getSuggestions($el.value)" aria-label="Search Keyword/Model Number"
      placeholder="Search Keyword/Model #">
    <div class="input-group-btn">
      <button type="submit" class="btn btn-primary" aria-label="Submit Search">
        <i class="fa-solid fa-magnifying-glass" aria-hidden="true"></i>
      </button>
    </div>
  </div>
  <style>
    .search-suggestion {
      transition: background-color .2s ease, color .2s ease;
    }

    .search-suggestion a {
      padding: 5px;
    }

    .search-suggestion a,
    .search-suggestion span {
      white-space: break-spaces;
    }

    .search-suggestion:hover,
    .search-suggestion a:focus-visible {
      background-color: #f6f6f6;
    }

    .search-suggestion:hover a,
    .search-suggestion a:focus-visible {
      color: #21456e;
    }

    #header-layout-container,
    #header-layout-custom {
      position: relative;
      z-index: 11;
    }

    @media (max-width: 767px) {
      .fill-vp.open .dropdown-menu {
        display: table;
        width: calc(100vw - 18px);
        left: auto;
        right: -1px;
        border-radius: 0px;
        overflow-x: hidden;
        overflow-y: visible;
      }

      #secondary-nav-no-collapse .sub-nav>li.dropdown.open .dropdown-menu {
        display: table;
        width: calc(100vw - 18px);
        left: 0;
        right: 0;
        overflow-x: hidden;
        overflow-y: visible;
      }
    }
  </style>
  <div class="d-flex bg-white box-shadow-gray-soft p-absolute rounded-4 p-t-5 p-r-5 p-b-5 p-l-5 text-left" style="z-index: 1111; width: max(100% - 40px, 250px); max-width: 100%; display: none !important;" x-show.important="dropdown_open"
    x-transition:enter.opacity="">
    <div class="p-relative full-width">
      <div x-show.important="suggestions.length" x-transition:enter.opacity="" class="full-width" style="display: none !important;">
        <p class="m-b-0 p-t-5 p-r-5 p-l-5 text-primary"><strong>TOP RESULTS</strong></p>
        <template x-for="(suggestion, i) in suggestions" :key="suggestion">
          <p class="search-suggestion bg-gray-light-on-hover m-b-0">
            <a href="#" @click.prevent="onSuggestionClick(suggestion)" class="ui-link-no-decor ui-link-remove-hover text-black inline-block full-width" :aria-label="suggestion" x-html="highlightNonMatchingSubstring(suggestion)"></a>
          </p>
        </template>
      </div>
      <div x-show.important="dropdown_open &amp;&amp; !suggestions.length" x-transition:enter.delay.100ms="" class="d-flex-all justify-content-center align-items-center" style="min-height: 155px; display: none !important;"
        x-data="{ stroke: '#21456e', width: '23px', height: '23px' }">
        <style>
          .loading-spinner__circle-svg {
            animation: loading-spinner-rotate 1.28973s linear infinite;
            transform-origin: center center;
            height: 100%;
            width: 100%;
            margin: auto;
          }

          .loading-spinner__circle-stroke {
            stroke-dasharray: 1, 200;
            stroke-dashoffset: 0;
            animation: loading-spinner-dash 2s ease-in-out infinite;
            stroke-linecap: round;
            stroke-width: 4px;
          }

          @keyframes loading-spinner-rotate {
            100% {
              transform: rotate(360deg)
            }
          }

          @keyframes loading-spinner-dash {
            0% {
              stroke-dasharray: 1, 200;
              stroke-dashoffset: 0
            }

            50% {
              stroke-dasharray: 89, 200;
              stroke-dashoffset: -35px
            }

            100% {
              stroke-dasharray: 89, 200;
              stroke-dashoffset: -124px
            }
          }
        </style>
        <svg class="loading-spinner__circle-svg" viewBox="25 25 50 50" :style="{ width, height }" style="width: 23px; height: 23px;">
          <circle class="loading-spinner__circle-stroke" cx="50" cy="50" r="20" fill="none" stroke-width="2" stroke-miterlimit="10" :style="{ stroke }" style="stroke: rgb(33, 69, 110);"></circle>
        </svg>
      </div>
    </div>
  </div>
</form>

<form id="profile_sign_in_modal" class="profile pad">
  <div id="warning_container" class="alert alert-danger hidden">
    <p class="align-center"><strong>Your email address and password do not match.</strong> Please try again or <a href="/customer/FORGOT_PASSWORD.html">reset your password.</a></p>
  </div>
  <div id="prevent_close_sign_in" class="alert alert-danger hidden">
    <p id="prevent_close_sign_in_content">Sign in or create an account to view this content and much more! <a href="javascript:goBackOrSendToIndexPage();">Take me back.</a></p>
  </div>
  <div class="form-group">
    <label class="form-label control-label" for="SIGN_IN_MODAL_EMAIL">Email Address<span class="red"></span></label>
    <input class="form-control input-lg required" type="email" name="SIGN_IN_MODAL_EMAIL" id="SIGN_IN_MODAL_EMAIL" value="" required="" local-email-storage="">
  </div>
  <div class="form-group">
    <label class="form-label control-label" for="SIGN_IN_MODAL_PASSWORD">Password</label>
    <input class="form-control input-lg required" type="password" name="SIGN_IN_MODAL_PASSWORD" id="SIGN_IN_MODAL_PASSWORD" required="">
  </div>
  <div class="form-group">
    <p class="align-right">
      <a href="/customer/forgot_password.html" title="Forgot your password?">Forgot your password?</a>
    </p>
  </div>
  <div class="clearfix">&nbsp;</div>
  <div class="form-group">
    <a class="btn btn-primary btn-block btn-lg" href="javascript:onSignInDialogSubmit();" data-gtm-event="login">Sign In</a>
  </div>
  <div class="divide-msg-container">
    <strong class="divide-msg">New Customer?</strong>
  </div>
  <div class="form-group align-center">
    <a class="btn btn-default btn-outline" role="button" href="/customer/create_account.html">Create a New Account</a>
  </div>
</form>

<form id="profile_authentication" class="profile pad_content">
  <div id="authentication_error" class="alert alert-danger hidden">
    <p>
      <strong id="auth_error_title">We Recognize Your Email</strong><br>
      <span id="auth_error_desc">It looks like there is already an account associated with your email address. Please try a different email address or reset your password.</span>
    </p>
  </div>
  <div id="prevent_close_authenticate" class="alert alert-danger hidden">
    <p id="prevent_close_authenticate_content" class="no_margin font_bold">An account is required to view this content. <a href="javascript:window.history.back();">Take me back.</a></p>
  </div>
  <div class="form-group">
    <label class="form-label control-label" for="AUTHENTICATION_MODAL_NAME">Name<span class="red">*</span></label>
    <input class="form-control required" type="text" name="AUTHENTICATION_MODAL_NAME" id="AUTHENTICATION_MODAL_NAME" required="" value="">
  </div>
  <div class="form-group">
    <label class="form-label control-label" for="AUTHENTICATION_MODAL_EMAIL">Email / Username<span class="red">*</span></label>
    <input class="form-control required" type="email" name="AUTHENTICATION_MODAL_EMAIL" id="AUTHENTICATION_MODAL_EMAIL" value="" required="" local-email-storage="" onfocus="setupEmailInputs()">
    <p class="help-block">Use this email address as your username the next time you log in.</p>
    <p>
    </p>
  </div>
  <div class="form-group">
    <label class="form-label control-label" for="AUTHENTICATION_MODAL_PASSWORD">Password<span class="red">*</span></label>
    <input class="form-control required" type="password" name="AUTHENTICATION_MODAL_PASSWORD" id="AUTHENTICATION_MODAL_PASSWORD" onkeyup="authenticationPasswordTest()" required="">
    <p class="help-block">Password must be at least 8 characters</p>
  </div>
  <div class="form-group">
    <label class="form-label control-label" for="AUTHENTICATION_MODAL_PASSWORD_CONFIRM">Confirm Password<span class="red">*</span></label>
    <input class="form-control required" type="password" name="AUTHENTICATION_MODAL_PASSWORD_CONFIRM" id="AUTHENTICATION_MODAL_PASSWORD_CONFIRM" onkeyup="authenticationPasswordTest()" required="">
    <p class="help-block"><span id="authentication_password_match_warning" class="text-danger">&nbsp;</span></p>
  </div>
  <div class="form-group checkbox checkbox-primary border-top border-bottom p-t-10 p-b-10 ">
    <input type="checkbox" class="required" name="AUTHENTICATION_MODAL_OPT_IN" id="AUTHENTICATION_MODAL_OPT_IN" required="">
    <label for="AUTHENTICATION_MODAL_OPT_IN">I hereby understand and agree to the <a href="/terms_of_service.html" target="_blank" title="Terms of Service">Terms of Service</a> and
      <a href="/policies.html" target="_blank" title="Privacy Policy">Privacy Policy</a>.</label>
  </div>
  <div class="clearfix">&nbsp;</div>
  <div class="form-group">
    <a class="btn btn-primary btn-block btn-lg" href="javascript:onAuthenticationDialogSubmit();">Create My Account</a>
  </div>
  <div class="divide-msg-container">
    <strong class="divide-msg">Already have an account?</strong>
  </div>
  <div class="form-group align-center">
    <a class="btn btn-default btn-outline" href="/customer/sign_in.html">Sign In</a>
  </div>
</form>

<form id="profile_deanonymize" class="profile">
  <div id="deanonymize_error" class="alert alert-danger hidden">
    <p>
      <strong id="authentication_error_title">We Recognize Your Email</strong><br>
      <span id="authentication_error_desc">It looks like there is already an account associated with your email address. Please try a different email address or reset your password.</span>
    </p>
  </div>
  <div id="prevent_close_deanonymize" class="alert alert-danger hidden">
    <p id="prevent_close_deanonymize_content">Information is required to view this content. <a href="javascript:goBackOrSendToIndexPage();">Take me back.</a></p>
  </div>
  <div class="form-group">
    <label class="form-label control-label" for="DEANONYMIZE_MODAL_NAME">Name<span class="red">*</span></label>
    <input class="form-control required" type="text" name="DEANONYMIZE_MODAL_NAME" id="DEANONYMIZE_MODAL_NAME" required="" value="">
  </div>
  <div class="form-group">
    <label class="form-label control-label" for="DEANONYMIZE_MODAL_EMAIL">Email<span class="red">*</span></label>
    <input class="form-control required" type="email" name="DEANONYMIZE_MODAL_EMAIL" id="DEANONYMIZE_MODAL_EMAIL" value="" required="" local-email-storage="" onfocus="setupEmailInputs()">
  </div>
  <div class="form-group checkbox checkbox-primary border-top border-bottom p-t-10 p-b-10 ">
    <input type="checkbox" class="required" name="DEANONYMIZE_MODAL_OPT_IN" id="DEANONYMIZE_MODAL_OPT_IN" required="">
    <label for="DEANONYMIZE_MODAL_OPT_IN">I hereby understand and agree to the <a href="/terms_of_service.html" target="_blank" title="Terms of Service">Terms of Service</a> and
      <a href="/policies.html" target="_blank" title="Privacy Policy">Privacy Policy</a>.</label>
  </div>
  <div class="clearfix">&nbsp;</div>
  <div class="form-group">
    <a class="btn btn-primary btn-block btn-lg" href="javascript:onDeanonymizeDialogSubmit();">Submit</a>
  </div>
  <div class="divide-msg-container">
    <strong class="divide-msg">Already have an account?</strong>
  </div>
  <div class="form-group align-center">
    <a class="btn btn-default btn-outline" href="/customer/sign_in.html">Sign In</a>
  </div>
</form>

Text Content

Skip disability assistance statement.

Welcome to our website! As we have the ability to list over one million items on
our website (our selection changes all of the time), it is not feasible for a
company our size to record and playback the descriptions on every item on our
website. However, if you have a disability we are here to help you. Please call
our disability services phone line at (401) 726-4240 during regular business
hours and one of our kind and friendly personal shoppers will help you navigate
through our website, help conduct advanced searches, help you choose the item
you are looking for with the specifications you are seeking, read you the
specifications of any item and consult with you about the products themselves.
There is no charge for the help of this personal shopper for anyone with a
disability. Finally, your personal shopper will explain our Privacy Policy and
Terms of Service, and help you place an order if you so desire.




SPECIAL 0% FINANCING AVAILABLE - CLICK HERE TO LEARN MORE & APPLY TODAY




Toggle navigation
 * Track Your Order
 * Track Your Repair
 * Contact Us
 * Rebates
 * About Us
   * Trade Partners
   * Customer Reviews
   * Meet The Team
 * Delivery
 * Installation
 * Service & Parts
 * Track Your Delivery
   
 * Email Savings
 * Financing

 * 
 * My Account
   
   Sign In
   
   Your email address and password do not match. Please try again, or reset your
   password.
   
   Email/Username
   Password
   Forgot your password?
    
   Sign In
   New Customer?
   
   Create Account

   
 * Locations
   * Pawtucket, RI
   * North Kingstown, RI
   * Cranston, RI
   * Middletown, RI
   * Cumberland, RI
   * Westerly, RI
   * 
   * Store Finder
 * 0
   
   * Your Cart
     
     There are no items in your shopping cart.
   
   


Search Site


TOP RESULTS




6 Convenient Locations »
Call Us Today (401) 726-4240
Click to Schedule Service
Call Us Today At:
(401) 725-8300
Click to Schedule Service
Toggle navigation Shop by Category
 * Clearance
 * Refrigeration
   
   * Refrigeration
     
     View All
   * *   
       * Refrigerators
         
       * Bottom Freezer
       * Top Freezer
       * French Door
       * Side-by-Side
       * Built-In
       * Freestanding
         
       * All Refrigerators
     *   
       * Freezers
         
       * Chest Freezers
       * Upright Freezers
       * Ice Makers
         
       * All Freezers
     *   
       * Other Refrigeration
         
       * Compact Refrigerators
       * Beverage Centers
       * Refrigerated Drawer
       * Accessories
         
       * All Other Refrigeration
 * Cooking
   
   * Cooking
     
     View All
   * *   
       * Ranges & Cooktops
         
       * Electric Cooktops
       * Gas Cooktops
       * Gas Ranges
       * Coil Ranges
       * Electric Ranges
       * Slide-in Ranges
       * Professional Ranges
       * Range Accessories
         
       * All Ranges & Cooktops
     *   
       * Wall Ovens
         
       * Combination Wall Ovens
       * Double Wall Ovens
       * Electric Wall Ovens
       * Gas Wall Ovens
       * Electric Warming Drawers
         
       * All Wall Ovens
     *   
       * Range Hoods
         
       * Convertible Hoods
       * Ducted Hoods
       * Ductless Hoods
       * Professional Hoods
       * Hood Accessories
         
       * All Range Hoods
     *   
       * Microwaves
         
       * Built In Microwaves
       * Countertop Microwave
       * Over the Range Microwaves
       * Accessories
         
       * All Microwaves
 * Cleanup
   
   * Cleanup
     
     View All
   * *   
       * Dishwashers
         
       * Built In Dishwashers
       * Portable Dishwashers
       * Accessories
         
       * All Dishwashers
     *   
       * Food Disposers
         
       * Trash Compactors
       * Waste Disposals
       * Accessories
         
       * All Food Disposers
     *   
       * Vacuums
         
       * Vacuums
         
       * All Vacuums
 * Laundry
   
   * Laundry
     
     View All
   * *   
       * Washers
         
       * Front Load Washer
       * High Efficiency Top Load Washer
       * Portable Washer
       * Traditional Top Load Washer
       * Combo Washer Dryer
       * Commercial Washer
       * Commercial Combo Washer Dryer
         
       * All Washers
     *   
       * Dryers
         
       * Top Load Electric Dryer
       * Front Load Electric Dryer
       * Top Load Gas Dryer
       * Front Load Gas Dryer
       * Top Load Matching Electric Dryer
       * Top Load Matching Gas Dryer
       * Portable Dryer
       * Commercial Dryer
         
       * All Dryers
     *   
       * Laundry Accessories
         
       * Hoses & Other Accessories
       * Laundry Pedestals
         
       * All Laundry Accessories
 * Grilling
   
   * Grilling
     
     View All
   * *   
       * Grilling
         
       * Gas Grills
       * Charcoal Grills
       * Electric Grills
       * Pro Style Grills
       * Pellet Grills
       * Accessories
         
       * All Grilling
 * Air Control
   
   * Air Control
     
     View All
   * *   
       * Air Cooling
         
       * Casement / Slider A/C Air Conditioners
       * Portable Air Conditioners
       * Split Air Conditioners
       * Wallfit Air Conditioners
       * Window Air Conditioners
       * A/C Accessories
         
       * All Air Cooling
     *   
       * Heaters & Humidifiers
         
       * Heaters
       * Humidifiers
       * Dehumidifiers
         
       * All Heaters & Humidifiers
 * Shop By Brand
 * Promotions
 * Reviews

Track Your Delivery » Track Your Repair » Low Price Guarantee! »
prev
next

View All Promotions

Create the perfect home Special financing available

Apply Now

Plenty To Choose From

















REFRIGERATORS

Shop Now


COOKING

Shop Now


LAUNDRY

Shop Now


DISHWASHERS

Shop Now

Request Service

Morning, afternoon, and evening service apppointments available!

schedule service »

Email Savings

Sign up to be the first to hear about our current specials and promotions!

sign up »

Promotions

Find amazing savings every day of the week! Shop our current promotions.

see details »
Read More Reviews


The Lowest Prices in Rhode Island & Massachusetts!

Contact Us

Wickford Appliance
207 Newport Ave.
Pawtucket, RI 02861

Call or Text:
(401) 726-4240


Wickford Appliance
8236 Post Rd.
North Kingstown, RI 02852

Call or Text:
(401) 294-2667


Wickford Appliance
108 Atwood Ave.
Cranston, RI 02920

Call or Text:
(401) 383-7700


Wickford Appliance
1180 West Main Rd.
Middletown, RI 02842

Call or Text:
(401) 619-4119


Wickford Appliance - Outlet Store
380 Mendon Rd.
Cumberland, RI 02864

Call or Text:
(401) 725-3690


Wickford Appliance
145 Granite Street
Westerly, RI 02891

Call or Text:
(401) 596-1068


Customer Service

 * Track Your Order
 * Track Your Repair
 * Contact Us
 * Meet The Team
 * Services
 * Preparing For Your Delivery
 * Low Price Guarantee
 * Careers
 * My Account
 * Financing
 * Privacy Policy
 * Refund & Return Policy
 * Shipping Policy
 * Terms of Service
 * Accessibility
 * Site Map

Follow Us

 * 
 * 
   



Welcome to our website! As we have the ability to list over one million items on
our website (our selection changes all of the time), it is not feasible for a
company our size to record and playback the descriptions on every item on our
website. However, if you have a disability we are here to help you. Please call
our disability services phone line at (401) 726-4240 during regular business
hours and one of our kind and friendly personal shoppers will help you navigate
through our website, help conduct advanced searches, help you choose the item
you are looking for with the specifications you are seeking, read you the
specifications of any item and consult with you about the products themselves.
There is no charge for the help of this personal shopper for anyone with a
disability. Finally, your personal shopper will explain our Privacy Policy and
Terms of Service, and help you place an order if you so desire.

© 2024 Retailer Web Services LLC All Rights Reserved | Powered by WebFronts™


×

Sign In

Account Holders Always Get More!
Some areas of our site are limited account holders only.

Your email address and password do not match. Please try again or reset your
password.

Sign in or create an account to view this content and much more! Take me back.

Email Address
Password

Forgot your password?

 
Sign In
New Customer?
Create a New Account

Welcome,

You are now signed in. Now you can access all the account-holder only content.

 

Continue Shopping

 

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

 

Manage Account

×

Create an Account

Members Always Get More!
Create an account today to get access to our member only deals!

We Recognize Your Email
It looks like there is already an account associated with your email address.
Please try a different email address or reset your password.

An account is required to view this content. Take me back.

Name*
Email / Username*

Use this email address as your username the next time you log in.



Password*

Password must be at least 8 characters

Confirm Password*

 

I hereby understand and agree to the Terms of Service and Privacy Policy.
 
Create My Account
Already have an account?
Sign In

Welcome,

Your account has been created.

 

Continue Shopping

 

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

 

Manage Account

×

Tell Us About Yourself

We're proud to be a small, local business and we want to get to know our
customers.

We Recognize Your Email
It looks like there is already an account associated with your email address.
Please try a different email address or reset your password.

Information is required to view this content. Take me back.

Name*
Email*
I hereby understand and agree to the Terms of Service and Privacy Policy.
 
Submit
Already have an account?
Sign In

Thank You

We appreciate it! Please don't hesitate to contact us if you have any questions.

 

Continue Shopping






Google Recaptcha