www.seatinghub.com Open in urlscan Pro
100.27.56.35  Public Scan

Submitted URL: https://crm.seatinghub.com/
Effective URL: https://www.seatinghub.com/
Submission: On August 09 via api from US — Scanned from CA

Form analysis 4 forms found in the DOM

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

<form id="search_mini_form" class="form minisearch" action="https://www.seatinghub.com/catalogsearch/result/" method="get">
  <div class="relative">
    <label class="sr-only" for="search"> Search entire store here... </label>
    <div class="header-search-input-container flex items-center">
      <div class="flex-shrink-0 w-16 flex justify-center items-center">
        <i class="icon-search text-xl"></i>
      </div>
      <div class="header-search flex h-16 items-center w-full pr-4">
        <input id="search" class="header-search-input w-full p-2 text-lg leading-normal transition appearance-none text-grey-800
                                        border-none lg:text-xl
                                        focus:outline-none active:outline-none
                                        focus:border-transparent active:border-transparent" type="search" autocapitalize="off" autocomplete="off" autocorrect="off" name="q" value="" placeholder="Search for products" maxlength="128" x-model="search"
          x-on:input.debounce="getSearchResults()" x-ref="searchInput">
      </div>
    </div>
  </div>
  <div id="search_autocomplete" class="search-autocomplete relative w-full" x-show="show" style="display: none;">
    <div class="absolute bg-white border border-t border-gray-200 z-50 w-full
                            md:rounded-b-2xl md:flex md:gap-y-5 pb-10">
      <div class="header-search-left md:w-1/3">
        <template x-if="categories.length">
          <div class="header-search-categories">
            <div class="header-search-title text-18 font-bold py-4 px-5">Categories</div>
            <div class="header-search-items-categories flex flex-col items-start px-5">
              <template x-for="category in categories">
                <a class="header-search-item-category w-full text-14 py-1" :href="category.url" x-html="category.titleSearch"></a>
              </template>
            </div>
          </div>
        </template>
        <div class="header-search-contacts-desktop pt-6 hidden sm:block pt-0" :class="{'pt-0': categories.length === 0}">
          <div class="header-search-title text-18 font-bold py-4 px-5"> How can we help? </div>
          <div class="header-search-contacts-items px-5">
            <ul class="flex flex-col gap-5 justify-start ">
              <li class="flex items-center gap-4">
                <i class="icon-phone text-xl"></i>
                <a href="tel:+17733730035">
                                            <div class="text-14 font-bold">Call Us</div>
                                            <div class="text-14">(773) 373-0035</div>
                                        </a>
              </li>
              <li class="flex items-center gap-4">
                <i class="icon-mail text-sm"></i>
                <a href="mailto:sales@seatinghub.com">
                                            <div class="text-14 font-bold">Email Us</div>
                                            <div class="text-14">sales@seatinghub.com</div>
                                        </a>
              </li>
            </ul>
          </div>
        </div>
      </div>
      <div class="header-search-right md:w-2/3">
        <template x-if="products.length">
          <div class="header-search-products pt-6 md:pt-0" :class="{'pt-0': categories.length === 0}">
            <div class="header-search-title-container px-5 flex justify-between">
              <div class="header-search-title text-18 font-bold py-4">Products</div>
              <a class="header-search-products-all text-14 underline py-4" :href="'https://www.seatinghub.com/catalogsearch/result/?q=' + search">View All</a>
            </div>
            <div class="header-search-items-products grid grid-cols-2 sm:grid-cols-3 gap-x-4 gap-y-8">
              <template x-for="product in products">
                <div class="product-card-list w-full">
                  <a class="flex flex-col w-full h-full justify-between" :href="product.url">
                                                <div class="relative w-full">
                                                    <div class="relative bg-rs-primary-lighter h-0 pb-1/1">
                                                        <img class="product-img w-8/10 xs:w-8/11 absolute translate-center" loading="lazy" :src="product.image" :alt="product.title">
                                                    </div>
                                                    <div class="flex flex-col sm:flex-row pt-3 px-3 sm:px-0 sm:mx-0 sm:gap-2">
                                                        <div class="w-full sm:w-9/12">
                                                            <div class="product-card-title w-full text-12 sm:text-14 leading-default" x-html="product.title"></div>
                                                            <div class="product-card-sku text-gray-500 text-10" x-html="'#' + product.sku"></div>
                                                        </div>
                                                    </div>
                                                </div>
                                            </a>
                </div>
              </template>
            </div>
          </div>
        </template>
      </div>
      <div class="header-search-contacts-mobile pt-6 sm:hidden">
        <div class="header-search-title text-18 font-bold py-4 px-5"> How can we help? </div>
        <div class="header-search-contacts-items px-5">
          <ul class="flex flex-col gap-5 justify-start ">
            <li class="flex items-center gap-4">
              <i class="icon-phone text-xl"></i>
              <a href="tel:+17733730035">
                                        <div class="text-14 font-bold">Call Us</div>
                                        <div class="text-14">(773) 373-0035</div>
                                    </a>
            </li>
            <li class="flex items-center gap-4">
              <i class="icon-mail text-sm"></i>
              <a href="mailto:sales@seatinghub.com">
                                        <div class="text-14 font-bold">Email Us</div>
                                        <div class="text-14">sales@seatinghub.com</div>
                                    </a>
            </li>
          </ul>
        </div>
      </div>
    </div>
  </div>
