www.oklahomajoes.com Open in urlscan Pro
151.101.193.124  Public Scan

Submitted URL: http://www.oklahomajoes.com/
Effective URL: https://www.oklahomajoes.com/
Submission: On December 05 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

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

<form class="right-links__form form minisearch" id="search_mini_form" action="https://www.oklahomajoes.com/catalogsearch/result/" method="get">
  <fieldset class="fieldset">
    <legend class="hidden">Search form</legend>
    <span id="searchWrapper" class="right-links__item" title="I'm looking for...">
      <label for="search" aria-label="Search" title="Search" class="hidden">Search for</label>
      <input id="search" type="text" name="q" value="" placeholder="I'm looking for..." class="input-text right-links__input" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" aria-expanded="true" aria-label="Search for"
        autocomplete="off">
      <button id="searchButton" class="right-links__item--text search-icon" aria-label="Submit search query" title="Submit search query" type="submit">
        <i class="fal fa-search"></i>
      </button>
    </span>
  </fieldset>
</form>

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

<form class="right-links__form mobile form minisearch" id="search_mini_form_mobile" action="https://www.oklahomajoes.com/catalogsearch/result/" method="get">
  <fieldset class="fieldset">
    <legend class="hidden">Search form mobile</legend>
    <span id="searchWrapper_mobile" title="I'm looking for...">
      <label for="search_mobile" aria-label="Search" title="Search" class="hidden">Search for</label>
      <input id="search_mobile" type="text" name="q" value="" placeholder="I'm looking for..." class="input-text right-links__input" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" aria-expanded="true"
        aria-label="Search for" autocomplete="off">
    </span>
  </fieldset>
</form>

GET https://www.oklahomajoes.com/parts/search/results/

<form class="parts-widget__form" action="https://www.oklahomajoes.com/parts/search/results/" method="GET">
  <fieldset class="parts-widget--fieldset">
    <legend class="sr-only">Parts Search form</legend>
    <span class="sr-only">Enter product model number</span>
    <input class="parts-widget--input-field form__input" type="search" name="model" placeholder="Enter product model number" aria-label="Enter product model number" autocomplete="off">
    <div data-role="autocomplete-options" class="parts-widget__autocomplete parts-autocomplete"></div>
    <div data-role="no-results" class="parts-widget__no-results">There are no products matching your search.</div>
  </fieldset>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}" autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- ko template: getTemplate() -->
    <div data-bind="{
    attr: {
        'id': getReCaptchaId() + '-wrapper'
    },
    'afterRender': renderReCaptcha()
}" id="recaptcha-popup-login-wrapper">
      <div class="g-recaptcha" id="recaptcha-popup-login">
        <div class="grecaptcha-badge" data-style="inline" style="width: 256px; height: 60px; box-shadow: gray 0px 0px 5px;">
          <div class="grecaptcha-logo"><iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-56iyh7w6wrrx" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6Lf3UpIeAAAAAAXZHmolqJjhM_CsxbTAVAcp7B14&amp;co=aHR0cHM6Ly93d3cub2tsYWhvbWFqb2VzLmNvbTo0NDM.&amp;hl=de&amp;v=-QbJqHfGOUB8nuVRLvzFLVed&amp;theme=light&amp;size=invisible&amp;badge=inline&amp;cb=ltb76ul69vu2"></iframe>
          </div>
          <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
            style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div><iframe style="display: none;"></iframe>
      </div>
      <!-- ko if: (!getIsInvisibleRecaptcha()) --><!-- /ko -->
    </div>
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <input name="context" type="hidden" value="checkout">
      <a class="action action-forgot" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.oklahomajoes.com/customer/account/forgotpassword/">
                            <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                        </a>
      <div class="primary">
        <button type="submit" class="action action-login secondary" name="send" id="send-3">
          <span data-bind="i18n: 'Sign In'">Sign In</span>
        </button>
      </div>
    </div>
    <div class="actions-toolbar__additional">
      <span data-bind="i18n: 'Don\'t have an account yet?'">Don't have an account yet?</span>
      <a class="action action-signup" data-bind="attr: {href: registerUrl}" href="https://www.oklahomajoes.com/customer/account/create/"><span data-bind="i18n: 'Sign Up'">Sign Up</span></a>
    </div>
  </div>
  <input type="text" name="token" style="display: none">
</form>

Text Content

Press Alt+1 for screen-reader mode, Alt+0 to cancelAccessibility Screen-Reader
Guide, Feedback, and Issue Reporting
The store will not work correctly in the case when cookies are disabled.

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.




























Live Chat
Search form Search for
My Account
 * Sign In Sign Up
    * Orders
    * Registered Products
    * Account Information
    * Address Book
    * Sign Out
   
    * Orders
    * Registered Products
    * Account Information
    * Address Book

Minicart Button
Added to your cart
You have no items in your shopping cart.

