Distributors

 

USA


Bassett Salon Solutions
[Arizona, California, Nevada, New Mexico, Utah, Idaho, Washington, Oregon]
1010 N. Edward Court, Anaheim, CA 92806
877-277-9288
@4bassett
https://www.4bassett.com/


Beauty Code Pro
[Puerto Rico]
#25 Blay St., Bechara Industrial Park 00920 San Juan, Puerto Rico
www.beautycodepro.com
+1 787-309-3943
@beautycodepro


Depasquale Salon Systems
[New Jersey, New York, Pennsylvania]
21-21 Broadway
Fair Lawn, NJ 07410
1-800-724-HAIR
@depasqualesalonsystems
sales@depasqualeco.com
http://www.depasqualesalonsystems.com/pro/prologin.php


EISS
[North Carolina, South Carolina]
7333 Peppermill Parkway
N. Charleston, SC 29418
1-800-922-5580
@eissinc
http://www.eissinc.com/


Kevin Ray Distributors
[Colorado]
452 Sable Blvd. Suite C
Aurora, CO, 80011
Main: (303) 750-9446
kevinraydist.com



Masello Salon Services
[Rhode Island, Connecticut, Vermont, Mass., Maine, New Hampshire]
20 Sharp Drive 1-800-828-0030
Cranston RI,02920
1-800-828-0030
@maselloofne
https://www.masellobrothers.com/


Premier Beauty Supply
[Illinois, Indiana, Michigan, Ohio]
400 Academy Dr, 
Northbrook, IL 60062
1-847-480-0000
@premier_beauty
https://www.premierbeautysupply.com/


Salonwax Beauty Supply 
[Alaska]
639 W International Airport Rd #2,
Anchorage, AK 99518
1-907-279-8664
sales@salonwax.com
https://www.salonwax.com


The Salon Center
[Florida- Georgia- Alabama- Mississippi- Louisiana- Caribbean]
313 Cahaba Valley Pkwy N
Suite A
Pelham, Alabama 35124
205-940-1140
@the_saloncenter
support@thesaloncenter.com
https://thesaloncenter.com/

 

CANADA


Capilex Beauté
[Québec]

12814 Ave Jean Grou
Montreal, h1a 3n5
1-800-361-2060
@capilexbeaute
http://capilexbeaute.ca/


Canrad Beauty
[Ontario]
125 Norfinch Drive
Downsview, ON, M3N 1W8
1-800-268-1905
@canradbeauty

ESP 
[Alberta, Manitoba, Saskatchewan]

210 44th ST E,
Saskatoon, SK S7K 8A7
1-800-667-2566
@espsalonsales
www.espsalonsales.com


Radiant Beauty
[Ontario]
75 Unsworth Dr.
Hamilton, ON, L8W 2T7
@radiantbeautysupplies


West Coast Beauty Co.
[British Columbia]

108-6471 Cariboo Street
Burnaby, Bc V3N 4A3
1-604-321-2700
@westcoastbeauty


Windsor Beauty Supply
[Ontario]

6640 Tecumseh Road East
Windsor Ontario N8T 1E7
(519) 944-2300
1-800-265-9530
@windsorbeautycanada

{ fetch("/cart/update.js", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ updates: {}, sections: ["cart-drawer", "cart-icon-bubble"], }), }) .then((res) => res.json()) .then((cartData) => { document.querySelector("cart-drawer")?.renderContents(cartData); document.querySelector("cart-drawer.drawer")?.classList?.remove("is-empty"); }); }; const openCartDrawer = (cart_type) => { if (cart_type === "1") { // Dawn theme updateAndOpenDawnCart(); } else if (cart_type === "2") { // Impact theme document?.documentElement?.dispatchEvent(new CustomEvent('cart:refresh', { bubbles: true })); document?.documentElement?.dispatchEvent(new CustomEvent('variant:add', { bubbles: true })); } else if (cart_type === "3") { // Focal theme document?.querySelector('[aria-controls="mini-cart"]')?.click(); } else if (cart_type === "4") { // Split theme document?.querySelector('[aria-controls="cart-drawer"]')?.click(); } else if (cart_type === "5" && window?.corner?.do) { // Corner Cart app window.corner.do("refreshCart"); window.corner.do("openCart"); } else if (cart_type === "6") { // Concept theme document.querySelector('[aria-controls="CartDrawer"]').click(); } else if (cart_type === "7") { // Enterprise theme document?.documentElement?.dispatchEvent(new CustomEvent('dispatch:cart-drawer:refresh', { bubbles: true })); document?.documentElement?.dispatchEvent(new CustomEvent('dispatch:cart-drawer:open', { bubbles: true })); } else if (cart_type === "8") { // Shine theme window?.SHTHelper?.forceUpdateCartStatus() window?.shtCartDrawer?.openDrawer(); } else if (cart_type === "9") { // Sahara theme document?.querySelector('a[data-cart-link]')?.click(); } else if (cart_type === "10") { // Refresh theme updateAndOpenDawnCart(); } else if (cart_type === "11") { // Flow theme document.querySelector('[aria-controls="CartDrawer"]').click(); } else if (cart_type === "12") { // Combine theme document.querySelector('a[href="/cart"]').click(); } else if (cart_type === "13") { // AMP Slide Cart window?.SLIDECART_UPDATE?.(() => { window?.SLIDECART_OPEN?.(); }); } else if (cart_type === "14") { // Eurus theme window?.Alpine?.store('xMiniCart')?.reLoad(); window?.Alpine?.store('xMiniCart')?.openCart(); } else if (cart_type === "15") { // Expanse theme document?.documentElement?.dispatchEvent(new CustomEvent('cart:build', { bubbles: true })); document?.documentElement?.dispatchEvent(new CustomEvent('cart:open', { bubbles: true })); } } const hash = window.location.hash.substring(1); const match = hash.match(/(open_cart_drawer=([^&]*))/); if (match) { const cart_type = match[2]; const updated_hash = hash.replace(match[1], ""); window.location.hash = updated_hash ? `#${updated_hash.replace(/^&/, "")}` : ""; ready(() => openCartDrawer(cart_type)); } })();