Module for Magento 2 to manage catalog release by a pre-specified date.
Composer:
Require via composer:
composer require adapttive/module-catalog
Run Magento commands:
bin/magento setup:upgrade bin/magento setup:di:compile
Manual:
Extract the zip file in
magento2-root/app/code/Adapttive/CatalogRun Magento commands:
bin/magento setup:upgrade bin/magento setup:di:compile
Update the
Release Date Timeattribute values in product edit form in the admin:Add the product in the cart will throw an error message:
Attribute display on product page:
ReleaseValidatoris the common class to validate release date of product\Adapttive\Catalog\Model\ReleaseValidator::validateReleaseObserveris the validation trigger point for all cart requests\Adapttive\Catalog\Observer\ReleaseObserver::execute


