#hex-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; } .hex { position: absolute; width: 20px; height: 20px; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 20px solid #00ff00; /* Change the color here to green */ transform: rotate(120deg); } document.addEventListener("mousemove", function(event) { const mouseX = event.pageX; const mouseY = event.pageY; const hexBg = document.getElementById("hex-bg"); hexBg.innerHTML = ""; const hexWidth = 30; const hexHeight = 40; const hexRows = Math.ceil(window.innerHeight / hexHeight); const hexCols = Math.ceil(window.innerWidth / hexWidth); for (let row = 0; row < hexRows; row++) { for (let col = 0; col < hexCols; col++) { const hex = document.createElement("div"); hex.classList.add("hex"); const x = col * hexWidth + (row % 2 ? hexWidth / 2 : 0); const y = row * hexHeight; hex.style.top = y + "px"; hex.style.left = x + "px"; hex.style.transform = `translate(${mouseX - window.innerWidth / 2}px, ${mouseY - window.innerHeight / 2}px)`; hexBg.appendChild(hex); } } });
top of page
DSC05851.jpg

WHAT WE OFFER

Our mission is to provide our customers with seamless and hassle-free pallet purchasing experiences. We strive to make the process of acquiring the pallets you need as effortless as possible. Count on us to provide high-quality and customized pallet solutions that meet your specific requirements and make your job a little easier.

OUR PROVEN PROCESS

YPC Proven Process.jpg

Sales

Upon initial contact, our sales representative will identify the customer's pallet needs and provide an estimate for approval. Once approved, the sales representative will facilitate placing their first order.

Sales PNG.png

Sales

Order is received and placed into the production schedule to ensure timely fulfillment. 

Order Recieved.png

Sales

Orders are built and then go through a final quality check to ensure customer orders are fulfilled accurately before shipment.

Manufacturing.png

Sales

After successfully delivering an order, the driver submits the Proof of Delivery form. Then, an Invoice is sent for the order via email.

Invoicing.png

Sales

Order is loaded onto our trucks and delivered by our drivers, with proof of delivery upon arrival.

Shipping.png

SERVICES

Quality Materials

Our high-quality pallets offer exceptional durability and reliability for your storage and transportation needs, ensuring your products are protected and delivered safely.

Locally Sourced

We source our wood locally to ensure sustainable and eco-friendly production of our products.

Delivery

We Believe in on-time Delivery and operate our own fleet trucks and trailers to ensure that our customers receive their pallets on time.

Yoder Pallet Company specializes in offering both full and mixed truckloads of new pallets. Our new pallets are available in a wide range of designs, from the standard 48x40s to custom sizes that meet all of our client's unique requirements. Additionally, we offer a vast selection of lumber species, dimensions, and grades to ensure that we can provide quality and cost-effective new pallets that are designed to optimize your load during shipping.

​We prioritize our customers' specific needs by providing pallets that are tailored to their unique requirements, including the ideal shape, size, and material. This ensures that our clients' loads are transported as efficiently and effectively as possible. Overall, we are committed to delivering exceptional service and products to our customers, and we take pride in our ability to provide custom solutions that meet their needs.

DSC05861.jpg

Request a Quote

Please take a moment to fill out the form.

Thanks for submitting!

bottom of page