www.linenplus.com Open in urlscan Pro
172.67.39.167  Public Scan

URL: https://www.linenplus.com/
Submission: On April 18 via manual from DE — Scanned from IL

Form analysis 6 forms found in the DOM

POST

<form class="form form-login" method="post" @submit.prevent="submitForm();" id="authentication-popup">
  <div class="fieldset login">
    <div class="field email required">
      <label class="label" for="customer-email">
        <span>Email Address</span>
      </label>
      <div class="control">
        <input name="username" x-ref="customer-email" autocomplete="username" @change="errors = 0" type="email" required="" class="form-input input-text">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label">
        <span>Password</span>
      </label>
      <div class="control">
        <input name="password" type="password" autocomplete="current-password" class="form-input input-text" required="" x-ref="customer-password" @change="errors = 0">
      </div>
    </div>
    <input name="context" type="hidden" value="checkout">
    <div class="actions-toolbar flex justify-between pt-6 pb-2 items-center">
      <button type="submit" class="inline-flex btn btn-primary"> Sign In </button>
      <a href="https://www.linenplus.com/customer/account/forgotpassword/">
Forgot Your Password? </a>
    </div>
  </div>
</form>

GET https://www.linenplus.com/catalogsearch/result/

<form class="minisearch flex items-center relative" id="search_mini_form" :class="{'z-30': loaded}" action="https://www.linenplus.com/catalogsearch/result/" method="get">
  <label class="hidden" for="search" data-role="minisearch-label">
    <span>Search</span>
  </label>
  <button type="submit" title="Search" class="absolute h-full px-2 text-gray">
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" width="20" height="20">
      <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
    </svg>
  </button>
  <div class="absolute top-11 w-full z-30">
    <div class="leading-normal transition appearance-none text-grey-800" x-show="loaded" x-spread="easeInOutOpacity" style="display: none;">
      <div class="flex justify-between p-2 bg-container-lighter even:bg-container border border-container" x-show="!total &amp;&amp; loaded" style="display: none" x-text="emptySearchResults">Nothing has been found.</div>
      <template x-for="item in items">
        <div class="flex justify-between p-2 bg-container-lighter even:bg-container
                             border border-container hover:border-theme focus:border-theme" tabindex="0" @keydown.enter="openResult(getUrl(item))"
          @keydown.arrow-up.prevent="focusElement($event.target.previousElementSibling) || $refs.searchInput.focus()" @keydown.arrow-down.prevent="focusElement($event.target.nextElementSibling)">
          <a :href="getUrl(item)" class="flex flex p-1">
<img class="w-1/5 p-1" :src="getThumbnailUrl(item)" alt="" width="50" height="50">
<span class="ml-1 w-4/5 flex flex-col">
<span>
<span x-html="getName(item)"></span>
(<strong x-html="getSku(item)"></strong>)
</span>
<span>
<strong x-text="getFinalPrice(item)"></strong>
<span x-text="getUom(item)"></span>
</span>
</span>
</a>
        </div>
      </template>
      <button type="submit" x-show="items.length" tabindex="0" @keydown.arrow-up.prevent="focusElement($event.target.previousElementSibling) || $refs.searchInput.focus()" @keydown.arrow-down.prevent="focusElement($event.target.nextElementSibling)"
        style="display: none" class="btn btn-primary w-full">
        <span>View All</span>
        <span class="pl-1" x-show="total > 6" x-text="'(' + total + ')'" style="display: none;">(0)</span>
      </button>
    </div>
  </div>
  <input id="search" x-ref="searchInput" type="search" autocomplete="off" name="q" value="" placeholder="Search entire store here..." maxlength="128" required="" class="w-full pl-8 leading-normal transition appearance-none text-grey-800"
    @focus="suggest" @input.debounce.300="suggest" @keydown.arrow-down.prevent="focusElement($el.querySelector('[tabindex]'))">
</form>

POST

