Table './c2ducart/SC_products' is marked as crashed and should be repaired
SELECT productID, IF(LENGTH(`name_en`), `name_en`, `name_ru`) AS `name`, Price, in_stock, slug, categoryID, product_code from SC_products WHERE categoryID>1 and Price>0 and enabled=1 order by name ASC