https://github.com/inkifi/missing-order
A special handling of the Mediaclip missing orders for inkifi.com
https://github.com/inkifi/missing-order
mage2pro mage2pro-module mage2pro-module-bespoke mage2pro-module-ready magento magento2 magento2-extension magento2-module mediaclip
Last synced: 5 months ago
JSON representation
A special handling of the Mediaclip missing orders for inkifi.com
- Host: GitHub
- URL: https://github.com/inkifi/missing-order
- Owner: inkifi
- Created: 2019-01-08T10:44:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-04T08:15:19.000Z (over 6 years ago)
- Last Synced: 2024-04-05T18:45:21.102Z (about 2 years ago)
- Topics: mage2pro, mage2pro-module, mage2pro-module-bespoke, mage2pro-module-ready, magento, magento2, magento2-extension, magento2-module, mediaclip
- Language: PHP
- Homepage: https://upwork.com/fl/mage2pro
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A special handling of the Mediaclip missing orders for [inkifi.com](https://inkifi.com).
- [upwork.com/ab/f/contracts/21351745](https://www.upwork.com/ab/f/contracts/21351745)
- [upwork.com/messages/rooms/room_f518ada88c89e3d7de30e4fd8922bbdf/story_579929cf1ed21577d3dbe99db0a476e0](https://www.upwork.com/messages/rooms/room_f518ada88c89e3d7de30e4fd8922bbdf/story_579929cf1ed21577d3dbe99db0a476e0)
## How to install
```
bin/magento maintenance:enable
rm -rf composer.lock
composer clear-cache
composer require inkifi/missing-order:*
bin/magento setup:upgrade
rm -rf var/di var/generation generated/code && bin/magento setup:di:compile
rm -rf pub/static/* && bin/magento setup:static-content:deploy -f en_US en_GB --area adminhtml --theme Magento/backend && bin/magento setup:static-content:deploy -f en_US en_GB --area frontend --theme Infortis/ultimo
bin/magento maintenance:disable
bin/magento cache:enable
```
## How to upgrade
```
bin/magento maintenance:enable
rm -rf composer.lock
composer clear-cache
composer update inkifi/missing-order
bin/magento setup:upgrade
rm -rf var/di var/generation generated/code && bin/magento setup:di:compile
rm -rf pub/static/* && bin/magento setup:static-content:deploy -f en_US en_GB --area adminhtml --theme Magento/backend && bin/magento setup:static-content:deploy -f en_US en_GB --area frontend --theme Infortis/ultimo
bin/magento maintenance:disable
bin/magento cache:enable
```