Testimonios

Estoy muy satisfecha por la rapidez del envío. Necesité hacer un pedido a última hora y con el tiempo muy justo. Chapeando.com cumplió con lo prometido realizando un servicio bueno, rápido y efectivo. ¡Muchas gracias!

Got error 28 from storage engine

		SELECT c.*, cl.id_lang, cl.name, cl.description, cl.link_rewrite, cl.meta_title, cl.meta_keywords, cl.meta_description
		FROM `ps_category` c
		LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 4)
		LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
		WHERE `id_parent` = 33
		AND `active` = 1
		AND cg.`id_group` = 1
		GROUP BY c.`id_category`
		ORDER BY `level_depth` ASC, c.`position` ASC