More_search_options

 


Products meeting the search criteria
Displaying 1 to 2 (of 2 products) Result Pages:  1 
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'limit 0, 30' at line 1

select distinct p.products_image, p.sample, p.release_date, p.track_title, p.mix_title, a.artists_name, r.artists_name as remixer_name, p.sample, cd.categories_name,m.manufacturers_name, p.products_sku, p.release_date, p.format, m.manufacturers_id, p.products_id, pd.products_name, p.products_price, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price from products p left join manufacturers m using(manufacturers_id) left join specials s on p.products_id = s.products_id, products_description pd, categories c, products_to_categories p2c, artists a, artists r, categories_description cd where p.products_status = '1' and p.products_visible = '1' and p.products_id = pd.products_id and pd.language_id = '1' and p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and p.artists_id = a.artists_id and p.remixer_artists_id = r.artists_id and cd.categories_id = p2c.categories_id and ((pd.products_name like '%layers%' or p.products_model like '%layers%' or p.products_sku like '%layers%' or m.manufacturers_name like '%layers%' or p.track_title like '%layers%' or p.mix_title like '%layers%' or a.artists_name like '%layers%' or r.artists_name like '%layers%') and (pd.products_name like '%of%' or p.products_model like '%of%' or p.products_sku like '%of%' or m.manufacturers_name like '%of%' or p.track_title like '%of%' or p.mix_title like '%of%' or a.artists_name like '%of%' or r.artists_name like '%of%') and (pd.products_name like '%sound%' or p.products_model like '%sound%' or p.products_sku like '%sound%' or m.manufacturers_name like '%sound%' or p.track_title like '%sound%' or p.mix_title like '%sound%' or a.artists_name like '%sound%' or r.artists_name like '%sound%') ) order by limit 0, 30

[TEP STOP]