rustfreetruckpartsmi.com Open in urlscan Pro
23.227.38.32  Public Scan

Submitted URL: https://rustfreetruckpartsofmi.com/
Effective URL: https://rustfreetruckpartsmi.com/
Submission Tags: phishingrod
Submission: On January 14 via api from DE — Scanned from NL

Form analysis 5 forms found in the DOM

POST /localization

<form method="post" action="/localization" id="nav-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8"
    value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <div class="localization__grid"></div>
  <script>
    customElements.whenDefined('custom-select').then(() => {
      if (!customElements.get('country-selector')) {
        class CountrySelector extends customElements.get('custom-select') {
          constructor() {
            super();
            this.loaded = false;
          }
          async showListbox() {
            if (this.loaded) {
              super.showListbox();
              return;
            }
            this.button.classList.add('is-loading');
            this.button.setAttribute('aria-disabled', 'true');
            try {
              const response = await fetch('?section_id=country-selector');
              if (!response.ok) throw new Error(response.status);
              const tmpl = document.createElement('template');
              tmpl.innerHTML = await response.text();
              const el = tmpl.content.querySelector('.custom-select__listbox');
              this.listbox.innerHTML = el.innerHTML;
              this.options = this.querySelectorAll('.custom-select__option');
              this.loaded = true;
            } catch {
              this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
            } finally {
              super.showListbox();
              this.button.classList.remove('is-loading');
              this.button.setAttribute('aria-disabled', 'false');
            }
          }
          setButtonWidth() {
            return;
          }
        }
        customElements.define('country-selector', CountrySelector);
      }
    });
  </script>
  <script>
    document.getElementById('nav-localization').addEventListener('change', (evt) => {
      const input = evt.target.previousElementSibling;
      if (input && input.tagName === 'INPUT') {
        input.value = evt.detail.selectedValue;
        evt.currentTarget.submit();
      }
    });
  </script>
</form>

GET /search

