About E-Cloth | Learn More About E-Cloth (2024)

Search Login

0 Cart

    About E-Cloth | Learn More About E-Cloth (2)Free Shipping to Contiguous US

    • Scrubbers
    • Cloths
    • Dusters
    • Mops
    • Bundles
    • All Products
    • Baby
    • Beauty
    • Easy-Click Mop System
    • Household Cleaning
    • Pet Grooming
  • Login

Search

0 Cart

About E-Cloth | Learn More About E-Cloth (4)Free Shipping to Contiguous US

Rewards Program - Earn on Every Purchase

' + '

1

' + '

' + '

' + '

' + ' ' + ''; var shippingMSG = "FREE SHIPPING ON ORDERS OVER $69 TO THE CONTIGUOUS US"; var shippingDiv = '' + '

' + '

'+ shippingMSG +'

' + '

'; var svgIcon = '' + ' '; var upselProduct = '' + '

' + ' About E-Cloth | Learn More About E-Cloth (5)' + '

' + '

Customers also bought

' + ' ' + '

' + ' ' + '

' + ' ' + ' ' + '

' + '

' + '

' + '

'; var bmDynamicCard = '' + '

' + '

' + ' ' + ' About E-Cloth | Learn More About E-Cloth (6)' + '' + '

' + '

' + '

' + ' ' + '

' + '

' + '

' + '

' + '

' + '

' + ' ' + ' ' + '

' + '

' + '

' + '

' + '

' + '

1

' + '

' + '

' + '

' + '

' + '

' + '

' + '

' + ' ' + ' ' + '' + '

' + '

'; function addUpSellSlider() { if (!document.querySelector('.bm-upsel')) { document.querySelector('.bm-shipping').insertAdjacentHTML('afterend', ''); upsellProducts.forEach(function(data) { document.querySelector('.bm-upsel').insertAdjacentHTML('beforeend', upselProduct); document.querySelector('.bm-upsel > div:last-child .bm-upsel-title').innerHTML = data.name; document.querySelector('.bm-upsel > div:last-child .bm-upsel-title').setAttribute('href', data.href); document.querySelector('.bm-upsel > div:last-child img').setAttribute('src', data.src); document.querySelector('.bm-upsel > div:last-child .bm-image-link').setAttribute('href', data.href); document.querySelector('.bm-upsel > div:last-child .was-price').innerHTML = '$' + data.mainPrice; document.querySelector('.bm-upsel > div:last-child .sale').innerHTML = '$' + data.offerPrice; if (data.offerPrice == "") { document.querySelector('.bm-upsel > div:last-child .was-price').classList.remove('was-price'); document.querySelector('.bm-upsel > div:last-child .sale').remove(); } $('.bm-upsel > div:last-child button').attr('data-id', data.id); $('.bm-upsel > div:last-child button').attr('data-name', data.name); }); } waitForFlickity(bmSlider, 50, 10000); $(window).resize(function() { flkty.resize() }); } function init() { console.log('>> start init bm-optimize-atc-experience-js'); if(window.hasOwnProperty('bm_disable_progress_bar')) { if(!window.bm_disable_progress_bar) { return; } else { // remove free product from cart var prod1_line = $('.ajax-cart__list .ajax-cart__product[bm-data-product-id="'++'"]').attr('data-line-item'); var prod2_line = $('.ajax-cart__list .ajax-cart__product[bm-data-product-id="'++'"]').attr('data-line-item'); //console.log('>> prod', prod1_line, prod2_line); if(prod1_line) { Shopify.theme.jsAjaxCart.removeFromCart(prod1_line); } if(prod2_line) { Shopify.theme.jsAjaxCart.removeFromCart(prod2_line); } } } console.log('>> end init bm-optimize-atc-experience-js'); $('body').addClass('bm-opt-atc-active'); debugMessage('>> init'); var prices = document.querySelectorAll('.ajax-cart__list .ajax-cart__price'); prices.forEach(function(price) { if (price.nextElementSibling == null) { price.insertAdjacentHTML('afterend', htmlString); } }); if (!document.querySelector('.bm-shipping') && shippingMSG != '') { document.querySelector('body > #theme-ajax-cart .ajax-cart__cart-count > p').insertAdjacentHTML('afterend', shippingDiv); } addUpSellSlider(); var cartItems = document.querySelectorAll('body > #theme-ajax-cart .ajax-cart__list .ajax-cart__product'); cartItems.forEach(function(product) { var productTitle = product.querySelector('.ajax-cart__product-title > a').getAttribute('href'); // update single price cartResponseText.items.forEach(function(item) { if (productTitle.indexOf(item.id) > -1) { var productPrice = (item.price / 100).toFixed(2); product.querySelector(".ajax-cart__price >.money:nth-child(1)").innerHTML = '$' + productPrice; product.querySelector('.bm-quantity-container .bm-quantity').innerHTML = item.quantity; // update price of each product product.querySelector('.bm-total').innerHTML = '$' + (item.original_line_price / 100).toFixed(2); document.querySelector('body > .theme-ajax-cart .ajax-cart__details-wrapper .money').innerHTML = '$' + (cartResponseText.total_price / 100).toFixed(2); } }); }); if (!document.querySelector('.bm-shipping-note')) { document.querySelector('body > .theme-ajax-cart .ajax-cart__subtotal').insertAdjacentHTML('afterend', '

