没有产品在购物车中。
1. magento开启维护模式php bin/magento maintenance:enable2. 设置composer版本号composer require magento/product-community-edition 2.2.6 --no-update或者直接修改根目录的composer.json文件,将"require"包含的"magento/product-community-edition"改为...