New and Sale Pages - Magento 2 module documentation

New and Sale Pages Module

Module overview

New and sale product's page

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

Sales

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

Sales

Installation

Composer

  1. Add repo to composer.json:
"repositories": [
    ...
    {
        "type": "vcs",
        "url": "git@git.auroracreation.com:aurora-modules/new-and-sale-pages.git"
    }
    ...
],
  1. Add package to composer.json:
"require": {
    ...
    "aurora/module-new-and-sale-pages": "*"
    ...
},
  1. In Magento root folder run commands:
composer update aurora/feed
php bin/magento module:enable Aurora_NewAndSalePages
php bin/magento setup:upgrade

Manual

  1. Unzip archive.
  2. Upload extension files on your server to:
{Magento root}
└── app/
    └── code
  1. 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.