macopedia/magento2-bestsellers 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

macopedia/magento2-bestsellers

最新稳定版本:1.0.1

Composer 安装命令:

composer require macopedia/magento2-bestsellers

包简介

Module for Magento2 for mapping bestseller attribute on bestseller category.

README 文档

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

  1. Automatically add product with Bestseller attribute set on Yes to bestsellers category after product save
  2. Automatically remove product with Bestseller attribute set on No from bestsellers category after product save
  3. Automatically synchronize product with Bestseller attribute to bestsellers category in cronjob every day at 5:00 AM

Installation

  1. Using composer:
composer require macopedia/magento2-bestsellers
  1. Using zip file:
    1. Download zip file
    2. Extract module in directory app/code/Macopedia/Bestsellers

Enable module and install patches:

   bin/magento module:enable Macopedia_Bestsellers
   bin/magento setup:upgrade

Configuration

  1. If you don't have category created - create Bestseller category in your Magento 2 instance
  2. Go to Stores > Configuration > Macopedia > Bestseller
  3. In group General choose Enabled to Yes to activate module
  4. In group Mappings select Bestseller Attribute - this attribute is created automatically and has name Bestseller
  5. In group Mappings select Bestseller Category - category which you decided to use as category for bestsellers
  6. Save configuration
  7. Clean configuration cache

Usage

  1. Go to product edit and open group Product Details
  2. Change Bestseller attribute value to Yes
  3. Save product

Contributors

@idziakjakub @msloboda-macopedia

License

Open Source License

统计信息

  • 总下载量: 10
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 3
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2022-09-21