New and Sale Pages - Magento 2 module documentation
New and Sale Pages Module
Module overview
New and sale product's page
- Sales page available on
/salespage/
page (eg. https://sample.local/salespage/) - base onSpecial Price
product attribute - New products page available on
/newproducts/
page (eg. https://sample.local/newproducts/) - base onSet Product as New From/To
product attributes
Module compatibility
This module is compatibile with Magento Community versions: 2.4
How it works
Sales page
Set for product Special Price
attribute on a selected product at Catalog > Products and list of sale products is avalible on /salespage/
page
New products page
Set for product Set Product as New From/To
attributes on a selected product at Catalog > Products and list of new products is avalible on /newproducts/
page
Installation
Composer
- Add repo to composer.json:
"repositories": [
...
{
"type": "vcs",
"url": "git@git.auroracreation.com:aurora-modules/new-and-sale-pages.git"
}
...
],
- Add package to composer.json:
"require": {
...
"aurora/module-new-and-sale-pages": "*"
...
},
- In Magento root folder run commands:
composer update aurora/feed
php bin/magento module:enable Aurora_NewAndSalePages
php bin/magento setup:upgrade
Manual
- Unzip archive.
- Upload extension files on your server to:
{Magento root}
└── app/
└── code
- In Magento root folder run commands:
php bin/magento module:enable Aurora_NewAndSalePages
php bin/magento setup:upgrade
Thank you for your interest in our products!
Changelog
v1.1.0
- GitLab CI/CD.
- Code refactoring - coding standards, type hints.
v1.0.0
- Module init.