15% Off Summer Promotion - On our entire inventory - Ends July 31st
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,26061,26091,26079,26073,26085,26105) 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;
Showing 0 Carpets
Reset
Sorry we do not have any available on the website at the moment. Please contact us with what you are looking for and we shall be able to help you.