</form>

POST https://www.seatinghub.com/remocookie/abandonedcart/new/

<form id="newsletter-validate-detail" class="form subscribe" action="https://www.seatinghub.com/remocookie/abandonedcart/new/" method="post" @submit.prevent="submitForm()" x-show="!isAnswer">
  <div class="newsletter-block flex flex-col lg:flex-row lg:justify-end lg:ml-8">
    <label for="newsletter-subscribe" class="sr-only"> Email Address </label>
    <div class="input-container relative w-full inline-flex max-w-[866px] lg:mr-4">
      <input id="newsletter-subscribe" class="newsletter-subscribe-input" name="email" type="email" required="" placeholder="Enter your email">
      <svg class="newsletter-subscribe-icon" xmlns="http://www.w3.org/2000/svg" width="23" height="17" viewBox="0 0 23 17">
        <g fill="none" stroke="#1c1c1c" stroke-width="2">
          <rect width="23" height="17" stroke="none"></rect>
          <rect x="1" y="1" width="21" height="15" fill="none"></rect>
        </g>
        <path d="M-1191.177,2831.224l9.333,5.74,9.878-5.74" transform="translate(1193 -2829)" fill="none" stroke="#1c1c1c" stroke-width="2"></path>
      </svg>
    </div>
    <input name="form_key" type="hidden" value="hSuJiDYii51aBu1K"> <button class="btn flex btn-primary h-12 flex-shrink-0 justify-center items-center
                                       mt-4 w-full
                                       lg:mt-0 lg:w-auto">
      <span class="mr-3">Sign up</span>
      <svg class="w-4 lg:w-6" xmlns="http://www.w3.org/2000/svg" width="18.867" height="14.205" viewBox="0 0 18.867 14.205">
        <g transform="translate(-961.134 -876.897)">
          <path d="M-108.867,2285.778l5.86,5.86-5.86,5.518" transform="translate(1082.008 -1407.467)" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path>
          <path d="M10.887,0H-4.693" transform="translate(966.826 884.045)" fill="none" stroke="#fff" stroke-linecap="round" stroke-width="2"></path>
        </g>
      </svg>
    </button>
  </div>
  <div>
    <template x-if="displayErrorMessage">
      <p class="flex items-center text-red">
        <span class="inline-block w-8 h-8 mr-3">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
          </svg>
        </span>
        <template x-for="errorMessage in errorMessages">
          <span x-html="errorMessage"></span>
        </template>
      </p>
    </template>
  </div>
</form>

POST

