swiftotter/advanced-pricing-bug
Composer 安装命令:
composer require swiftotter/advanced-pricing-bug
包简介
A (miniature) module designed to fix a big Magento bug.
README 文档
README
This module is designed to fix a simple problem. Apparently after migrating data from Magento 1.x to Magento 2.1, this error is encountered. I believe this is due to a problem with how the attribute sets are copied.
The solution is inspired from:
Installation
This is super simple:
composer require swiftotter/advanced-pricing-bug
php bin/magento module:enable SwiftOtter_AdvancedPricingBug
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:clean
php bin/magento cache:flush
php bin/magento indexer:reindex
If you encounter "Invalid Form Key" Error while saving products
add this line in your .ini file
max_input_vars=10000
or put this in your index.php file
ini_set("max_input_vars",10000);
统计信息
- 总下载量: 454
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GNU-3.0
- 更新时间: 2017-04-07