承接 majerome/magento2-module-pricesmassupdate 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

majerome/magento2-module-pricesmassupdate

最新稳定版本:1.0.3

Composer 安装命令:

composer require majerome/magento2-module-pricesmassupdate

包简介

The PricesMassUpdate module allows to update all product prices in bulk with the same target value via a console command.

README 文档

README

The PricesMassUpdate module was realized as an exercise to allow updating all product prices in bulk with the same target value via a console command.

Supported Magento Versions Latest Stable Version Composer Downloads Maintained - No

Table of contents

Summary

This module was inspired by the M.academy course named Magento Code That Sucks created by Mark Shust. The course compares different ways of updating prices for a large number of products to highlight best practices.

Why

You should use this module to get a practical example of how to use batch processing to update the price attribute for all products. It updates all product prices in bulk with the same target value, via a console command. This module also explores the creation of a console command, including data validation and translation issues.

Installation

composer require majerome/magento2-module-pricesmassupdate
bin/magento module:enable Majerome_PricesMassUpdate
bin/magento setup:upgrade

Usage

  • After installing this module, try the console command bin/magento majerome:mass-update:prices,
  • 1st chose your language EN or FR,
  • Then enter a target price to update the whole catalog.

Demo

License

MIT

统计信息

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

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-01-27