www.discountdomestics.co.uk Open in urlscan Pro
185.161.18.32  Public Scan

Submitted URL: http://discountdomestics.co.uk/
Effective URL: https://www.discountdomestics.co.uk/
Submission: On April 11 via api from GB — Scanned from GB

Form analysis 2 forms found in the DOM

GET https://www.discountdomestics.co.uk/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://www.discountdomestics.co.uk/catalogsearch/result/" method="get">
  <div class="field search">
    <label class="label" for="search" data-role="minisearch-label">
      <span>Search</span>
    </label>
    <div class="control">
      <input id="search" type="text" name="q" value="" placeholder="Search entire store here..." class="input-text" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off" aria-expanded="false">
      <div id="search_autocomplete" class="search-autocomplete"></div>
      <div class="nested">
        <a class="action advanced" href="https://www.discountdomestics.co.uk/catalogsearch/advanced/" data-action="advanced-search">
        Advanced Search    </a>
      </div>
      <div data-bind="scope: 'searchsuiteautocomplete_form'">
        <!-- ko template: getTemplate() -->
        <div id="searchsuite-autocomplete" class="searchsuite-autocomplete" data-bind="visible: showPopup()" style="display: none;">
          <div data-bind="visible: anyResultCount()" style="display: none;">
            <div class="suggest" data-bind="visible: result.suggest.data().length > 0" style="display: none;">
              <div class="title"><!-- ko i18n: 'Suggested'--><span>Suggested</span><!-- /ko --></div>
              <ul id="suggest" role="listbox" data-bind="foreach: result.suggest.data"></ul>
            </div>
            <div class="product" data-bind="visible: result.product.data().length > 0" style="display: none;">
              <div class="title">
                <!-- ko i18n: 'Products'--><span>Products</span><!-- /ko -->
                <a class="see-all" data-bind="attr: {href: result.product.url}" href="">
                    <!-- ko i18n: 'See All' --><span>See All</span><!-- /ko -->
                    <span data-bind="text: result.product.size">0</span>
                </a>
              </div>
              <ul id="product" role="listbox" data-bind="foreach: result.product.data"></ul>
            </div>
          </div>
          <div class="no-result" data-bind="visible: !anyResultCount()"><!-- ko i18n: 'No Result'--><span>No Result</span><!-- /ko --></div>
        </div><!-- /ko -->
      </div>
    </div>
  </div>
  <div class="actions">
    <button type="submit" title="Search" class="action search" aria-label="Search" disabled="disabled">
      <span>Search</span>
    </button>
  </div>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
          autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <!-- ko foreach: {data: elems, as: 'element'} --><!-- /ko -->
    <!-- /ko -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- ko template: getTemplate() -->
    <!-- ko if: (getIsVisible()) -->
    <div data-bind="{
    attr: {
        'id': getReCaptchaId() + '-wrapper'
    },
    'afterRender': renderReCaptcha()
}" id="msp-recaptcha-popup-login-wrapper">
      <div class="g-recaptcha" id="msp-recaptcha-popup-login">
        <div class="grecaptcha-badge" data-style="inline" style="width: 256px; height: 60px; box-shadow: gray 0px 0px 5px;">
          <div class="grecaptcha-logo"><iframe title="reCAPTCHA"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LfvfvYZAAAAAEfGOaL5XB4zgMO992ZBN3T9Bmo-&amp;co=aHR0cHM6Ly93d3cuZGlzY291bnRkb21lc3RpY3MuY28udWs6NDQz&amp;hl=en&amp;v=Y-cOIEkAqcfDdup_qnnmkxIC&amp;size=invisible&amp;badge=inline&amp;cb=b4wief9kjia7"
              width="256" height="60" role="presentation" name="a-qs6np0igmkym" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div>
          <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response-1" name="g-recaptcha-response" class="g-recaptcha-response"
            style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div><iframe style="display: none;"></iframe>
      </div>
      <!-- ko if: (!getIsInvisibleRecaptcha()) --><!-- /ko -->
    </div>
    <!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <input name="context" type="hidden" value="checkout">
      <div class="primary">
        <button type="submit" class="action action-login secondary" name="send" id="send2">
          <span data-bind="i18n: 'Sign In'">Sign In</span>
        </button>
      </div>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.discountdomestics.co.uk/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
  <input type="text" name="token" style="display: none">
