What it does:
- Schedules the deletions of products at a configurable interval
- Allows for unlimited product deletions
- Shows “not available” on the product detail page until the product is deleted
- Separates the products pending deletion into a separate section of the admin for easy viewing
What it is not:
A tool that can automatically handle URL redirects or make adjustments for potential SEO loss.
How to manually update products to "To be Deleted" availability?
- Hover on Catalog and select Products.
- Select “To be Deleted” under the Availability column on the product page.
- Hover on Catalog and click “Products To be Deleted”.
- See that the product/s set to “To be Deleted” are now in the “Products To be Deleted” queue.
How to bulk update products to "To be Deleted" availability?
- In an excel sheet, create a list of StockIDs you want to delete or do an export from the site.
- Add a column called “Availability”.
- Save the file as CSV UTF-8.
- Hover on Data and select CSV Profiles.
- Click the Add Profile button
- Add the following:
- Title: Product Availability Update (or any title you prefer)
- Type: CSV
- Update Only: Yes
- Model: Product
- Strip HTML: No
- Click Add Profile.
- Click on the blue folder icon at the left side of the profile.
- Click ADD FIELD.
- Target Field: Stock ID
- Source Type: Column
- Source Value: StockID (or the column name which matches your unique identifier in the csv file).
- Unique: Yes
- Add another field for the Availability.
- Target Field: Availability
- Source Type: Column
- Source Value: Availability
- Click RUN IMPORT
How many days until the products get deleted?
This is configured in the system and configuration.
- Hover on System - Configuration - Catalog - Delete “To be Deleted” Products
- Set the number of days you want the “To be Deleted” products to be permanently deleted. It is set to 30 days by default.