<form method="post" enctype="multipart/form-data" :id="form_name" @submit.prevent="submitForm()" id="Name">
  <div class="grid grid-cols-1 gap-4 pb-4">
    <template x-for="item in fields">
      <div>
        <template x-if="item.type !== 'hidden'">
          <div class="field required w-full">
            <label class="label" :for="item.name" :data-role="item.name">
              <span x-html="item.label"></span>
            </label>
            <div class="control">
              <input class="f-input" :autocomplete="item.name" :id="item.name" :type="item.type" :name="item.name" :value="item.value" :title="item.name">
            </div>
          </div>
        </template>
        <template x-if="item.type == 'hidden'">
          <input class="f-input" :autocomplete="item.name" :id="item.name" :type="item.type" :name="item.name" :value="item.value" :title="item.name">
        </template>
      </div>
    </template>
  </div>
  <button class="w-full btn btn-primary h-14 mb-4" type="submit" :title="button" :aria-label="button" x-html="button" title="Submit" aria-label="Submit">Submit</button>
</form>

Name: customer-login-formPOST https://www.seatinghub.com/projects/account/loginpost/

<form id="customer-login-form" action="https://www.seatinghub.com/projects/account/loginpost/" method="post" name="customer-login-form" @submit.prevent="submitForm()">
  <input name="form_key" type="hidden" value="hSuJiDYii51aBu1K">
  <div class="control-sidebar-block" x-transition:enter="transform transition ease-in-out duration-500" x-transition:enter-start="translate-x-full" x-transition:enter-end="translate-x-0"
    x-transition:leave="transform transition ease-in-out duration-500" x-transition:leave-start="translate-x-0" x-transition:leave-end="translate-x-full">
    <div class="control-sidebar-header">
      <div class="control-sidebar-title">Login</div>
    </div>
    <div class="control-sidebar">
      <p class="mb-6 mt-8">To view pricing, create projects and view previous orders, please sign in.</p>
      <fieldset class="fieldset login">
        <div class="email required">
          <label class="label text-16" for="email">
            <span>Email</span>
          </label>
          <div class="control">
            <input id="email" class="f-input" type="email" name="login[username]" value="" title="Email" autocomplete="on">
          </div>
        </div>
        <div class="password required mt-6">
          <div class="field-title flex justify-between items-center">
            <label class="label text-16" for="pass">
              <span>Password</span>
            </label>
            <a class="login-forgot-password-link text-16 mb-2 text-dark-grey" href="https://www.seatinghub.com/customer/account/forgotpassword/">
                                    <span>Forgot Your Password?</span>
                                </a>
          </div>
          <div class="control">
            <input name="login[password]" class="f-input" type="password" autocomplete="on" id="pass" title="Password">
          </div>
        </div>
        <template x-if="errors">
          <p class="text-red flex items-center mt-6">
            <span class="inline-block w-8 h-8 mr-3">
              <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
              </svg>
            </span>
            <template x-for="errorMessage in errorMessages">
              <span x-html="errorMessage"></span>
            </template>
          </p>
        </template>
      </fieldset>
      <div class="block-new-customer w-full pt-10"> Don’t have an account?<br>
        <a class="underline" href="https://www.seatinghub.com/customer/account/create/">
            Create an Account        </a>
      </div>
    </div>
    <div class="control-sidebar-footer grid grid-cols-2 gap-3">
      <button class="auth-button f-button-cancel" @click="open = false"> Cancel </button>
      <button class="auth-button f-button-main-yellow" type="submit" name="send"> Login </button>
    </div>
    <div class="loader-wrapper fixed w-full h-full left-0 top-0 bg-white-05 hidden" :class="{'hidden':!isLoadLogin}">
      <div class="loader lds-dual-ring absolute translate-center"></div>
    </div>
    <button class="button-close" @click="open = false">
      <i class="icon-close"></i>
    </button>
  </div>
</form>

Text Content

Chairs Bar Stools Tables Booths Patio Furniture
Inspiration Gallery Materials Library Contact Us
Need help?
(773) 373-0035
Chairs
View All Chairs Wood Chairs Metal Chairs Bolt Down Chairs Arm Chairs Stack
Chairs Upholstered Chairs Patio Chairs
Popular products