</form>

Text Content

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

Covid-19 Update - Unfortunately due to the Coronavirus our online checkout is
currently closed
Toggle Nav

Search
Search
Advanced Search
Suggested
Products See All 0
No Result
Search
My account
Basket
My Basket
Close You have no items in your shopping basket.
 * Leading domestic appliance specialists
   in Wrexham and Chester
 * We have over 1000 products on display
   for you to see and then buy
 * Call on 01244 535929
   or email wxm@rnw.co.uk
 * Mon-Fri 9am-5.30pm
   Sat - 9am-5pm Sun - Closed

Menu
 * Cooking
   * Freestanding
     * Dual Fuel
     * Electric
       * Ceramic
       * Induction
       * Solid Plate
     * Gas
     * Small Appliances
   * Integrated
     * Built In Double Oven
     * Built In Single Oven
     * Built Under Double Oven
     * Hobs
       * Ceramic
       * Gas
       * Induction
       * Solid Plate
     * Hoods
       * Canopy
       * Chimney
       * Downdraft
       * Integrated
       * Island
       * Visor
       * Angled
       * Ceiling
     * Microwaves
     * Splashbacks
     * Warming Drawer
 * Dishwashing
   * Freestanding
     * Full Size
     * Slimline
   * Integrated
     * Full Size
     * Slimline
 * Laundry
   * Freestanding
     * Tumble Dryers
       * Condenser Dryers
       * Heat Pump
       * Spin Dryer
       * Vented Dryers
     * Washer Dryers
     * Washing Machines
   * Integrated
     * Tumble Dryers
       * Condenser
       * Heat Pump
       * Vented
     * Washer Dryers
     * Washing Machines
 * Range Cookers
   * Dual Fuel
   * Electric
     * Ceramic
     * Induction
   * Gas
 * Refrigeration
   * Freestanding
     * American Fridge Freezers
     * Freezers
       * Chest
       * Table Top
       * Tall Single Door
       * Under Counter
     * Fridge Freezers
     * Fridges
       * Table Top
       * Tall Single Door
       * Under Counter
     * Retro Style
       * Glass Door Fridge
       * Table Top
       * Tall Single Door
       * Under Counter
     * Wine Cooler
   * Integrated
     * Freezers
     * Fridge + Icebox
     * Fridge Freezers
     * Larder
     * Wine Cooler
 * Home

Previous

Next
 * 1
 * 2


DISCOUNT DOMESTICS - YOUR LOCAL APPLIANCE SPECIALIST

Discount Domestics is a real shop for real people. Visit our showrooms in
Wrexham and Harwarden to see and touch a huge range of domestic appliances
manufactured by leading brands. Our experienced team of appliance specialists
are always available to answer any questions and help you find your ideal
appliance at a price to suit you.

We stock a vast range of domestic appliances for you to take home on the day of
purchase. If you require a washing machine or tumble dryer, fridge or freezer,
range cooker or microwave, built in or freestanding we will share our expertise
and extensive product knowledge to satisfy your exact needs and provide total
peace of mind.


Cooking
View the range
Dishwashing
View the range
Laundry
View the range
Range Cookers
View the range
Refrigeration
View the range

New Products
Previous

Hotpoint HARG60K 60Cm Double Oven Gas Cooker Black
£399.95
Add to Compare Add to Wish List
Add to Basket
Rapid delivery Available

Hotpoint HUE61PS 60Cm Ceramic Double Oven White
£429.95
Add to Compare Add to Wish List
Add to Basket
Rapid delivery Available

Hotpoint HUE61KS 60Cm Ceramic Double Oven Black
£459.95
Add to Compare Add to Wish List
Add to Basket
Rapid delivery Available

Hotpoint HARG60P Gas Cooker 60Cm White
£399.95
Add to Compare Add to Wish List
Add to Basket
Rapid delivery Available

Hotpoint HAG60P 60Cm Double Oven Gas Cooker White
£399.95
Add to Compare Add to Wish List
Add to Basket
Rapid delivery Available

Bosch WTH85222GB 8kg Heat Pump Tumble Dryer - White
£499.00
Add to Compare Add to Wish List
Add to Basket
Rapid delivery Available

