Download the PHP package integer-net/magento2-product-is-new-attribute without Composer
On this page you can find all versions of the php package integer-net/magento2-product-is-new-attribute. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download integer-net/magento2-product-is-new-attribute
More information about integer-net/magento2-product-is-new-attribute
Files in integer-net/magento2-product-is-new-attribute
Package magento2-product-is-new-attribute
Short Description Create an "is_new" product attribute and update it automatically from the "news_from_date" and "news_to_date" attributes
License MIT
Informations about the package magento2-product-is-new-attribute
IntegerNet_ProductIsNewAttribute Magento Module
Create an "is_new" product attribute and update it automatically from the "news_from_date" and "news_to_date" attributes
Installation
-
Install it into your Magento 2 project with composer:
- Enable module
Configuration
You can disable auto generation in Store -> Configuration -> Catalog -> Product "Is New" Attribute -> Will be updated automatically every night
per Store View.
Usage
A new product attribute "Is new" (is_new
) will be created upon installation of this module.
A cronjob is running every night at 00:01 and regenerates the value of this attribute for each
product, depending on the content of the "Set Product as New From" (news_from_date
and
news_to_date
) date attributes.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Andreas von Studnitz
- All Contributors
License
The MIT License (MIT). Please see License File for more information.