Shipping calculated at checkout

'); } } function bmSlider() { var elem = document.querySelector('.bm-upsel'); flkty = new Flickity(elem, { // options cellAlign: 'left', contain: true, pageDots: false, prevNextButtons: true, freeScroll: true, wrapAround: true, // autoPlay: true, }); } function quantityUpdate(num, $this) { var bmQuantityCon = $this.parent('.bm-quantity-container'); var $bmQuantity = $($this.siblings('.bm-quantity')); var bmQuantityNumber = parseInt($bmQuantity.html()); var q = 0; if (num == 1 && bmQuantityNumber > 0) { q = bmQuantityNumber + 1; } else if (num == -1 && bmQuantityNumber > 1) { q = bmQuantityNumber - 1; } if (q) { $bmQuantity.html(q); var productID = $this.parents('.ajax-cart__product').find('.ajax-cart__product-title').children('a').attr('href'); productID = productID.split('variant='); $.post('/cart/change.js', { 'id': productID[1], 'quantity': q }); } } waitForjQuery(function() { $ = window.jQuery; var isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent); if (isSafari) { $('body').addClass('bm-safari'); } $.each(upsellProducts, function(index, upsellProduct) { var url = '/products/' + upsellProduct.handle + '.json?bm-optimize-atc-experience=true'; $.get(url, function(data) { // console.log(data); }); }); $(document).ajaxComplete(function(event, xhr, settings) { if (settings.url.indexOf('?bm-optimize-atc-experience=true') > -1) { var responseText = JSON.parse(xhr.responseText); console.log(responseText); var product = responseText.product; $.each(upsellProducts, function(index, upsellProduct) { var currentProduct = upsellProduct; if (upsellProduct.handle == product.handle) { var sku = upsellProduct.sku; $.each(product.variants, function(i, variant) { currentProduct.name = product.title; if (product.variants.length > 1) { currentProduct.name = product.title + ' - ' + variant.title; } currentProduct.id = variant.id; currentProduct.mainPrice = variant.price; currentProduct.offerPrice = 0; if (variant.hasOwnProperty('compare_at_price')) { //currentProduct.offerPrice = variant.compare_at_price; if (variant.compare_at_price != '') { currentProduct.mainPrice = variant.compare_at_price; currentProduct.offerPrice = variant.price; } } currentProduct.src = product.image.src; // currentProduct.href = '/products/' + product.handle; // if (product.variants.length > 1) { // currentProduct.href = '/products/' + product.handle + '?variant=' + variant.id; // } currentProduct.href = '/products/' + product.handle + '?variant=' + variant.id; }); } }); upsellProductRequests++; if (upsellProductRequests == upsellProducts.length) { console.log(upsellProducts); $.get('/cart.js', function(data) { // console.log(data); }); } } }); var bmSend = XMLHttpRequest.prototype.send; XMLHttpRequest.prototype.send = function() { this.addEventListener('load', function() { if (this.responseURL.indexOf('/cart.js') > -1 && this.responseURL.indexOf('?') == -1) { cartResponseText = JSON.parse(this.responseText); waitForElement(".ajax-cart__list .ajax-cart__price", function() { setTimeout(function() { init(); }, 500); }, 50, 15000); $('span[data-bind="itemCount"]').text(cartResponseText.item_count); $.each(cartResponseText.items, function(index, item) { $('body>#theme-ajax-cart .ajax-cart__product-title>a').each(function() { if ($(this).attr('href').indexOf(item.handle) > -1) { var line = index + 1; var href = '/cart/change?line=' + line + '&quantity=0'; $(this).parents('.ajax-cart__product').attr('data-line-item', line) $(this).parents('.ajax-cart__product').find('.ajax-cart__delete').attr('href', href); } }); }); } if (this.responseURL.indexOf('/add.js') > -1 || this.responseURL.indexOf('/change.js') > -1) { $.get('/cart.js', function(data) {}); } }); return bmSend.apply(this, arguments); }; $('body').on('click', '.bm-upsel-product button', function(e) { e.preventDefault(); var $this = $(this); $.post('/cart/add.js', { items: [{ id: $this.attr('data-id'), quantity: 1 }] }).done(function() { var bmCount = 0; $('body>#theme-ajax-cart .ajax-cart__list .ajax-cart__product .ajax-cart__product-title > a').each(function() { var title = $(this).html().replace(/\s\s+/g, ' '); if (title.indexOf($this.attr('data-name')) > -1) { bmCount++; } }); if (!bmCount) { document.querySelector('body > #theme-ajax-cart #ajax-cart__content .ajax-cart__list').insertAdjacentHTML('afterbegin', bmDynamicCard); var itemHref = $this.parent().prev('.bm-upsel-title').attr('href'); var itemTitle = $.trim($this.parent().prev('.bm-upsel-title').html()); var itemImg = $this.parents('.bm-upsel-product').find('img').attr('src'); var itemMainPrice = $this.parents('.bm-upsel-product').find('.was-price').html(); var itemSalePrice = $this.parents('.bm-upsel-product').find('.sale').html(); if (itemMainPrice == undefined) { itemMainPrice = $this.parents('.bm-upsel-product').find('.money').html(); } document.querySelector('.bm-dynamic-card:nth-child(1) .bm-image-link > img').setAttribute('src', itemImg); document.querySelector('.bm-dynamic-card:nth-child(1) .bm-image-link').setAttribute('href', itemHref); document.querySelector('.bm-dynamic-card:nth-child(1) .ajax-cart__product-title > a').setAttribute('href', itemHref); document.querySelector('.bm-dynamic-card:nth-child(1) .ajax-cart__product-title > a').innerHTML = itemTitle; document.querySelector('.bm-dynamic-card:nth-child(1) .was-price').innerHTML = itemMainPrice; document.querySelector('.bm-dynamic-card:nth-child(1) .sale').innerHTML = itemSalePrice; if (itemSalePrice == undefined) { document.querySelector('.bm-dynamic-card:nth-child(1) .was-price').classList.remove('was-price'); document.querySelector('.bm-dynamic-card:nth-child(1) .sale').remove(); document.querySelector('.bm-dynamic-card:nth-child(1) .bm-total').innerHTML = itemMainPrice; } else { document.querySelector('.bm-dynamic-card:nth-child(1) .bm-total').innerHTML = itemSalePrice; } } // flkty.destroy(); // $this.parents('.bm-upsel-product').remove(); // bmSlider(); flkty.next(); $.get('/cart.js', function(data) {}); }); }); $('body').on('click', '.bm-quantity-container .bm-plus', function() { if($('body').hasClass('bm-opt-atc-active')) { quantityUpdate(1, $(this)); } }); $('body').on('click', '.bm-quantity-container .bm-minus', function() { if($('body').hasClass('bm-opt-atc-active')) { quantityUpdate(-1, $(this)); } }); }, 50, 10000); } catch (e) { if (debug) console.log(e, "error in Test" + variation_name); }})();

