wholesalebarbersupply.com Open in urlscan Pro
63.141.128.20  Public Scan

URL: https://wholesalebarbersupply.com/
Submission: On March 23 via api from US — Scanned from DE

Form analysis 6 forms found in the DOM

/search.php

<form class="search-form" action="/search.php" data-validated-form="" novalidate="true">
  <div class="form-field">
    <input class="search-input form-input form-input-short" name="search_query" placeholder="Type in a keyword" required="">
  </div>
  <button class="button-search-submit" type="submit">
    <svg class="icon-search" width="17" height="17" viewBox="0 0 17 17" xmlns="http://www.w3.org/2000/svg">
      <title>search_icon</title>
      <path d="M16.46 14.8l-3.1-3.1c.87-1.18 1.4-2.63 1.4-4.2 0-3.87-3.14-7-7-7-3.88 0-7 3.13-7 7s3.12 7 7 7c1.56 0 3-.52 4.18-1.4l3.1 3.1c.4.4 1.03.4 1.42 0 .4-.38.4-1.02 0-1.4zm-8.7-2.3c-2.77 0-5-2.24-5-5s2.23-5 5-5c2.75 0 5 2.24 5 5s-2.25 5-5 5z">
      </path>
    </svg>
  </button>
</form>

POST /subscribe.php

<form class="form subscription-form" action="/subscribe.php" method="post" data-validated-form="" novalidate="true">
  <input type="hidden" name="action" value="subscribe">
  <input type="hidden" name="nl_first_name" value="bc">
  <input type="hidden" name="check" value="1">
  <div class="form-field form-inline">
    <label class="sr-only" for="nl_email"> yourname@email.com </label>
    <input class="form-input" id="nl_email" name="nl_email" type="email" value="" placeholder="yourname@email.com" required="">
  </div>
  <input class="button button-primary button-wide" type="submit" value="Subscribe">
</form>

/search.php

<form class="search-form" action="/search.php" data-validated-form="" novalidate="true">
  <div class="form-field">
    <input class="search-input form-input form-input-short" name="search_query" placeholder="Type in a keyword" required="">
  </div>
  <button class="button-search-submit" type="submit">
    <svg class="icon-search" width="17" height="17" viewBox="0 0 17 17" xmlns="http://www.w3.org/2000/svg">
      <title>search_icon</title>
      <path d="M16.46 14.8l-3.1-3.1c.87-1.18 1.4-2.63 1.4-4.2 0-3.87-3.14-7-7-7-3.88 0-7 3.13-7 7s3.12 7 7 7c1.56 0 3-.52 4.18-1.4l3.1 3.1c.4.4 1.03.4 1.42 0 .4-.38.4-1.02 0-1.4zm-8.7-2.3c-2.77 0-5-2.24-5-5s2.23-5 5-5c2.75 0 5 2.24 5 5s-2.25 5-5 5z">
      </path>
    </svg>
  </button>
</form>

/search.php

<form class="search-form" action="/search.php" data-validated-form="" novalidate="true">
  <div class="form-field">
    <input class="search-input form-input form-input-short" name="search_query" placeholder="Type in a keyword" required="">
  </div>
  <button class="button-search-submit" type="submit">
    <svg class="icon-search" width="17" height="17" viewBox="0 0 17 17" xmlns="http://www.w3.org/2000/svg">
      <title>search_icon</title>
      <path d="M16.46 14.8l-3.1-3.1c.87-1.18 1.4-2.63 1.4-4.2 0-3.87-3.14-7-7-7-3.88 0-7 3.13-7 7s3.12 7 7 7c1.56 0 3-.52 4.18-1.4l3.1 3.1c.4.4 1.03.4 1.42 0 .4-.38.4-1.02 0-1.4zm-8.7-2.3c-2.77 0-5-2.24-5-5s2.23-5 5-5c2.75 0 5 2.24 5 5s-2.25 5-5 5z">
      </path>
    </svg>
  </button>
</form>

POST /login.php?action=check_login

