Мой аккаунт
Моя корзина (
0
)
МУЖСКАЯ ОДЕЖДА
ЖЕНСКАЯ ОДЕЖДА
АКСЕССУАРЫ
ОБУВЬ
Бейсболки
Галстуки
Игрушки
Кепки
Кошельки
Перчатки
Разное
Ремни
Сумки
Украшения
Часы
Шапки
Шарфы
Ben Sherman
Calvin Klein
Goorin Brothers
Innersoul
Lambretta
Le Coq Sportif
Marc O'Polo
Merc
Pepe Jeans London
Tom Farr
Все новинки
Все скидки
Аксессуары
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 '-9, 9' at line 20
select m.manufacturers_name, m.manufacturers_image, p.products_image, pd.products_name, pd.products_description, p.products_id, prid.categories_id, p.manufacturers_id, 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_description pd, products_to_categories prid, products p) left join manufacturers m on p.manufacturers_id = m.manufacturers_id, categories cat,products_to_categories p2c) left join specials s on p.products_id = s.products_id where p.products_status = '1' and p.products_id=prid.products_id and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '4' and cat.categories_id = p2c.categories_id and cat.parent_id = '30' and p.manufacturers_id = '47' ORDER BY p.products_date_added DESC limit -9, 9
[TEP STOP]