Product Description
- Specifications
- Chair Functions
- Additional Information
- Shipping
- Resources
– Environmental Friendly
– Greenguard
– RTA
– Tools Needed
SHIPPING DETAILS
Product Weight (Lbs): 60.19
DOWNLOADS
Download Assembly Sheet
– Environmental Friendly
– Greenguard
– RTA
– Tools Needed
SHIPPING DETAILS
Carton Weight (Lbs): 66.00 LBS
Product Weight (Lbs): 60.19
DOWNLOADS
Download Assembly Sheet
// encodes url for links from custom fields
const links = document.getElementsByClassName(“tab-resources-archive-link”);
for (const a of links) {
var array = a.href.split(“/”);
var last = array.pop();
var base = array.join(“/”);
last = encodeURIComponent(last);
a.href = base + “/” + last;
}
Reviews
There are no reviews yet.