sashas/magento224-issue9171

A Magento 2 module for issue #9171

Fund package maintenance!
sashas777

Installs: 2 064

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:magento2-module

2.0.2 2018-09-25 21:44 UTC

This package is auto-updated.

Last update: 2024-03-27 16:40:13 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

This module works only with Magento =>2.2.4 and <2.3.0 versions and need to be removed after upgrade to 2.3.0 or downgrade less than 2.2.4. Assumed that the issue will be fixed in the 2.3.0 release.

This is a temporary fix for the Issue Issue #9171

1. How to install module

Run the following command in Magento 2 root folder:

composer require sashas/magento224-issue9171
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

2. How to uninstall module

Run the following command in Magento 2 root folder:

composer remove sashas/magento224-issue9171
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy