Find the perfect antique rug for your home at our showroom or through our bespoke 'at-home' viewing service.
0
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
LEFT JOIN wp_postmeta AS custom_status ON custom_status.post_id = wp_posts.ID AND custom_status.meta_key = 'status_toggle'
LEFT JOIN wp_postmeta AS stock_status ON stock_status.post_id = wp_posts.ID AND stock_status.meta_key = '_stock_status'
WHERE 1=1 AND wp_posts.ID IN (1,16287,16336,16345,16431,16438,16444,16451,16516,16523,16531,16537,16542,16547,16552,16559,16564,16572,16578,16585,16591,16596,22902,22910,22916,22922,22931,22940,22946,22953,22959,22965,28295,28300,28305,28310,28314,28320,28324) AND wp_posts.post_type = 'product' AND ((wp_posts.post_status = 'publish')) AND ( (
stock_status.meta_value = 'instock'
AND wp_posts.post_status = 'publish'
AND custom_status.meta_value NOT LIKE '%\"reserved\"%'
) OR (
custom_status.meta_value LIKE '%\"reserved\"%'
) )
GROUP BY wp_posts.ID
ORDER BY wp_posts.post_date DESC
LIMIT 0, 20;