You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,15 @@ Create an "is_new" product attribute and update it automatically from the "news_
24
24
25
25
## Configuration
26
26
27
+
You can disable auto generation in `Store -> Configuration -> Catalog -> Product "Is New" Attribute -> Will be updated automatically every night` per Store View.
28
+
27
29
## Usage
28
30
31
+
A new product attribute "Is new" (`is_new`) will be created upon installation of this module.
32
+
A cronjob is running every night at 00:01 and regenerates the value of this attribute for each
33
+
product, depending on the content of the "Set Product as New From" (`news_from_date` and
34
+
`news_to_date`) date attributes.
35
+
29
36
## Changelog
30
37
31
38
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
0 commit comments