|
 |
Categories |
|
 |
|
|
 |
Information |
|
 |
|
 |
Bestsellers |
|
 |
|
|
|
Products meeting the search criteria |
|
|
 |
Displaying 1 to 20 (of 290 products) | Results/Page: |
| | |
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'limit 0, 20' at line 1
select distinct p.products_image, p.products_model, m.manufacturers_name, m.manufacturers_id, p.products_quantity, p.products_featured, 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 , pd.extra_value_id2 , pd.extra_value_id1 , pd.extra_value_id3 from products p left join manufacturers m using(manufacturers_id) left join specials_retail_prices s on p.products_id = s.products_id, products_description pd, categories c, products_to_categories p2c where p.products_status = '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 (IF(s.status AND s.customers_group_id = '0', s.specials_new_products_price, p.products_price) <= 10000000) and find_in_set('0', products_hide_from_groups) = 0 and find_in_set('0', categories_hide_from_groups) = 0 order by limit 0, 20
[TEP STOP]
| |