Sales Page - Magento 2 module documentation
Author: Paweł Wasiluk
Sales Page Module
Module overview
Create page, that automatically adds products with special prices. Now you do not have to create categories and manually move products, all is done with our module.
Module compatibility
This module is compatibile with Magento Community versions: 2.3.
How it works
After Installing module you there is nothing to configure in admin panel. All content is stored under "yoursite/salespage" url.
Installation
Composer
- Add repo to composer.json:
"repositories": [
...
{
"type": "vcs",
"url": "git@git.auroracreation.com:aurora-modules/SalesPage.git"
}
...
],
- Add package to composer.json:
"require": {
...
"aurora/salespage": "*"
...
},
- In Magento root folder run commands:
composer update aurora/salespage
php bin/magento module:enable Aurora_SalesPage
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_SalesPage
php bin/magento setup:upgrade