chicagobarbersupply.com
Open in
urlscan Pro
192.200.160.10
Public Scan
Submitted URL: http://www.chicagobarbersupply.com/
Effective URL: https://chicagobarbersupply.com/
Submission: On March 23 via api from US — Scanned from DE
Effective URL: https://chicagobarbersupply.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 Free Shipping Over $149 Compare Compare up to 4 items: Clear Selection Compare bag search_icon account Account $0.00 bag * Home * Clippers/Trimmers dropdown_arrow Andis * Andis Clippers * Andis Trimmers * Andis Replacement Blades * Ceramicedge Blades * Ultraedge Blades * Andis Attachments * BaByliss PRO * BaByliss Clippers * BaByliss Trimmers * BaByliss Replacement Blades * BaByliss Accessories * WAHL * WAHL Clippers * WAHL Trimmers * WAHL Accessories * WAHL Cutting Guides * WAHL Replacement Blades Gamma Oster Caliber Clippers Stylecraft JRL Shavers * Shaving & Grooming dropdown_arrow * Aftershave * Beard Care * Razors * Shavers * Shears & Scissors * Styling Gels & Pomade * Barber Supplies dropdown_arrow * Capes & Apparel * Neck Dusters * Towels * Spray Bottles * Replacement Cords * Razor Blades * Disposable Gloves * Barber Bags * Disinfectant & Clipper Spray * Barber Shears * Color Pencils * Barber Mats * Disinfectant Jars * Clipper Brushes * Mirrors * Neck Strips * Razors & Razor Holders * Brands dropdown_arrow Bandido Beast Black Ice Clubman Pinaud Elegance El Patron Gamma Johnny B L3vel 3 Layrite Oster Suavecito Tomb 45 Uppercut Deluxe JRL * Contact Us * 1 * 2 * 3 * 4 * 5 TOP SELLING PRODUCTS 5 stars Quick View BaByliss Pro BABYLISS PRO GOLD FX SKELETON TRIMMER & CORDLESS FX CLIPPER COMBO $299.99 5 stars Quick View BaByliss Pro BABYLISS PRO FX787G GOLDFX OUTLINING TRIMMER $169.99 5 stars Quick View BaByliss Pro BABYLISS PRO ROSE GOLD FX SKELETON TRIMMER, FX CORDLESS CLIPPER, DOUBLE FOIL SHAVER COMBO $389.97 5 stars Quick View m liquid M LIQUID RAZOR LINING SPRITZ - 8OZ. $9.99 Quick View Diane DIANE CLIPPER CLEANING BRUSH - 1PC. $0.99 5 stars Quick View BaByliss Pro BABYLISS PRO GOLD FX SKELETON TRIMMER, CORDLESS FX CLIPPER, DOUBLE FOIL SHAVER COMBO $399.99 5 stars Quick View BaByliss Pro BABYLISS PRO BLACK FX CLIPPER, FX SKELETON TRIMMER AND DOUBLE FOIL SHAVER COMBO $399.99 5 stars Quick View BaByliss Pro BABYLISS PRO BLACK FX CLIPPER & FX SKELETON TRIMMER COMBO $299.98 5 stars Quick View BaByliss Pro BABYLISS PRO GOLD FX SKELETON TRIMMER & CORDLESS FX CLIPPER COMBO $299.99 5 stars Quick View BaByliss Pro BABYLISS PRO FX787G GOLDFX OUTLINING TRIMMER $169.99 5 stars Quick View BaByliss Pro BABYLISS PRO ROSE GOLD FX SKELETON TRIMMER, FX CORDLESS CLIPPER, DOUBLE FOIL SHAVER COMBO $389.97 5 stars Quick View m liquid M LIQUID RAZOR LINING SPRITZ - 8OZ. $9.99 Quick View Diane DIANE CLIPPER CLEANING BRUSH - 1PC. $0.99 5 stars Quick View BaByliss Pro BABYLISS PRO GOLD FX SKELETON TRIMMER, CORDLESS FX CLIPPER, DOUBLE FOIL SHAVER COMBO $399.99 5 stars Quick View BaByliss Pro BABYLISS PRO BLACK FX CLIPPER, FX SKELETON TRIMMER AND DOUBLE FOIL SHAVER COMBO $399.99 5 stars Quick View BaByliss Pro BABYLISS PRO BLACK FX CLIPPER & FX SKELETON TRIMMER COMBO $299.98 5 stars Quick View BaByliss Pro BABYLISS PRO GOLD FX SKELETON TRIMMER & CORDLESS FX CLIPPER COMBO $299.99 5 stars Quick View BaByliss Pro BABYLISS PRO FX787G GOLDFX OUTLINING TRIMMER $169.99 5 stars Quick View BaByliss Pro BABYLISS PRO ROSE GOLD FX SKELETON TRIMMER, FX CORDLESS CLIPPER, DOUBLE FOIL SHAVER COMBO $389.97 5 stars Quick View m liquid M LIQUID RAZOR LINING SPRITZ - 8OZ. $9.99 POPULAR CATEGORIES CLIPPERS RAZERS SHAVING & GROOMING TRIMMERS SHAVERS SUBSCRIBE TO OUR NEWSLETTER! yourname@email.com NAVIGATION * Privacy Policy * Returns & Refund * Shipping Rates & Delivery Times * Contact Us * Blog BRANDS * BaByliss Pro * Black Ice * Andis * Wahl * L3vel3 * View all WHERE TO FIND US 506 165th Street Hammond, IN 46324 STAY CONNECTED * facebook Facebook * instagram Instagram * * * * * © 2023 Chicago Barber Supply Powered by BigCommerce search_icon * Home * Clippers/Trimmers dropdown_arrow * Shaving & Groomingdropdown_arrow * Barber Suppliesdropdown_arrow * Brandsdropdown_arrow * Contact Us * Clippers/Trimmers * Andis dropdown_arrow * BaByliss PRO dropdown_arrow * WAHL dropdown_arrow * Other Brands dropdown_arrow * Andis * View All * Andis Clippers * Andis Trimmers * Andis Replacement Bladesdropdown_arrow * Andis Attachments * Andis Replacement Blades * View All * Ceramicedge Blades * Ultraedge Blades * BaByliss PRO * View All * BaByliss Clippers * BaByliss Trimmers * BaByliss Replacement Blades * BaByliss Accessories * WAHL * View All * WAHL Clippers * WAHL Trimmers * WAHL Accessories * WAHL Cutting Guides * WAHL Replacement Blades * Other Brands * Gamma * Oster * Caliber Clippers * Stylecraft * JRL * Shavers * Shaving & Groomings * View All * Aftershave * Beard Care * Razors * Shavers * Shears & Scissors * Styling Gels & Pomade * Barber Supplies * View All * Capes & Apparel * Neck Dusters * Towels * Spray Bottles * Replacement Cords * Razor Blades * Disposable Gloves * Barber Bags * Disinfectant & Clipper Spray * Barber Shears * Color Pencils * Barber Mats * Disinfectant Jars * Clipper Brushes * Mirrors * Neck Strips * Razors & Razor Holders * Brands * Bandido * Beast * Black Ice * Clubman Pinaud * Elegance * El Patron * Gamma * Johnny B * L3vel 3 * Layrite * Oster * Suavecito * Tomb 45 * Uppercut Deluxe * JRL account Account bag Shopping bag YOUR SHOPPING BAG close YOUR BAG 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 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?