Arama - ses çıkaran köpek topu
anahtar kelimesi ile bulunan ürünler
Aradığınız kriterlerde ürün bulunamadı.
SELECT p.manufacturer_id, p.product_id, IF( p.quantity <= 0 , 1, 0 ) as tukendi, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0001-01-01' OR ps.date_start < NOW()) AND (ps.date_end = '0001-01-01' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special FROM oc_product p LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND ( pd.name LIKE '%ses%' AND pd.name LIKE '%çıkaran%' AND pd.name LIKE '%köpek%' AND pd.name LIKE '%topu%' OR pd.description LIKE '%ses çıkaran köpek topu%' OR LCASE(p.model) = 'ses çıkaran köpek topu' OR LCASE(p.sku) = 'ses çıkaran köpek topu' OR LCASE(p.upc) = 'ses çıkaran köpek topu' OR LCASE(p.ean) = 'ses çıkaran köpek topu' OR LCASE(p.jan) = 'ses çıkaran köpek topu' OR LCASE(p.isbn) = 'ses çıkaran köpek topu' OR LCASE(p.mpn) = 'ses çıkaran köpek topu')
Aradığınız kriterlerde ürün bulunamadı.