grinet / duplicatefix
Fixes 'Item with the same ID "ID" already exists' error. Inspired from http://www.rscoder.com/2019/12/magento-2-how-to-resolve-item-with-same.html
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: 100.*.*
- magento/module-directory: 100.*.*
This package is not auto-updated.
Last update: 2025-02-28 01:11:39 UTC
README
Magento 2 sitenize oluşan "Item with the same ID “ID” already exists" hatasının http://www.rscoder.com/2019/12/magento-2-how-to-resolve-item-with-same.html adresinde yer alan çözümün modülize edilmiş halidir.
Kurulum
- Zip içinden çıkan dosyaları
/app/code/Grinet/DuplicateFix
klasörüne yükleyin
( Unix/Linux/MacOSX için ) Magento ana klasörünüze girip aşağıdaki komutları çalıştırın :a
php bin/magento module:enable Grinet_DuplicateFix php bin/magento setup:upgrade php bin/magento cache:clean
Composer ile kurulum
composer require grinet/Grinet_DuplicateFix php bin/magento module:enable Grinet_DuplicateFix php bin/magento setup:upgrade php bin/magento cache:clean
Hata bildirimi
Gördüğünüz hataları info@grinet.com.tr adresimize iletebilirsiniz...
"Item with the same ID “ID” already exists" error fix for Magento2
This solution is published by RsCoder at http://www.rscoder.com/2019/12/magento-2-how-to-resolve-item-with-same.html We've converted this an extension.
Installation
- Copy all files to
/app/code/Grinet/DuplicateFix
directory
( For Unix/Linux/MacOSX ) Go to your root folder of your magento site and run these commands :
php bin/magento module:enable Grinet_DuplicateFix php bin/magento setup:upgrade php bin/magento cache:clean
Installation with composer
composer require grinet/Grinet_DuplicateFix php bin/magento module:enable Grinet_DuplicateFix php bin/magento setup:upgrade php bin/magento cache:clean
Error reporting
Please send errors to info@grinet.com.tr ...