macopedia / magento2-bestsellers
Module for Magento2 for mapping bestseller attribute on bestseller category.
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 2
Open Issues: 0
Type:magento2-module
pkg:composer/macopedia/magento2-bestsellers
Requires
- php: ^8.1
- magento/magento2ce: ^2.4.4
README
Module for Magento 2 responsible for automatically assign products with bestseller attribute to bestseller category.
Requirements
PHP >= 8.1 Magento Open Source version >= 2.4.4
Main features
- Automatically add product with Bestsellerattribute set onYesto bestsellers category after product save
- Automatically remove product with Bestsellerattribute set onNofrom bestsellers category after product save
- Automatically synchronize product with Bestsellerattribute to bestsellers category in cronjob every day at 5:00 AM
Installation
- Using composer:
composer require macopedia/magento2-bestsellers
- Using zip file:
- Download zip file
- Extract module in directory app/code/Macopedia/Bestsellers
 
Enable module and install patches:
   bin/magento module:enable Macopedia_Bestsellers
   bin/magento setup:upgrade
Configuration
- If you don't have category created - create Bestsellercategory in your Magento 2 instance
- Go to Stores > Configuration > Macopedia > Bestseller
- In group GeneralchooseEnabledtoYesto activate module
- In group MappingsselectBestseller Attribute- this attribute is created automatically and has nameBestseller
- In group MappingsselectBestseller Category- category which you decided to use as category for bestsellers
- Save configuration
- Clean configuration cache
Usage
- Go to product edit and open group Product Details
- Change Bestsellerattribute value toYes
- Save product
Contributors
@idziakjakub @msloboda-macopedia