<form class="form form-login" method="post" @submit.prevent="submitForm($el);">
  <input name="form_key" type="hidden" value="gLfrvQK2h0RSWv4C">
  <fieldset class="fieldset login" data-hasrequired="* Required Fields">
    <div class="field note">If you have an account, sign in with your email address. </div>
    <div class="field email required">
      <div class="control">
        <input name="login[username]" type="email" autocomplete="username" x-ref="customer-email" class="input-text w-full" @change="hasErrors = false" title="Email" placeholder="Email" <="" div="">
      </div>
      <div class="field password required">
        <div class="control">
          <input name="login[password]" type="password" autocomplete="current-password" x-ref="customer-password" class="input-text w-full" @change="hasErrors = false" title="Password" placeholder="Password">
        </div>
      </div>
      <div class="actions-toolbar">
        <div class="secondary">
          <a class="ml-2 hover:text-theme hover-slide-underline" href="https://www.linenplus.com/customer/account/forgotpassword/">
<span>Forgot Your Password?</span>
</a>
        </div>
        <div class="primary">
          <button type="submit" class="action login primary" :disabled="isLoading" :class="{'cursor-wait': isLoading}">
            <span>Log In</span>
          </button>
        </div>
      </div>
    </div>
  </fieldset>
</form>

POST

<form class="form form-login" method="post" @submit.prevent="submitForm();" id="authentication-popup-mobile">
  <div class="fieldset login">
    <div class="field email required">
      <label class="label" for="customer-email">
        <span>Email Address</span>
      </label>
      <div class="control">
        <input name="username" x-ref="customer-email" autocomplete="username" @change="errors = 0" type="email" required="" class="form-input input-text">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label">
        <span>Password</span>
      </label>
      <div class="control">
        <input name="password" type="password" autocomplete="current-password" class="form-input input-text" required="" x-ref="customer-password" @change="errors = 0">
      </div>
    </div>
    <input name="context" type="hidden" value="checkout">
    <div class="actions-toolbar flex justify-between pt-6 pb-2 items-center">
      <button type="submit" class="inline-flex btn btn-primary"> Sign In </button>
      <a href="https://www.linenplus.com/customer/account/forgotpassword/">
Forgot Your Password? </a>
    </div>
  </div>
</form>

POST

<form class="form form-login" method="post" @submit.prevent="submitForm($el);">
  <input name="form_key" type="hidden" value="gLfrvQK2h0RSWv4C">
  <fieldset class="fieldset login" data-hasrequired="* Required Fields">
    <div class="field email required">
      <div class="control">
        <input name="login[username]" type="email" autocomplete="username" x-ref="customer-email" class="input-text w-full" @change="hasErrors = false" title="Email" placeholder="Email" <="" div="">
      </div>
      <div class="field password required">
        <div class="control">
          <input name="login[password]" type="password" autocomplete="current-password" x-ref="customer-password" class="input-text w-full" @change="hasErrors = false" title="Password" placeholder="Password">
        </div>
      </div>
      <div class="actions-toolbar">
        <div class="secondary">
          <a class="ml-2 hover:text-theme hover-slide-underline" href="https://www.linenplus.com/customer/account/forgotpassword/">
<span>Forgot Your Password?</span>
</a>
        </div>
        <div class="primary">
          <button type="submit" class="action login primary" :disabled="isLoading" :class="{'cursor-wait': isLoading}">
            <span>Log In</span>
          </button>
        </div>
      </div>
      <a href="https://www.linenplus.com/customer/account/create/" type="button" class="btn-secondary btn m-2" aria-label="Create an Account">
<span>Create an Account</span>
</a>
    </div>
  </fieldset>
</form>

https://www.linenplus.com/blog/

<form action="https://www.linenplus.com/blog/">
  <button type="submit" class="bg-transparent border-solid border border-theme text-theme hover:bg-theme hover:text-white btn mr-0 ml-auto"> Read More </button>
</form>

Text Content

Press Alt+1 for screen-reader mode, Alt+0 to cancelAccessibility Screen-Reader
Guide, Feedback, and Issue Reporting Up
Choose another country or region to see content specific to your location and
shop online.
USA
Canada
Free Shipping Over $350*

United States Leading Supplier for Hospitality Linens & Essentials

Customer Service
|
Track Order