Shop E-Cloth

  • Scrubbers
  • Cloths
  • Dusters
  • Mops
  • Bundles
  • All Products
  • Best Sellers
SHOP ALL E-CLOTH PRODUCTS

About E-Cloth | Learn More About E-Cloth (7) Cloths

About E-Cloth | Learn More About E-Cloth (8) Scrubbers

About E-Cloth | Learn More About E-Cloth (9) Dusters

About E-Cloth | Learn More About E-Cloth (10) Mops

About E-Cloth | Learn More About E-Cloth (11)

About E-Cloth | Learn More About E-Cloth (12) Bundles

About E-Cloth | Learn More About E-Cloth (13) All Products

We're E-Cloth

For more than 20 years, we’ve made premium cleaning materials using superior textiles and exceptional engineering.

You want cleaning products that work. We call that Effective.

You care about quality. We call that Exceptional Engineering.

You want fewer cleaners and don’t want to pollute your family, pets, or the world. We call that Eco-Friendly.

About E-Cloth | Learn More About E-Cloth (14)

We're E-Cloth

For more than 20 years, we’ve made premium cleaning materials using superior textiles and exceptional engineering.

You want cleaning products that work. We call that Effective.

You care about quality. We call that Exceptional Engineering.

You want fewer cleaners and don’t want to pollute your family, pets, or the world. We call that Eco-Friendly.

