elgentos/magento2-product-duplicate-images-remove 问题修复 & 功能扩展

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

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

elgentos/magento2-product-duplicate-images-remove

最新稳定版本:2.0.4

Composer 安装命令:

composer require elgentos/magento2-product-duplicate-images-remove

包简介

Magento 2 find duplicate product images from your product list and from this list you can easily remove them by running a command

README 文档

README

This Extension allows you to find duplicate product images from your product list and from this list you can easily remove them by running a command.

Installation

  1. Go to your Magento root folder

  2. Download the extension using composer:

    composer require elgentos/magento2-product-duplicate-images-remove
    
  3. Run setup commands:

    php bin/magento setup:upgrade
    
  4. Run the command:

    php bin/magento duplicate:remove
    

Eg:

# Use unlink
php bin/magento duplicate:remove -u1

# Turn off dry run
php bin/magento duplicate:remove -d0

# Combine unlink and turn off dry run
php bin/magento duplicate:remove -u1 -d0

# Specific on some sku
php bin/magento duplicate:remove -u1 -d0 SKU1 SKU2 SKU3

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2024-07-05