<form class="account-login-form form" action="/login.php?action=check_login" method="post" data-validated-form="" novalidate="true">
  <div class="form-field form-field-common form-field-email  form-required" id="login_email">
    <label class="form-label">
      <span class="form-field-title"> Email Address <span class="required-text">*</span>
      </span>
      <span class="form-field-control">
        <input class="form-input" id="input-login_email" name="login_email" type="email" placeholder="" required="" aria-required="true">
      </span>
    </label>
  </div>
  <div class="form-field form-field-common form-field-password  form-required" id="login_pass">
    <label class="form-label">
      <span class="form-field-title"> Password <span class="required-text">*</span>
      </span>
      <span class="form-field-control">
        <input class="form-input" id="password-login_pass" name="login_pass" type="password" placeholder="" required="" aria-required="true">
      </span>
    </label>
  </div>
  <div class="form-actions">
    <input type="submit" class="button account-button-primary account-login-button" value="Log In">
    <a class="account-forgot-password-link" href="/login.php?action=reset_password">
            Forgot password?
          </a>
  </div>
</form>

POST /login.php?action=send_password_email

<form class="form account-forgot-form" action="/login.php?action=send_password_email" method="post" data-validated-form="" novalidate="true">
  <div class="form-field form-field-common form-field-email  form-required" id="email">
    <label class="form-label">
      <span class="form-field-title"> Email Address <span class="required-text">*</span>
      </span>
      <span class="form-field-control">
        <input class="form-input" id="input-email" name="email" type="email" placeholder="" required="" aria-required="true">
      </span>
    </label>
  </div>
  <div class="form-actions">
    <input class="button account-button-primary" type="submit" value="Reset Password">
  </div>
</form>

Text Content

star arrow-up arrow-left arrow-right close arrow-down search check-mark plus
minus avatar calendar delete edit phone spinner8

Compare
Compare up to 4 items:
Clear Selection
Compare
wishlist
cart


search_icon
account Account
$0.00 cart
 * Featured Brands dropdown_arrow
   18.21 Andis BaByliss Pro Bandido Barber Strong Beast Black Ice Caliber
   Chicago Barber Supply Clubman Dianne/Fromm
   Elegance Eltron Gamma/Stylecraft I love Being a Barber Johnny B JRL Kiss/Red
   L3VEL3 Magic Collection Marmara
   Mielle My Team Cape One Plug Scalpmaster Slick Gorilla Styletek Tomb 45
   Uppercut Deluxe Wahl

 * Power Tools dropdown_arrow
   Clippers/Trimmers/Shavers
   BaByliss PRO
   * Trimmers
   * Clippers
   * Shavers
   Andis
   * Trimmers
   * Clippers
   * Shavers
   WAHL
   * Trimmers
   * Clippers
   * Shavers
   Caliber Oster Gamma/Stylecraft JRL
   Clipper Guards
   * BaByliss PRO
   * Andis
   * WAHL
   Replacement Blades
   * BaByliss PRO
   * Andis
   * WAHL
   Accessories
   * BaByliss PRO
   * Andis
   * WAHL
   * Gamma/Stylecraft

 * Barber Supplies & Equipment dropdown_arrow
    * Barber Equipment
      * Barber Chairs
      * Towels
      * Towel Warmers
      Barber Accessories
      Barber Capes and Aprons Neck Dusters Color Pencils Barber Shears Barber
      Mat Disinfectant Jars Disinfectant Clipper Spray and Oil Clipper Brushes
      Barber Cases and Carrying Bags Disposable Gloves Mirrors Neck Strips Spray
      Bottles Razors and Razor Holders Replacement Cords

 * Men dropdown_arrow
    * Shaving and Grooming
      * Aftershave
      * Beard Care
      * Powders
      * Shaving Gels & Cream
      * Razors and Razor Holders
      Hair
      * Shampoo
      * Conditioner
      * Pomade/Styling Gel/Wax
      * Combs and Brushes
      * Hair Color
      * Hair Spray
      * Oil Sheens
      * Hair Products
      * Durags

 * Hair Tools dropdown_arrow
    * Crimpers/Wavers
    * Curling Irons
    * Flat Irons
    * Hair Dryers
    * Hot Brushes & Combs
    * Hair Dryer Diffusers

 * Contact Us

 * 1
 * 2
 * 3
 * 4
 * 5


WHO QUALIFIES FOR WHOLESALE?

In order to qualify for a wholesale account, you MUST have a retail merchant
certificate.

If you believe you qualify, please apply below and one of our wholesale account
manager will be in contact soon to discuss next steps!


Apply Now



DON’T QUALIFY?
IT’S ALRIGHT!

If you’re a professional with a license without a retail merchant certificate,
we can still work with you and give you better deals on products. Contact us to
learn more about our PRO pricing program. You can also shop on our parent
website, Chicago Barber Supply!


 Shop Chicago Barber Supply