<form class="search relative search--speech search--product-types" role="search" action="/search" method="get">
  <label class="label visually-hidden" for="header-search">Search</label>
  <script src="//rustfreetruckpartsmi.com/cdn/shop/t/16/assets/search-form.js?v=43677551656194261111704227863" defer="defer"></script>
  <search-form class="search__form block">
    <input type="hidden" name="type" value="product,page,article">
    <input type="hidden" name="options[prefix]" value="last">
    <input type="search" class="search__input w-full input js-search-input" id="header-search" name="q" placeholder="Search for Tailg" data-placeholder-one="Search for Beds" data-placeholder-two="Search for Tailgates"
      data-placeholder-three="Search for Any Part!" data-placeholder-prompts-mob="false" data-typing-speed="100" data-deleting-speed="60" data-delay-after-deleting="500" data-delay-before-first-delete="2000" data-delay-after-word-typed="2400"
      role="combobox" autocomplete="off" aria-autocomplete="list" aria-controls="predictive-search-results" aria-owns="predictive-search-results" aria-haspopup="listbox" aria-expanded="false" spellcheck="false">
    <custom-select id="product_types" class="search__product-types absolute left-0 top-0 bottom-0 js-search-product-types"><label class="label visually-hidden no-js-hidden" id="product_types-label">Product type</label>
      <div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" aria-labelledby="product_types-label"
          style="--custom-select-button-width: 13px;">
          <span class="text-start">All</span>
          <svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
            <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
          </svg>
        </button>
        <ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="">
          <li class="custom-select__option js-option" id="product_types-opt-default" role="option" data-value="">
            <span class="pointer-events-none">All</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-0" role="option" data-value="Cab">
            <span class="pointer-events-none">Cab</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-1" role="option" data-value="Fender">
            <span class="pointer-events-none">Fender</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-2" role="option" data-value="Gift Cards">
            <span class="pointer-events-none">Gift Cards</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-3" role="option" data-value="Tailgate">
            <span class="pointer-events-none">Tailgate</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-4" role="option" data-value="Trailer Hitch Ball Mount">
            <span class="pointer-events-none">Trailer Hitch Ball Mount</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-5" role="option" data-value="Trailer Hitch Coupler Lock">
            <span class="pointer-events-none">Trailer Hitch Coupler Lock</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-6" role="option" data-value="Trailer Hitch Pintle Hook Mount">
            <span class="pointer-events-none">Trailer Hitch Pintle Hook Mount</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-7" role="option" data-value="Trailer Weight Distribution Head">
            <span class="pointer-events-none">Trailer Weight Distribution Head</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-8" role="option" data-value="Trailer Weight Distribution Kit">
            <span class="pointer-events-none">Trailer Weight Distribution Kit</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-9" role="option" data-value="Trailer Weight Distribution Shank">
            <span class="pointer-events-none">Trailer Weight Distribution Shank</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-10" role="option" data-value="Vehicle Parts &amp; Accessories">
            <span class="pointer-events-none">Vehicle Parts &amp; Accessories</span>
          </li>
        </ul>
      </div>
    </custom-select>
    <input type="hidden" id="product_type_input" name="filter.p.product_type"><button type="button" class="search__reset text-current vertical-center absolute focus-inset js-search-reset" hidden="">
      <span class="visually-hidden">Reset</span>
      <svg width="24" height="24" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5" fill="none" fill-rule="evenodd" stroke-linejoin="round" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path d="M5 19 19 5M5 5l14 14"></path>
      </svg>
    </button><speech-search-button class="search__speech focus-inset right-0" tabindex="0" title="Search by voice" style="--speech-icon-color: #ff580d">
      <svg width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path fill="currentColor"
          d="M17.3 11c0 3-2.54 5.1-5.3 5.1S6.7 14 6.7 11H5c0 3.41 2.72 6.23 6 6.72V21h2v-3.28c3.28-.49 6-3.31 6-6.72m-8.2-6.1c0-.66.54-1.2 1.2-1.2.66 0 1.2.54 1.2 1.2l-.01 6.2c0 .66-.53 1.2-1.19 1.2-.66 0-1.2-.54-1.2-1.2M12 14a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3 3 3 0 0 0-3 3v6a3 3 0 0 0 3 3Z">
        </path>
      </svg>
    </speech-search-button>
    <link href="//rustfreetruckpartsmi.com/cdn/shop/t/16/assets/speech-search.css?v=47207760375520952331704227864" rel="stylesheet" type="text/css" media="all">
    <script src="//rustfreetruckpartsmi.com/cdn/shop/t/16/assets/speech-search.js?v=106462966657620737681704227864" defer="defer"></script>
  </search-form>
  <div class="js-search-results" tabindex="-1" data-predictive-search=""></div>
  <span class="js-search-status visually-hidden" role="status" aria-hidden="true"></span>
</form>

POST /cart

<form class="form" id="cart-drawer-form" action="/cart" method="post">
  <cart-items id="cart-items" data-section="cart-drawer" data-empty="true">
    <div class="cart-empty flex flex-col justify-center items-center h-full js-cart-empty"><svg width="24" height="24" viewBox="0 0 24 24" class="icon icon--cart" aria-hidden="true" focusable="false" role="presentation">
        <path fill="currentColor"
          d="M17 18a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2c0-1.11.89-2 2-2M1 2h3.27l.94 2H20a1 1 0 0 1 1 1c0 .17-.05.34-.12.5l-3.58 6.47c-.34.61-1 1.03-1.75 1.03H8.1l-.9 1.63-.03.12a.25.25 0 0 0 .25.25H19v2H7a2 2 0 0 1-2-2c0-.35.09-.68.24-.96l1.36-2.45L3 4H1V2m6 16a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2c0-1.11.89-2 2-2m9-7 2.78-5H6.14l2.36 5H16Z">
        </path>
      </svg>
      <p>Your cart is empty</p><a class="btn btn--primary" href="/collections/all">Start shopping</a>
    </div>
    <p class="visually-hidden" id="cart-live-region-text" role="status" aria-live="polite"> Subtotal:$0.00 USD </p>
    <p class="visually-hidden" id="cart-line-item-status" role="status" aria-live="polite" aria-hidden="true">Loading...</p>
    <div class="alert mt-6 bg-error-bg text-error-text" id="cart-errors" role="alert" hidden=""></div>
  </cart-items>