CHECKOUT USING YOUR ACCOUNT

Email Address

Password

Sign In Forgot Your Password?



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
Search
Nothing has been found.
()
View All (0)
Reviews Cart 0
Track Order
|
Sign In
Registered Customers
If you have an account, sign in with your email address.
Forgot Your Password?
Log In
|
Create an Account


CHECKOUT USING YOUR ACCOUNT

Email Address

Password

Sign In Forgot Your Password?



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
Categories
View All Bath Linen Bed Linen Amenities & Guest Room Supplies Table, Table Linen
& Chairs Commercial Kitchen Linen & Supplies Apparel Janitorial Supplies
Facility Maintenance Supplies Packaging & Shipping Supplies Material Handling &
Storage First Aid Kits & Supplies Medical Supplies Home Health Care Personal
Protective Equipment Deals Centre Tools Office Supplies
Industries
View All Hospitality Healthcare Long Term Care AirBnb & Vacation Home Dental
Supplies Food Services Salon/Spa Industrial Safety Supplies Fitness Club Prison
& Correctional Facility Hospitals Continuing Care Govt Tattoo Studio Supplies
Fleet & Automotive
Clearance
View All Disposable Gloves N95 & Facemask
New This Month
Shop Overstock
Deal Center
1-855-469-5353


MY CART

Qty:



Subtotal:

Checkout View Cart
Skip to Content
Shop By Categories

Shop By Industries

Deals
Clearance New This Month Shop Overstock Deal Center
Blog

Sign In
Registered Customers
Forgot Your Password?
Log In
Create an Account
Compare Products 0 item items 0


PERSONAL PROTECTIVE EQUIPMENT AND HOSPITALITY SUPPLIES


UNITED STATES LEADING WHOLESALE SUPPLIER OF ALL TERRY, LINEN, HOSPITALITY
SUPPLIES AND PPE FOR HOSPITALITY, HEALTHCARE AND LONG-TERM CARE FACILITIES.

Clearance Deals That Won't Last
New This Month Keep Up With The Trends
Shop Overstock While Quantities Last
Deal Center Big Savings on Top Brands
Robert C. - canada
15 April 2024

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

"Unlike other suppliers, sell to individuals..."
Phoebe C. - canada
11 April 2024

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

"so far so good!!! The customer service is good. very helpful...."
Roger H. - canada
11 April 2024

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

"EXCELLENT TRANSACTION..."
Dennis M. - canada
9 April 2024

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

"...."
Jake H. - canada
9 April 2024

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

"awesome..."
Debbie V. - canada
9 April 2024

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

"easy website to use..."


