Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

[Решено] Как удалить все товары в магазине? [15x-1531]


vasyakrn
 Share

Recommended Posts

в phpmyadmin

		TRUNCATE TABLE {DB_PREFIX}product;
		TRUNCATE TABLE {DB_PREFIX}product_attribute;
		TRUNCATE TABLE {DB_PREFIX}product_description;
		TRUNCATE TABLE {DB_PREFIX}product_discount;
		TRUNCATE TABLE {DB_PREFIX}product_image;
		TRUNCATE TABLE {DB_PREFIX}product_option;
		TRUNCATE TABLE {DB_PREFIX}product_option_value;
		TRUNCATE TABLE {DB_PREFIX}product_related;
		TRUNCATE TABLE {DB_PREFIX}product_related;
		TRUNCATE TABLE {DB_PREFIX}product_reward;
		TRUNCATE TABLE {DB_PREFIX}product_special;
		TRUNCATE TABLE {DB_PREFIX}product_tag;
		TRUNCATE TABLE {DB_PREFIX}product_to_category;
		TRUNCATE TABLE {DB_PREFIX}product_to_download;
		TRUNCATE TABLE {DB_PREFIX}product_to_layout;
		TRUNCATE TABLE {DB_PREFIX}product_to_store;
		TRUNCATE TABLE {DB_PREFIX}review;
		
		DELETE FROM {DB_PREFIX}url_alias WHERE query LIKE 'product_id=%';
вместо {DB_PREFIX} ваш префикс иблиц в БД. Edited by afwollis
  • +1 1
Link to comment
Share on other sites

Спасипотому что. Тему можно закривать.

 

Для тех у кого как и у меня нет префиксов

		TRUNCATE TABLE product;
		TRUNCATE TABLE product_attribute;
		TRUNCATE TABLE product_description;
		TRUNCATE TABLE product_discount;
		TRUNCATE TABLE product_image;
		TRUNCATE TABLE product_option;
		TRUNCATE TABLE product_option_value;
		TRUNCATE TABLE product_related;
		TRUNCATE TABLE product_related;
		TRUNCATE TABLE product_reward;
		TRUNCATE TABLE product_special;
	
		TRUNCATE TABLE product_to_category;
		TRUNCATE TABLE product_to_download;
		TRUNCATE TABLE product_to_layout;
		TRUNCATE TABLE product_to_store;
		TRUNCATE TABLE review;
		
		DELETE FROM url_alias WHERE query LIKE 'product_id=%';
Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.