We're E-Cloth

For more than 20 years, we’ve made premium cleaning materials using superior textiles and exceptional engineering.

You want cleaning products that work. We call that Effective.

You care about quality. We call that Exceptional Engineering.

You want fewer cleaners and don’t want to pollute your family, pets, or the world. We call that Eco-Friendly.

About E-Cloth | Learn More About E-Cloth (15)

Welcome.

The story of our reusable microfiber cloths started more than twenty years ago with a guy named Steve Pearson. Intrigued by the idea of cleaning with just water, Steve set out to manufacture the world’s best cleaning system.

He started humbly, in a one-room office with a cardboard box filled with 300 premium quality microfibers, determined to bring the eco-friendly cleaning concept to as many homes as possible.

The more he learned, the more his passion grew. To help him create the best cleaning cloth possible, Steve teamed up with an engineer and scientists. The results of that collaboration were E-Cloth’s General Purpose Cloth and Glass and Polishing Cloth.

Initial tests on popular household appliances like Neff, Miele, and Electrolux proved how well the cleaning cloths worked on stainless steel. A brand was born!

Although E-Cloth has added dozens of specialized products, those flagship cloths are still purchased by millions of customers each year, revered for their unsurpassed ability to clean without additional cleaners.

Through the years, E-Cloth has remained committed to the ideal of producing reusable cleaning cloths that clean better than anything else.

We continually adapt and improve our engineering and have added new task-specific products to tackle unique surfaces (like your cell phone), always maintaining our high-quality standards.

Today, you can clean your floors, dishes, windows, stainless steel appliances, and even your car sustainably and without additional cleaners when you use E-Cloth products.

What started as one man’s vision – cleaning with just water – has become a lifestyle choice for many around the globe. As more people have become intentional about embracing sustainability, E-Cloth is proud to be the partner that helps keep your home, gadgets, and car clean, without additional cleaners and unnecessary waste. If you’re new around here, welcome to the E-Cloth family!

Read more about E-Cloth

How E-Cloth is Made

Find out why E-Cloth is different from other microfiber.

Read more

About E-Cloth | Learn More About E-Cloth (16)

Benefits of E-Cloth

Read about the benefits of cleaning with E-Cloth and water.

Read more

About E-Cloth | Learn More About E-Cloth (17)

The Scientific Proof

Backed by lab tests and clean homes. Here's the proof.

Read more

About E-Cloth | Learn More About E-Cloth (18)

About E-Cloth | Learn More About E-Cloth (19)

Welcome.

The story of our reusable, microfiber cloths started more than twenty years ago with a guy named Steve Pearson. Intrigued by the idea of cleaning with just water, Steve set out to manufacture the world’s best cleaning system.

He started humbly, in a one-room office with a cardboard box filled with 300 premium quality microfibers, determined to bring the eco-friendly cleaning concept to as many homes as possible.

The more he learned, the more his passion grew. To help him create the best cleaning cloth possible, Steve teamed up with an engineer and scientists. The results of that collaboration were E-Cloth’s General Purpose Cloth and Glass and Polishing Cloth.

Initial tests on popular household appliances like Neff, Miele, and Electrolux proved how well the cleaning cloths worked on stainless steel. A brand was born!

Although E-Cloth has added dozens of specialized products, those flagship cloths are still purchased by millions of customers each year, revered for their unsurpassed ability to clean without additional cleaners.

Through the years, E-Cloth has remained committed to the ideal of producing reusable, cleaning cloths that clean better than anything else.

We continually adapt and improve our engineering and have added new task-specific products to tackle unique surfaces (like your cell phone), always maintaining our high-quality standards.

Today, you can clean your floors, dishes, windows, stainless steel appliances, and even your car sustainably and without additional cleaners when you use E-Cloth products.

