https://github.com/multisafepay/magento2-catalog-inventory
Handles stock when MSI is disabled
https://github.com/multisafepay/magento2-catalog-inventory
Last synced: 6 months ago
JSON representation
Handles stock when MSI is disabled
- Host: GitHub
- URL: https://github.com/multisafepay/magento2-catalog-inventory
- Owner: MultiSafepay
- License: osl-3.0
- Created: 2020-09-04T06:58:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-07-29T13:29:24.000Z (12 months ago)
- Last Synced: 2025-09-26T12:36:07.469Z (10 months ago)
- Language: PHP
- Size: 65.4 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MultiSafepay plugin for Magento 2 (Catalog Inventory module)
ℹ️ This is the Catalog Inventory stock handling module of our Magento 2 plugin.
For a complete installation of all our features, please check out our [meta package](https://github.com/MultiSafepay/magento2/).
## Usage
This module is part of the MultiSafepay suite for Magento 2.
It enables stock handling for Magento integrations which use the Magento Catalog Inventory.
For stock handling with MSI instead, please install the [MSI Module](https://github.com/MultiSafepay/magento2-msi) instead.
## Installation
This module can be installed via composer:
```shell
composer require multisafepay/magento2-catalog-inventory
```
Next, enable the module and its dependant modules:
```bash
bin/magento module:enable MultiSafepay_ConnectCore MultiSafepay_ConnectCatalogInventory
```
Next, run the following commands:
```shell
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
```
**Please keep in mind that after installing this module, you will only have proper stock handling.**
For a quick installation of all the modules, we recommend using [the meta package](https://github.com/MultiSafepay/magento2) instead.
## Support
You can create issues on our repository. If you need any additional help or support, please contact integration@multisafepay.com
We are also available on our Magento Slack channel [#multisafepay-payments](https://magentocommeng.slack.com/messages/multisafepay-payments/).
Feel free to start a conversation or provide suggestions as to how we can refine our Magento 2 plugin.
## A gift for your contribution
We look forward to receiving your input. Have you seen an opportunity to change things for better? We would like to invite you to create a pull request on GitHub.
Are you missing something and would like us to fix it? Suggest an improvement by sending us an [email](mailto:integration@multisafepay.com) or by creating an issue.
What will you get in return? A brand new designed MultiSafepay t-shirt which will make you part of the team!
## License
[Open Software License (OSL 3.0)](https://github.com/MultiSafepay/Magento2Msp/blob/master/LICENSE.md)
## Want to be part of the team?
Are you a developer interested in working at MultiSafepay? [View](https://www.multisafepay.com/careers/#jobopenings) our job openings and feel free to get in touch with us.