</form>

POST /contact#footer-signup_form

<form method="post" action="/contact#footer-signup_form" id="footer-signup_form" accept-charset="UTF-8" class="form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="prospect, newsletter">
  <div class="form__field">
    <label class="label visually-hidden" for="footer-signup">Email</label>
    <div class="input-with-button"><input type="email" class="input w-full focus-inset" id="footer-signup" name="contact[email]" value="" placeholder="Your email" autocomplete="email" aria-required="true" required=""><button
        class="btn focus-inset has-ltr-icon">
        <span class="visually-hidden">Subscribe</span>
        <svg width="24" height="24" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon">
          <path d="M4.696 12h14.686m-7.007-7.5 7.5 7.5-7.5 7.5"></path>
        </svg>
      </button></div>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="footer-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <div class="localization__grid"></div>
  <script>
    customElements.whenDefined('custom-select').then(() => {
      if (!customElements.get('country-selector')) {
        class CountrySelector extends customElements.get('custom-select') {
          constructor() {
            super();
            this.loaded = false;
          }
          async showListbox() {
            if (this.loaded) {
              super.showListbox();
              return;
            }
            this.button.classList.add('is-loading');
            this.button.setAttribute('aria-disabled', 'true');
            try {
              const response = await fetch('?section_id=country-selector');
              if (!response.ok) throw new Error(response.status);
              const tmpl = document.createElement('template');
              tmpl.innerHTML = await response.text();
              const el = tmpl.content.querySelector('.custom-select__listbox');
              this.listbox.innerHTML = el.innerHTML;
              this.options = this.querySelectorAll('.custom-select__option');
              this.loaded = true;
            } catch {
              this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
            } finally {
              super.showListbox();
              this.button.classList.remove('is-loading');
              this.button.setAttribute('aria-disabled', 'false');
            }
          }
          setButtonWidth() {
            return;
          }
        }
        customElements.define('country-selector', CountrySelector);
      }
    });
  </script>
  <script>
    document.getElementById('footer-localization').addEventListener('change', (evt) => {
      const input = evt.target.previousElementSibling;
      if (input && input.tagName === 'INPUT') {
        input.value = evt.detail.selectedValue;
        evt.currentTarget.submit();
      }
    });
  </script>
</form>

Text Content

This website uses cookies to ensure you get the best experience. Learn more
DeclineAccept
✕
Skip to content

Like & Follow us on FaceBook! Follow



Search Product type
All
 * All
 * Cab
 * Fender
 * Gift Cards
 * Tailgate
 * Trailer Hitch Ball Mount
 * Trailer Hitch Coupler Lock
 * Trailer Hitch Pintle Hook Mount
 * Trailer Weight Distribution Head
 * Trailer Weight Distribution Kit
 * Trailer Weight Distribution Shank
 * Vehicle Parts & Accessories

Reset


Log in Cart

Menu
 * Home
 * Ford
    * Back
    * Ford
    * Ford Truck Beds
    * Superduty
       * Axles
       * Beds
       * Bumpers
       * Cabs
       * Doors
       * Driveline Components
       * Fenders
       * Hoods
       * Leaf Springs
       * Tailgates
       * Go to Superduty
   
    * F-150
       * Axles
       * Beds
       * Doors
       * Fender
       * Leaf Springs
       * Go to F-150
   
    * Excursion
       * Axles
       * Doors
       * Fenders
       * Go to Excursion
   
    * E Series
       * Doors
       * PCM
       * Go to E Series

 * Chevrolet / GMC
    * Back
    * Chevrolet / GMC
    * Beds
    * Doors
    * Fenders
    * Tailgates

 * Dodge
    * Back
    * Dodge
    * Beds
    * Doors
    * Fenders
    * Cabs
    * Bumpers

 * Shop
    * Back
    * Shop
    * Truck Accessories
       * Mirrors
       * Light Bars
       * Gifts
       * Decals
       * Go to Truck Accessories
   
    * Shop All

 * B&W Hitches
 * Contact

 * Call us

