SKU: 2630-05/2630-27/2630-06

Charlie - 2630 - Sectional

$2,82999 USD $3,53999

Configuration

Delivery and Shipping

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

Depending upon which of England’s 400+ fabrics you choose, you can make the Charlie sectional understated and sophisticated or bold and dazzling… It’s all up to you! This silhouette features a loose border back and a simple roll arm. Available as a sofa, loveseat, sleeper, chair, ottoman, and multiple sectional configurations.
Charlie - 3 Piece U-Shaped Sectional
38.0"H
Charlie - 2 Piece Sectional With Left Arm Facing Chaise Lounge
38.0"H
Charlie - 2 Piece Sectional
38.0"H
Charlie - 3 Piece Sectional
38.0"H
// 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'); } } });