Fridgemaster MUZ4860MFB Under Counter Freezer 48Cm Black
£159.95
Add to Compare Add to Wish List
Add to Basket
Rapid delivery Available

Fridgemaster MUL4892MFB Under Counter Larder 48Cm Black
£149.95
Add to Compare Add to Wish List
Add to Basket
Rapid delivery Available

Hotpoint HUG61G 60Cm Double Oven Gas Cooker Graphite
£499.95
Add to Compare Add to Wish List
Add to Basket
Rapid delivery Available

Hisense RQ563N4AF1 American Fridge Freezer 4 Door Black Steel
£699.95
Add to Compare Add to Wish List
Add to Basket
Rapid delivery Available

Hotpoint HARG60K 60Cm Double Oven Gas Cooker Black
£399.95
Add to Compare Add to Wish List
Add to Basket
Rapid delivery Available

Hotpoint HUE61PS 60Cm Ceramic Double Oven White
£429.95
Add to Compare Add to Wish List
Add to Basket
Rapid delivery Available

Hotpoint HUE61KS 60Cm Ceramic Double Oven Black
£459.95
Add to Compare Add to Wish List
Add to Basket
Rapid delivery Available

Hotpoint HARG60P Gas Cooker 60Cm White
£399.95
Add to Compare Add to Wish List
Add to Basket
Rapid delivery Available

Hotpoint HAG60P 60Cm Double Oven Gas Cooker White
£399.95
Add to Compare Add to Wish List
Add to Basket
Rapid delivery Available

Bosch WTH85222GB 8kg Heat Pump Tumble Dryer - White
£499.00
Add to Compare Add to Wish List
Add to Basket
Rapid delivery Available

Fridgemaster MUZ4860MFB Under Counter Freezer 48Cm Black
£159.95
Add to Compare Add to Wish List
Add to Basket
Rapid delivery Available

Fridgemaster MUL4892MFB Under Counter Larder 48Cm Black
£149.95
Add to Compare Add to Wish List
Add to Basket
Rapid delivery Available

Hotpoint HUG61G 60Cm Double Oven Gas Cooker Graphite
£499.95
Add to Compare Add to Wish List
Add to Basket
Rapid delivery Available

Hisense RQ563N4AF1 American Fridge Freezer 4 Door Black Steel
£699.95
Add to Compare Add to Wish List
Add to Basket
Rapid delivery Available

Hotpoint HARG60K 60Cm Double Oven Gas Cooker Black
£399.95
Add to Compare Add to Wish List
Add to Basket
Rapid delivery Available

Hotpoint HUE61PS 60Cm Ceramic Double Oven White
£429.95
Add to Compare Add to Wish List
Add to Basket
Rapid delivery Available

Hotpoint HUE61KS 60Cm Ceramic Double Oven Black
£459.95
Add to Compare Add to Wish List
Add to Basket
Rapid delivery Available

Hotpoint HARG60P Gas Cooker 60Cm White
£399.95
Add to Compare Add to Wish List
Add to Basket
Rapid delivery Available

Hotpoint HAG60P 60Cm Double Oven Gas Cooker White
£399.95
Add to Compare Add to Wish List
Add to Basket
Rapid delivery Available
Next
 * 1
 * 2







SHOP BY BRAND

Previous

Next
 * 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7
 * 8
 * 9




WREXHAM STORE

 * Rhosddu Industrial Estate
   Rhosrobin
   Wrexham
   LL11 4YL
 *  
 * 01978 366183


HAWARDEN STORE

 * Hawarden Industrial Park
   Manor Lane
   Deeside
   CH5 3PZ
 *  
 * 01244 535929


ABOUT DISCOUNT DOMESTICS

 * Wrexham Store
 * Hawarden Store
 * Frequently Asked Questions
 * Terms & Conditions
 * Our Brands
 * Contact Us


MEMBERS OF EURONICS






Loading...

Back to top
© - All Rights Reserved | VAT No. 161803187 Discount Domestics, Hawarden
Industrial Park, Manor Lane, Hawarden, CH5 3PZ Ver 11.218

COOKIE NOTICE

This website uses cookies to improve your user experience. By using the website
you agree to our use of cookies.

I Accept Read More
Close
Checkout as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Create an Account
Checkout using your account

Email Address

Password


Sign In
Forgot Your Password?