What started as one man’s vision – cleaning with just water – has become a lifestyle choice for many around the globe. As more people have become intentional about embracing sustainability, E-Cloth is proud to be the partner that helps keep your home, gadgets, and car clean, without additional chemicals and unnecessary waste. If you’re new around here, welcome to the E-Cloth family!

Read more about E-Cloth

Read more about E-Cloth

Learn About E-Cloth

How E-Cloth got started and why we're sticking around

Read more

About E-Cloth | Learn More About E-Cloth (20)

Benefits of E-Cloth

Read about the benefits of chemical-free cleaning.

Read more

About E-Cloth | Learn More About E-Cloth (21)

How E-Cloth is Made

Our manufacturing process delivers a perfect clean

Read more

About E-Cloth | Learn More About E-Cloth (22)

How E-Cloth Is Made

Find out why E-Cloth is different from other microfiber.

Read more

About E-Cloth | Learn More About E-Cloth (23)

Benefits of E-Cloth

Read about the benefits of cleaning with E-Cloth and water.

Read more

About E-Cloth | Learn More About E-Cloth (24)

The Scientific Proof

Backed by lab tests and clean homes. Here’s the proof.

Read more

About E-Cloth | Learn More About E-Cloth (25)

About E-Cloth | Learn More About E-Cloth (26)

About E-Cloth | Learn More About E-Cloth (27)

Welcome.

The story of our reusable, microfiber cloths started more than twenty years ago with a guy named Steve Pearson. Intrigued by the idea of cleaning with just water, Steve set out to manufacture the world’s best cleaning system.

He started humbly, in a one-room office with a cardboard box filled with 300 premium quality microfibers, determined to bring the eco-friendly cleaning concept to as many homes as possible.

The more he learned, the more his passion grew. To help him create the best cleaning cloth possible, Steve teamed up with an engineer and scientists. The results of that collaboration were E-Cloth’s General Purpose Cloth and Glass and Polishing Cloth.

Initial tests on popular household appliances like Neff, Miele, and Electrolux proved how well the cleaning cloths worked on stainless steel. A brand was born!

Although E-Cloth has added dozens of specialized products, those flagship cloths are still purchased by millions of customers each year, revered for their unsurpassed ability to clean.

Through the years, E-Cloth has remained committed to the ideal of producing reusable, cleaning cloths that clean brilliantly.

We continually adapt and improve our engineering and have added new task-specific products to tackle unique surfaces (like your cell phone), always maintaining our high-quality standards.

Today, you can clean your floors, dishes, windows, stainless steel appliances, and even your car sustainably and without additional cleaners when you use E-Cloth products.

What started as one man’s vision – cleaning with just water – has become a lifestyle choice for many around the globe. As more people have become intentional about embracing sustainability, E-Cloth is proud to be the partner that helps keep your home, gadgets, and car clean without additional cleaners or unnecessary waste. If you’re new around here, welcome to the E-Cloth family!

Read more about E-Cloth

How It's Made

Find out why E-Cloth is different from other microfiber.

Read more

About E-Cloth | Learn More About E-Cloth (28)

Why You Should Use It

Read about the benefits of cleaning with E-Cloth and water.

Read more

About E-Cloth | Learn More About E-Cloth (29)

The Scientific Proof

Backed by lab tests and clean homes. Here’s the proof.

Read more

About E-Cloth | Learn More About E-Cloth (30)

About E-Cloth | Learn More About E-Cloth (31)

chat

email call FAQ

We use cookies on our website to give you the best shopping experience. By using this site, you agree to its use of cookies.

Search our shop

Commonly searched

Floors

Windows

Dusting

Kitchen

About E-Cloth | Learn More About E-Cloth (2024)

References

Top Articles
Latest Posts
Article information

Author: Saturnina Altenwerth DVM

Last Updated:

Views: 6295

Rating: 4.3 / 5 (44 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Saturnina Altenwerth DVM

Birthday: 1992-08-21

Address: Apt. 237 662 Haag Mills, East Verenaport, MO 57071-5493

Phone: +331850833384

Job: District Real-Estate Architect

Hobby: Skateboarding, Taxidermy, Air sports, Painting, Knife making, Letterboxing, Inline skating

Introduction: My name is Saturnina Altenwerth DVM, I am a witty, perfect, combative, beautiful, determined, fancy, determined person who loves writing and wants to share my knowledge and understanding with you.