Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ityetti/module-reindex-single-product
Magento 2 extension to reindex single product data
https://github.com/ityetti/module-reindex-single-product
Last synced: 10 days ago
JSON representation
Magento 2 extension to reindex single product data
- Host: GitHub
- URL: https://github.com/ityetti/module-reindex-single-product
- Owner: ityetti
- Created: 2023-09-16T10:02:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-16T10:19:37.000Z (over 1 year ago)
- Last Synced: 2024-08-17T18:21:07.707Z (5 months ago)
- Language: PHP
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ITYetti Reindex Single Product
=====================Description
-----------
This extension provides opportunities to reindex information about single product. After your change any data in product (price, stock) your no need to run full magento reindex, you can push only one button and reindex only necessary product.Compatibility
-------------
- Magento v2.4.6 (Should work on previous versions. Not tested)Installation Instructions
-------------------------
1. `composer require ityetti/module-reindex-single-product`
3. `bin/magento module:enable ITYetti_ReindexSingleProduct`
4. `bin/magento setup:upgrade`
5. Go to Admin - Store - Configuration - ITYetti - Reindex Single Product
6. `Is Enabled` - Yes![ITYetti Reindex Single Product](https://github.com/ityetti/module-reindex-single-product/blob/main/reindex-single-product.png)
Uninstallation
--------------
1. `composer remove ityetti/module-reindex-single-product`Support
-------
If you have any issues with this extension, open an issue on [GitHub](https://github.com/ityetti/module-reindex-single-product/issues).Contribution
------------
Any contribution is highly appreciated. The best way to contribute code is to open a [pull request on GitHub](https://github.com/ityetti/module-reindex-single-product/pulls).Developer
---------
Oleksii Borovyk
[https://github.com/ityetti](https://github.com/ityetti)License
-------
[OSL - Open Software Licence 3.0](http://opensource.org/licenses/osl-3.0.php)