Frame: Aluminum with JANUScoatâ„¢. Seat & Back: Polyvinyl Mesh with Reticulated Foam. Stacks to 4.
W
25.5"
65 CM
H
38.5"
98 CM
L
78.5"
199 CM
SH
13.5"
34 CM
Weight
23 lbs
10.4 kg
Color:
White/White
SELECT p.ID as post_id, t.slug as product_color
FROM wp_posts p
LEFT JOIN wp_term_relationships tr ON p.ID = tr.object_id
LEFT JOIN wp_term_taxonomy tt ON tr.term_taxonomy_id = tt.term_taxonomy_id
LEFT JOIN wp_terms t ON t.term_id = tt.term_id
WHERE
tt.taxonomy = 'product_colors'
AND p.post_title = 'KOKO II STACKABLE PADDED SLING CHAISE LOUNGE' AND p.post_status = 'publish'