Need help?
(773) 373-0035
Bar Stools
View All Bar Stools Wood Bar Stools Metal Bar Stools Swivel Bar Stools Bolt Down
Bar Stools Upholstered Bar Stools Patio Bar Stools
Popular products

Need help?
(773) 373-0035
Tables
View All Tables Wood Table Tops Laminate Table Tops Resin Table Tops Patio
Tables
Table Bases
View All Table Bases Indoor Table Bases Outdoor Table Bases
Popular products

Need help?
(773) 373-0035
Booths
View All Booths Upholstered Booths Bar Height Booths Wood Booths Waiting Benches
Popular products

Need help?
(773) 373-0035
Patio Furniture
View All Patio Furniture Patio Chairs Patio Bar Stools Patio Tables
Popular products

Need help?
(773) 373-0035

Chairs
Bar Stools
Tables
Booths
Patio Furniture
Search

My Account My Account


Create Account Login

Search entire store here...

Categories

How can we help?
 * Call Us
   (773) 373-0035
 * Email Us
   sales@seatinghub.com

Products
View All

How can we help?
 * Call Us
   (773) 373-0035
 * Email Us
   sales@seatinghub.com

Subtotal

Shipping


Sales tax



Grand Total

View Project Continue Shopping


STYLE IT WITH

On sale


Made in USA
Free Shipping
Subtotal

Shipping


Sales tax



Grand Total

View Project Continue Shopping


STYLE IT WITH

On sale


Made in USA
Free Shipping

Skip to Content


WE ARE A LEADING SUPPLIER OF COMMERCIAL FURNITURE FOR THE HOSPITALITY MARKET

Learn more


OUR PRODUCTS

Booths


Bar Stools


Tables


Chairs


Patio
Meet Seating Hub
400,000+
sq. ft. manufacturing space
180+
Employees
100,000+
Restaurants Furnished
21
Years in Business
Made in the USA

Full Furniture Packages

Customization Options
to Fit Your Brand

Learn More



MOST TRENDY

On sale #SH-727-150 Premium Aria Metal Chair Customize
On sale #SH-879 Venice Cane Restaurant Chair Customize
On sale #SH-ERAT-239-BL Massello Industrial Series Black Metal Chair with Wood
Back Customize
On sale #SH-727-130-BS Premium Mauro Bucket Bar Stool Customize
On sale #SH-478-BS-CC Ethan Metal Bar Stool in Clear Coat Customize
On sale #SH-ERAT-499-BS Jasper Metal Bar Stool Customize
On sale #SH-SWPL-SET Premium Solid Wood Plank Restaurant Table Customize Made in
USA
On sale #SH-SWPL2 Industrial Series Mixed Species Solid Wood Table Top Customize
Made in USA


WELCOME TO SEATING HUB!

We at Seating Hub believe in empowering brands to express their unique identity
through custom furniture. From initial sketches to the final product, we tailor
every piece to embody your brand essence. Contact us with your specific
requirements, and we’ll work our magic. Our manufacturing capabilities allow for
custom frame finishes, upholstery options, and unique shapes and sizes. The
possibilities are limitless!

Inspiration Gallery
Get Inspired
Materials Library
Browse Materials
Join the club
Sign Up For Email Updates & Special Offers
Email Address

Sign up






HOW CAN WE HELP

 * Call Us
   (773) 373-0035
 * Email Us
   sales@seatinghub.com
 * Your Cart ID
   Show Cart ID

OUR PRODUCTS

 * Chairs
 * Bar Stools
 * Tables
 * Table Bases
 * Dining Booths
 * Patio Furniture

ABOUT SEATING HUB

 * About Us
 * Contact Us

RESOURCES

   
 * Inspiration Gallery
 * Materials Library


Copyright © 2008-2024 Seating Hub All Rights Reserved.



Name

Submit
Login

To view pricing, create projects and view previous orders, please sign in.

Email

Password Forgot Your Password?




Don’t have an account?
Create an Account
Cancel Login