- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2020
07:16 AM
02-12-2020
07:16 AM
I'm going to import products to webshop but I don't want them to appear new products page. How to prevent it?
Solved! Go to Solution.
Labels:
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2020
07:42 AM
02-12-2020
07:42 AM
Hi @Temporary_Fail,
If you don't want to show new product as new then you can update "created_at" column to back date in db table "catalog_product_entity" table.
I hope it will help you!
If you don't want to show new product as new then you can update "created_at" column to back date in db table "catalog_product_entity" table.
I hope it will help you!
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2020
07:42 AM
02-12-2020
07:42 AM
Hi @Temporary_Fail,
If you don't want to show new product as new then you can update "created_at" column to back date in db table "catalog_product_entity" table.
I hope it will help you!
If you don't want to show new product as new then you can update "created_at" column to back date in db table "catalog_product_entity" table.
I hope it will help you!