SUBSCRIBE TO OUR NEWSLETTER!

yourname@email.com

HELP

 * Privacy Policy
 * Shipping Policy
 * Refund Policy
 * Contact Us



QUESTIONS?

customerservice@wholesalebarbersupply.com

(219) 802-5864

FOLLOW US ON SOCIAL MEDIA

 * facebook Facebook
 * instagram Instagram


 * 
 * 
 * 
 * 
 * 
 * 

© 2023 Wholesale Barber Supply

Powered by BigCommerce


search_icon
 * Featured Brands dropdown_arrow
 * Power Tools dropdown_arrow
 * Barber Supplies & Equipment dropdown_arrow
 * Men dropdown_arrow
 * Hair Tools dropdown_arrow
 * Contact Us

 * Featured Brands
 * 18.21
 * Andis
 * BaByliss Pro
 * Bandido
 * Barber Strong
 * Beast
 * Black Ice
 * Caliber
 * Chicago Barber Supply
 * Clubman
 * Dianne/Fromm
 * Elegance
 * Eltron
 * Gamma/Stylecraft
 * I love Being a Barber
 * Johnny B
 * JRL
 * Kiss/Red
 * L3VEL3
 * Magic Collection
 * Marmara
 * Mielle
 * My Team Cape
 * One Plug
 * Scalpmaster
 * Slick Gorilla
 * Styletek
 * Tomb 45
 * Uppercut Deluxe
 * Wahl

 * Power Tools
 * Clippers/Trimmers/Shavers dropdown_arrow
 * Clipper Guards dropdown_arrow
 * Replacement Blades dropdown_arrow
 * Accessories dropdown_arrow

 * Clippers/Trimmers/Shavers
 * BaByliss PRO dropdown_arrow
 * WAHL dropdown_arrow
 * Andis dropdown_arrow
 * Caliber
 * Oster
 * Gamma/Stylecraft

 * BaByliss PRO
 * Trimmers
 * Clippers
 * Shavers

 * WAHL
 * Trimmers
 * Clippers
 * Shavers

 * Andis
 * Trimmers
 * Clippers
 * Shavers

 * Clipper Guards
 * BaByliss PRO
 * Andis
 * WAHL

 * Replacement Blades
 * BaByliss Pro
 * Andis
 * WAHL

 * Accessories
 * Replacement Blades
 * Andis
 * WAHL
 * Gamma/Stylecraft

 * Barber Supplies & Equipment
 * Barber Equipment dropdown_arrow
 * Barber Accessories dropdown_arrow

 * Barber Equipment
 * Barber Chairs
 * Towels
 * Towel Warmers

 * Barber Accessories
 * Barber Capes and Aprons
 * Neck Dusters
 * Color Pencils
 * Barber Shears
 * Barber Mat
 * Disinfectant Jars
 * Disinfectant Clipper Spray and Oil
 * Clipper Brushes
 * Barber Cases and Carrying Bags
 * Disposable Gloves
 * Mirrors
 * Neck Strips
 * Spray Bottles
 * Razors and Razor Holders
 * Replacement Cords

 * Barber Supplies & Equipment
 * Shaving & Grooming dropdown_arrow
 * Hair dropdown_arrow

 * Shaving and Grooming
 * Aftershave
 * Beard Care
 * Powders
 * Shaving Gels and Cream
 * Razors and Razor Holders

 * Hair
 * Shampoo
 * Conditioner
 * Pomade/Styling Gel/Wax
 * Combs and Brushes
 * Hair Color
 * Hair Spray
 * Oil Sheens
 * Hair Products
 * Durags

 * Hair Tools
 * Crimpers/Wavers
 * Curling Irons
 * Flat Irons
 * Hair Dryers
 * Hot Brushes and Combs
 * Hair Dryer Diffusers

account Account wishlist Wishlist cart Shopping bag


YOUR SHOPPING CART

close


YOUR CART IS EMPTY!

close

search_icon
close


ACCOUNT


LOG IN

Email Address *
Password *
Forgot password?


NEW CUSTOMER

Create an account with us and you'll be able to:

 * Check out faster
 * Save multiple shipping addresses
 * Access your order history
 * Track new orders
 * Save items to your wish list

Create Account
close


FORGOT PASSWORD


FORGOT PASSWORD



Fill in your email below to request a new password. An email will be sent to the
address below containing a link to verify your email address.

Email Address *


close
Hello! Do you have any questions that I can help with?