SKU: PCP373P2

Orchard Beach - Outdoor Dining Table - Beige

$1,03999 USD $1,29999


Delivery and Shipping

At this time we are only able to offer delivery in the Southwest Missouri and Northwest Arkansas area.

Whether it's decking out your deck or making a splash by the pool, this outdoor dining table is all about easy-breezy outdoor living. Its base features a nicely neutral rope wrap over a sturdy, rust-resistant aluminum frame that’s sure to weather the seasons beautifully. A sintered stone top enhances the table’s beauty and robustness.

Product Features
  • Includes base and tabletop
  • Rust-resistant aluminum frame with durable powder coated finish
  • Powder coated aluminum resists rusting and fading
  • Polyester rope
  • Stainless steel hardware resists rust and boosts longevity
  • Sintered stone is an easy-to-clean, man-made material that looks like natural stone
  • Designed to withstand the harsh elements of the outdoors
  • Assembly required

// Save scroll position before leaving page document.addEventListener('DOMContentLoaded', function() { // Save scroll position when clicking product links const productLinks = document.querySelectorAll('a[href*="/products/"]'); productLinks.forEach(link => { link.addEventListener('click', function() { sessionStorage.setItem('scrollPosition', window.scrollY); sessionStorage.setItem('scrollPage', window.location.href); }); }); // Restore scroll position when returning if (sessionStorage.getItem('scrollPage') === window.location.href) { const savedPosition = sessionStorage.getItem('scrollPosition'); if (savedPosition) { window.scrollTo(0, parseInt(savedPosition)); sessionStorage.removeItem('scrollPosition'); sessionStorage.removeItem('scrollPage'); } } });