Andre66 Posted April 18, 2018 Report Share Posted April 18, 2018 Добрый вечер!Требуется оплачиваемая помощь в оптимизации mysql для simpla. Quote Link to post Share on other sites
Maksclub Posted April 18, 2018 Report Share Posted April 18, 2018 В чем именно?Какие проблемы возникли? Quote Link to post Share on other sites
ArexMan Posted April 19, 2018 Report Share Posted April 19, 2018 Пишите в личку или в скайп: shaman_zzzпосмотрим, обсудим. Quote Link to post Share on other sites
Tamara Posted June 26, 2018 Report Share Posted June 26, 2018 Подскажите пожалуйста, как правильно удалять товары через базу данных?Спасибо. Quote Link to post Share on other sites
Gruzin Posted June 26, 2018 Report Share Posted June 26, 2018 (edited) mysql_query("TRUNCATE TABLE s_variants"); mysql_query("TRUNCATE TABLE s_products"); mysql_query("TRUNCATE TABLE s_images"); mysql_query("TRUNCATE TABLE s_related_products"); mysql_query("TRUNCATE TABLE s_products_categories"); mysql_query("TRUNCATE TABLE s_options"); Удаление всех товаров. Edited June 26, 2018 by Gruzin Quote Link to post Share on other sites
Tamara Posted June 26, 2018 Report Share Posted June 26, 2018 mysql_query("TRUNCATE TABLE s_variants");mysql_query("TRUNCATE TABLE s_products");mysql_query("TRUNCATE TABLE s_images");mysql_query("TRUNCATE TABLE s_related_products");mysql_query("TRUNCATE TABLE s_products_categories");mysql_query("TRUNCATE TABLE s_options"); Удаление всех товаров.Спасибо. А коментарии (отзывы) к товарам есть такая таблица? Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.