SHOP BY INDUSTRIES

 * HOSPITALITY

 * HEALTHCARE

 * LONG TERM CARE

 * DENTAL SUPPLIES

 * FOOD SERVICES

 * BATH LINEN
   
   BED LINEN
   
   GUEST TOILETRIES
   
   IN ROOM COFFEE & SUPPLIES
   
   HOUSEKEEPING AND JANITORIAL
   
   GUEST ROOM EQUIPMENT & SUPPLIES

 * BATH LINEN
   
   BED LINEN
   
   MEDICAL WEAR
   
   STRETCHERS & EXAM TABLES & RECLINERS
   
   SURGICAL-OPERATING-PROCEDURE ROOM
   
   BLANKETS
   
   CARTS AND STORAGE
   
   DISPENSERS & ORGANIZERS
   
   PILLOWS & PROTECTORS
   
   MDRD - MEDICAL DEVICE REPROCESSING
   
   TEA TOWELS & DISH CLOTH
   
   BAR WIPES & MICRO FIBRE CLOTHS
   
   L&D/MATERNITY WARD

 * LONG TERM & RESIDENTIAL CARE
   
   BED & BATH LINEN
   
   COMMODES
   
   MISCELLANEOUS
   
   CARTS & STORAGE
   
   BOWMAN DISPENSERS & ORGANIZERS
   
   EMERGENCY PRODUCTS
   
   ENTERAL FEEDING & DIGESTIVE HEALTH
   
   FALL MANAGEMENT

 * ALLOYS
   
   ANESTHETICS
   
   ARTICULATING
   
   BURS
   
   CEMENTS & LINERS
   
   CLEANING
   
   CORE MATERIAL
   
   COSMETIC DENTISTRY
   
   CROWN & BRIDGE
   
   DENTAL APPAREL
   
   DENTAL DAMS
   
   DENTAL LAB
   
   DENTAL SURGERY
   
   DENTURE RELINE MATERIAL
   
   DISPOSABLES
   
   ENDODONTIC
   
   INFECTION CONTROL
   
   EQUIPMENT DENTAL
   
   EVACUATION
   
   FINISHING & POLISHING
   
   GLOVES
   
   HANDPIECES
   
   IMPRESSION MATERIALS
   
   INSTRUMENTS
   
   MATRIX MATERIALS
   
   ORGANIZATION
   
   ORTHODONTIC
   
   PREVENTATIVES
   
   REGEN MATERIALS
   
   SMALL EQUIPMENT
   
   VALUEMED PROFESSIONAL BRAND DENTAL
   
   DENTAL EQUIPMENT
   
   PATIENT GIVEAWAYS
   
   PROMOTIONS
   
   X-RAY
   
   DISPOSABLES

 * SMALLWARES
   
   KNIVES & ACCESSORIES
   
   EQUIPMENT
   
   FOOD PREP
   
   TABLETOP & SERVING
   
   TEXTILES & APPAREL
   
   TABLE LINENS
   
   WORKTABLES & SHELVING
   
   FURNITURE & FIXTURES
   
   STORAGE & TRANSPORT
   
   SINKS & PLUMBING
   
   CLEANING & SAFETY
   
   REPLACEMENT PARTS
   
   STAINLESS STEEL TABLES & ACCESSORIES
   
   FURNITURES & FIXTURES


READY FOR YOU & YOUR BUSINESS

Linen Plus™ is the leading business supplier in United States, providing small,
medium, and large organizations with a complete assortment of products and
services, including hospitality textiles, hospitality guest supplies, healthcare
and dental supplies, janitorial products, restaurant supplies, facility
solutions, and industrial safety products.

A TAILORED BUSINESS PROGRAM

DISCOUNTS & PERKS

DEDICATED ACCOUNT SUPPORT & PRODUCT SUBJECT MATTER EXPERTISE

EASY ONLINE ORDERING

MULTI-USER ACCOUNTS

CUSTOM BILLING OPTIONS

WIDE VARIETY OF PAYMENT TERMS

FREE SHIPPING OVER $350*

RECOMMENDED


Gold Suite T250 Luxury Hotel 60/40 Cotton/Polyester Sheets & Pillowcases Solid
White

Starting at $171.92

Gold Suite T250 Luxury Hotel 60/40 Cotton/Polyester Pillowcases Solid White -
Case of 72
As low as $171.92 As low as $0.00
Gold Suite T250 Luxury Hotel 60/40 Cotton/Polyester Hotel Fitted Sheets White -
Case of 24
As low as $241.31 As low as $0.00
Gold Suite T250 Luxury Hotel 60/40 Cotton/Polyester Hotel Flat Sheets White -
Case of 24
As low as $246.64 As low as $0.00
Standard 16S 86/14 Cotton/Polyester Economy Bath Towels with Cam Border | Pack
of 12
As low as $2.55 As low as $0.00

LATEST BLOGS


 * The Ultimate Guide to Sourcing Wholesale Affordable Medical Supplies From
   Linen Plus: Your Key to Quality, Savings, and Patient Care
   2024-03-27
 * How to Make the Best Decision When Buying Pillowcases?
   2024-03-25
 * A Guide to Choosing the Perfect Pasabahce Glassware for Every Occasion.
   2024-03-06

Read More

WHAT CLIENT SAYS


Bring back the green! Great product! Disinfects, has a lovely smell and is
reasonably priced. I do miss the green colour! On Septicsol Disinfectant and
Sanitizer Ready to Use Spray 946 mL - Health Canada Approved
- Corinne G - School District #81 Fort Nelson