We offer shipping to all 50 states Located in Chelsea, MI
We offer shipping to all 50 states Located in Chelsea, MI
We offer shipping to all 50 states Located in Chelsea, MI
We offer shipping to all 50 states Located in Chelsea, MI
We offer shipping to all 50 states Located in Chelsea, MI
We offer shipping to all 50 states Located in Chelsea, MI
We offer shipping to all 50 states Located in Chelsea, MI
We offer shipping to all 50 states Located in Chelsea, MI
We offer shipping to all 50 states Located in Chelsea, MI
We offer shipping to all 50 states Located in Chelsea, MI
We offer shipping to all 50 states Located in Chelsea, MI
We offer shipping to all 50 states Located in Chelsea, MI
We offer shipping to all 50 states Located in Chelsea, MI
We offer shipping to all 50 states Located in Chelsea, MI
We offer shipping to all 50 states Located in Chelsea, MI
We offer shipping to all 50 states Located in Chelsea, MI
We offer shipping to all 50 states Located in Chelsea, MI
We offer shipping to all 50 states Located in Chelsea, MI
We offer shipping to all 50 states Located in Chelsea, MI
We offer shipping to all 50 states Located in Chelsea, MI

Our website is still under construction. Please call if you do not see what you
are looking for as the inventory online does not reflect our actually inventory
in-stock. (734) 395-3966.

All items that are labeled as $0 are not free. Prices are still being updated.
Please call for a price and shipping.

Some features such as freight shipping are not setup yet, we are working hard to
make it available online for your convenience!

Thank you, Texas Truck Team


WELCOME TO TEXAS TRUCK, YOUR ONE-STOP SOLUTION FOR RUST-FREE TRUCK PARTS IN
MICHIGAN.






COLLECTIONS

View all

 * All Truck Beds
   
   View collection

 * Tailgates
   
   View collection

 * Truck Cabs
   
   View collection

 * 8ft Beds
   
   View collection

 * Bumpers
   
   View collection

 * Drivetrain
   
   View collection


FREQUENTLY ASKED QUESTIONS


GENERAL QUESTIONS

ARE YOU LOCATED IN TEXAS?

Despite the name Texas Truck LLC, we are located in Chelsea Michigan. Our parts
are rust free sourced from Texas.

WHAT PARTS DO YOU HAVE AVAILABLE?

We have all sorts of different parts available, if you don't see something
please reach out as our inventory is always changing. Contact Us.


YOUR CART

Close

Your cart is empty

Start shopping

Subtotal:$0.00 USD

Loading...







Previous Next

 * Visit our support center
   
   Expert help & advice

 * Check your order status
   
   Updates & tracking

 * Returns & exchanges
   
   All you need to know

Back to top


LET US HELP!

We are located in Chelsea, MI but our parts come from Texas and other
surrounding states. Say goodbye to rust issues and revitalize your vehicle with
Texas Truck. We understand that transporting these truck parts can be a chore,
therefore we offer free delivery on qualifying purchases. We also offer world
wide shipping!


 * Facebook

(734) 395-3966


FOOTER LINKS

 * Search
 * Terms of Service
 * Refund policy
 * Privacy Policy
 * Blog
 * About us
 * Returns & Exchanges


NEWSLETTER

Join our newsletter for exclusive updates on rust-free truck parts in Michigan,
special offers, and more

Email
Subscribe
Payment methods accepted
 * American Express
 * Apple Pay
 * Diners Club
 * Discover
 * Meta Pay
 * Google Pay
 * Mastercard
 * PayPal
 * Shop Pay
 * Venmo
 * Visa



--------------------------------------------------------------------------------

© 2024 Texas Truck LLC.
Back


CHOOSE OPTIONS

Close
Close


Item added to your cart.

View cart