ua|ru
Фільтрувати за ціною

Фудпейринг: аперитив Lavantureux Petaluma Val d'Oca Veuve Clicquot

Showing all 19 results

			SELECT min( min_price ) as min_price, MAX( max_price ) as max_price
			FROM wp_wc_product_meta_lookup
			WHERE product_id IN (
				SELECT ID FROM wp_posts
				 LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id)  LEFT JOIN wp_term_relationships AS tt1 ON (wp_posts.ID = tt1.object_id)  LEFT JOIN wp_term_relationships AS tt2 ON (wp_posts.ID = tt2.object_id)
				WHERE wp_posts.post_type IN ('product')
				AND wp_posts.post_status = 'publish'
				 AND ( 
  wp_term_relationships.term_taxonomy_id IN (461,2402,2522,479) 
  AND 
  wp_posts.ID NOT IN (
				SELECT object_id
				FROM wp_term_relationships
				WHERE term_taxonomy_id IN (6)
			) 
  AND 
  ( 
    tt1.term_taxonomy_id IN (461,2402,2522,479) 
    AND 
    wp_posts.ID NOT IN (
				SELECT object_id
				FROM wp_term_relationships
				WHERE term_taxonomy_id IN (6)
			) 
    AND 
    tt2.term_taxonomy_id IN (489)
  )
)
			)