Scarves
Displaying 1 to 15 (of 65 products) Result Pages:  1  2  3  4  5  [Next >>] 
1226 - User 'newzealand' has exceeded the 'max_questions' resource (current value: 300000)

select pi.image_filename, pd.products_name, pd.products_description, p.products_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 p left join manufacturers m on p.manufacturers_id = m.manufacturers_id left join specials_retail_prices s on p.products_id = s.products_id left join products_images pi on p.products_id = pi.products_id and pi.category_page = '1', products_to_categories p2c where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '1' and p2c.categories_id = '23' order by pd.products_name limit 0, 15

[TEP STOP]

1226 - User 'newzealand' has exceeded the 'max_questions' resource (current value: 300000)

select count(*) as total from sessions where sesskey = '3ef1a8736dd7bc1d6a93c49c0a3d319d'

[TEP STOP]