Toggle Nav
Search form mobile Search for
 * Smokers & Grills
   * New Products
   * Smokers
   * Smoker & Charcoal Grills
   * Charcoal Grills
   * Drum Smokers
   * Portable Grills
   * Pellet Grills
 * Pellet Grills
 * Accessories & Parts
   * BBQ Accessories
   * Covers
   * Cooking Tools
   * Smoking Wood
   * Smoker Upgrades
   * Gear
   * Parts
 * The Craft
   * Recipes
   * How-To's
 * Our Story
 * Sign In Sign Up
      
    * Orders
    * Registered Products
    * Account Information
    * Address Book
    * Sign Out
   
    * Orders
    * Registered Products
    * Account Information
    * Address Book

 * My Account

 * Back to Main Menu

 * Sign In Sign Up
    * Orders
    * Registered Products
    * Account Information
    * Address Book
    * Sign Out
   
    * Orders
    * Registered Products
    * Account Information
    * Address Book


OKLAHOMA JOE'S SMOKERS & GRILLS


REAL. SMOKE. FLAVOR.

Shop Smokers & Grills



INSPIRED BY WIDE OPEN SPACES

Longhorn Offset Smoker



LIVE-FIRE COOKING AT HOME

Marshal Centerbox Smoker



FORGED BY GRIT AND GREASE SINCE 1987

When Joe Davidson showed up to the 1987 Oklahoma State Fair with a dozen
handmade smokers, people just couldn't get enough. By the time he left, he had
sold all of his smokers and received orders for over a hundred more. Today,
Oklahoma Joe's continues to build the most sought-after smokers in the world.

Our Story
pork
 
3-2-1 Smoked Spare Ribs

 
Smoked Beer Can Chicken

pork
 
Smoked Pork Belly Burnt Ends





PARTS

Parts Search form Enter product model number

There are no products matching your search.
For help identifying model number, please contact Customer Service at
800-318-7744.


SUPPORT

FAQ Product Registration Support Center


CONTACT US

800-318-7744 - MON - SAT, 9AM - 7PM EST.
Please have your Model # and Serial # available when contacting us.
Send an Email
Live Chat
Mon-Sun: 9AM - 9PM EST
Facebook Link Opens in New Tab Twitter Link Opens in New Tab Pinterest Link
Opens in New Tab Instagram Link Opens in New Tab YouTube Link Opens in New Tab
Privacy Policy | Terms of Use | CA Transparency Supply Chains Act |
Accessibility Statement | © Char-Broil, LLC. 2023



PRIVACY PREFERENCE CENTER




 * YOUR PRIVACY


 * STRICTLY NECESSARY COOKIES


 * PERFORMANCE COOKIES


 * FUNCTIONAL COOKIES


 * TARGETING COOKIES

YOUR PRIVACY

When you visit any website, it may store or retrieve information on your
browser, mostly in the form of cookies. This information might be about you,
your preferences or your device and is mostly used to make the site work as you
expect it to. The information does not usually directly identify you, but it can
give you a more personalized web experience. Because we respect your right to
privacy, you can choose not to allow some types of cookies. Click on the
different category headings to find out more and change our default settings.
However, blocking some types of cookies may impact your experience of the site
and the services we are able to offer.
More information

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms.    You can set your browser to
block or alert you about these cookies, but some parts of the site will not then
work. These cookies do not store any personally identifiable information.

Cookies Details‎

PERFORMANCE COOKIES

Performance Cookies


These cookies allow us to count visits and traffic sources so we can measure and
improve the performance of our site. They help us to know which pages are the
most and least popular and see how visitors move around the site.    All
information these cookies collect is aggregated and therefore anonymous. If you
do not allow these cookies we will not know when you have visited our site, and
will not be able to monitor its performance.

Cookies Details‎

FUNCTIONAL COOKIES

Functional Cookies


These cookies enable the website to provide enhanced functionality and
personalisation. They may be set by us or by third party providers whose
services we have added to our pages.    If you do not allow these cookies then
some or all of these services may not function properly.

Cookies Details‎

TARGETING COOKIES

Targeting Cookies


These cookies may be set through our site by our advertising partners. They may
be used by those companies to build a profile of your interests and show you
relevant adverts on other sites.    They do not store directly personal
information, but are based on uniquely identifying your browser and internet
device. If you do not allow these cookies, you will experience less targeted
advertising.

Cookies Details‎
Back Button Back



Vendor Search
Filter Button
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

 * View Third Party Cookies
    * Name
      cookie name


Clear
checkbox label label
Apply Cancel
Confirm My Choices
Allow All


By clicking “Accept All Cookies”, you agree to the storing of cookies on your
device to enhance site navigation, analyze site usage, and assist in our
marketing efforts.

Cookies Settings Accept All Cookies

Close
Sign In

Email Address

Password


Forgot Your Password?
Sign In
Don't have an account yet? Sign Up