HEAD OFFICE

 

 * Address: 9189-C Winkler Dr. Houston, TX 77017, United States

 * Phone number: 1-855-469-5353

 * Email: info@linenplus.com

 * Open hours: Monday - Friday: 9 am to 5:30 pm


TOP U.S. DISTRIBUTOR: HOSPITALITY, RESTAURANT, MEDICAL & INDUSTRY SAFETY
SUPPLIES

 

At Linen Plus, we specialize in serving the commercial linen and textiles
industry, offering a diverse selection of high-quality products including linen,
healthcare and dental supplies, janitorial products, restaurant supplies,
facility solutions, and industrial safety products. Renowned for our superior
quality, durability, and value, these offerings are meticulously designed to
cater to the specific needs and preferences of businesses spanning various
sectors such as hospitality, healthcare, industrial, and food service.

 

Our team at Linen Plus is deeply committed to continually enhancing and
broadening our product range, ensuring our customers always have access to the
latest advancements and optimal solutions available in the market. Through our
intuitive e-commerce platform, we streamline our clients' procurement process
for their businesses, providing features like effortless online ordering,
multi-user accounts, personalized billing options, and a diverse array of
payment terms. This steadfast dedication to innovation and customer satisfaction
solidifies our position as a reliable partner for businesses seeking top-tier
products and tailored assistance.

 

 


 150,000+ QUALITY PRODUCTS AVAILABLE INSTANTLY

 

We started with commercial linen supplies, but now shake up the hospitality and
service sector, connecting businesses from all branches of the industry – from
hotels to healthcare, industrial safety, and cleaning to restaurants with
high-quality commercial linens, facility supplies, and health and industry
apparel with the mere touch of a button.

 


WHY LINEN PLUS?

All businesses want the same level of exceptional customer service they provide
their clients. This is why our business is built on the following pillars:

 

A. STAY AHEAD WITH REAL-TIME PRODUCT AVAILABILITY CHECK

 

In today's fast-paced marketplace, knowing the availability of products in
real-time can make all the difference between satisfied customers and missed
opportunities. At Linen Plus, we understand the importance of transparency and
efficiency in inventory management. That's why we offer a unique feature that
sets us apart from competitors: Real-Time Product Availability Check.

While some competitors may only inform you of stock availability after you've
placed an order, leaving you uncertain and potentially disappointed, our
real-time system gives you the confidence to make informed decisions before
making a purchase. Here's how it works:

1. Instant Insights: Our system continuously updates product availability
information as soon as changes occur. This means you'll always know whether an
item is in stock, low in stock, or temporarily unavailable, right at your
fingertips.

2. Seamless Experience: Say goodbye to the frustration of discovering an item is
out of stock only after you've gone through the entire ordering process. With
our real-time availability check, you can effortlessly browse our inventory and
see the most up-to-date status of each product before adding it to your cart.

3. Time and Cost Savings: By avoiding the hassle of placing orders for items
that are out of stock, you'll save valuable time and resources. No more waiting
for back-ordered items or dealing with unexpected delays – with our real-time
system, you can plan ahead and ensure timely delivery of your purchases.

4. Enhanced Customer Satisfaction: We believe that informed customers are happy
customers. With our real-time availability check, you can provide your customers
with accurate information upfront, setting clear expectations and minimizing the
risk of disappointment or dissatisfaction.

Don't settle for outdated inventory management practices that leave you guessing
about product availability. Experience the difference with [Your Company Name]'s
Real-Time Product Availability Check and stay ahead of the competition.

 

B. UNLOCK FREE SHIPPING ON YOUR ORDERS OVER $350!

 

At Linen Plus we're committed to providing our customers with not only
top-quality products but also exceptional value and convenience. That's why
we're thrilled to introduce our latest offer: Free Shipping on Orders Over $350!

Whether you're stocking up on linens, commercial cleaning supplies, industrial
safety gear, restaurant essentials, or any of our other high-quality products,
you can now enjoy the added benefit of free shipping throughout the United
States when your order totals $150 or more.

Here's why this offer is too good to pass up:

1. Savings on Shipping Costs: We understand that shipping fees can add up,
especially for larger orders. With our Free Shipping offer on orders over $350,
you'll enjoy significant savings on delivery costs, allowing you to stretch your
budget further and get more value out of your purchase.

2. Convenient Shopping Experience: Say goodbye to the hassle of calculating
shipping fees or worrying about unexpected costs at checkout. With Free Shipping
on qualifying orders, you can shop with confidence, knowing that the price you
see is the price you'll pay – no surprises, no hidden fees.

3. Nationwide Coverage: Whether you're located in bustling city centers or
remote rural areas, our Free Shipping offer extends across the Major states in
United States. No matter where you are, you can take advantage of this exclusive
promotion and have your order delivered straight to your doorstep at no extra
cost.

4. Expansive Product Selection: From linens to commercial cleaning supplies,
industrial safety gear to restaurant essentials, we offer a wide range of
high-quality products to meet your needs. With Free Shipping on orders over
$350, there's never been a better time to stock up on everything your business
requires.

Don't miss out on this fantastic opportunity to save on shipping costs and enjoy
added convenience with Linen Plus. Place your order today and experience the
difference of shopping with a company that puts your satisfaction first.

 

C. EXCEPTIONAL QUALITY

 

At Linen Plus, we take pride in delivering products of exceptional quality that
exceed industry standards. One key factor that sets us apart is our hands-on
approach to manufacturing. Unlike many others, we manage and operate our
manufacturing facilities, giving us full control over every stage of the
production process.

From the selection of premium yarn to the meticulous crafting of each item, we
maintain strict quality control measures at every step. Our dedicated team
ensures that each product meets our rigorous standards for excellence, from the
moment it's conceived to the final finished piece.

By overseeing production from start to finish, we can guarantee consistency and
uniformity across our entire product range. This commitment to quality control
allows us to deliver consistently high-quality products that our customers can
rely on.

At Linen Plus, exceptional quality isn't just a promise – it's a guarantee.
Experience the difference for yourself and elevate your expectations with our
premium linens and textiles.

 

D. DEDICATED ACCOUNT MANAGER SERVICE

 

When you partner with Linen Plus, you're not just another transaction – you're
part of our family. That's why we assign a dedicated account manager to every
customer. Your account manager serves as your single point of contact, ensuring
that all your needs are met and that every aspect of your order is handled with
care and precision.

From the moment you reach out to us, your account manager will be there to
assist you every step of the way. Whether you have questions about our products,
need assistance with placing an order, or require support after your purchase,
your account manager is here to help.

But our Dedicated Account Manager Service goes beyond just facilitating orders –
it's about building lasting relationships. Your account manager takes the time
to understand your unique needs and preferences, allowing us to tailor our
services to exceed your expectations every time.

With Linen Plus, you can trust that your account manager will go above and
beyond to ensure your satisfaction. Experience the difference of personalized
service with our Dedicated Account Manager Service – because you deserve nothing
but the best.


 

Read More

SHOP

 * Bath Linen
 * Bed Linen
 * Cleaners
 * Sheets & Pillowcases
 * Table Linens
 * Duvet & Covers
 * Chef Wear
 * * Batteries
   * Blankets & Comforts
   * Bathrobes & Slippers
   * Air Freshner & Deodorizers
   * More

CUSTOMER SERVICE

 * Delivery
 * FAQs
 * Refund & Return
 * Terms & Conditions
 * Sitemap
 * Reviews

MY ACCOUNT

 * Log into my account
 * Create a new account
 * Newsletter Sign up

SHOPPING AT LINENPLUS

 * Price Guarantee
 * Payment Options

INDUSTRY PARTNER

 * Accredited Manufacturer
 * 

PROUD SUPPORTER OF

 * 
 * 

ABOUT LINENPLUS

 * Corporate Profile
 * Privacy Policy
 * Testimonial

CONNECT

 * Contact us
 * Style Insider BLOG
 * * facebook
   * Twitter
   * Instagram
   * Pinterest
   * LinkedIn

Copyright © Linen Plus US LLC. All rights reserved.