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

1.0.0 2020-05-25 13:07 UTC

This package is not auto-updated.

Last update: 2024-09-26 23:20:11 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 ...

ÜCRETSİZ Modüllerimiz

Grinet TurkeyCities - Magento2 Türkiye Şehirleri Modülü

Grinet TurkeyTaxes - Magento2 Türkiye Vergileri Modülü

Grinet TCMB Döviz - Magento2 Döviz Kuru Modülü

Grinet RomCity Import - Magento2 RomCity Şehir Import Modülü

Grinet DuplicateFix - Magento2 Hata Fix

Magento2 Modüllerimiz

Grinet Iyzico - Magento Sanal Pos Modülü

Grinet Turkpay2 - Magento2 Banka Sanal Pos Modülü

Grinet Kargo - Magento2 Kargo Entegrasyon Modülü

Magento1 Modüllerimiz

Grinet Iyzico - Magento1 Iyzico Sanal Pos Modülü

Grinet Turkpay - Magento1 Banka Sanal Pos Modülü

Grinet Turkpay Pro - Magento1 Banka Sanal Pos ve Açıktan Tahsilat Modülü