Sometimes when we load data to Magento, there might be cases where data need to load with specific new Attribute Sets. If its one or two, ...
Wednesday, May 13, 2020
Monday, May 11, 2020
Sometimes we need to match two columns to see if a term in Column A is there in Column B. In such cases COUNTIF function will be handy. T...
Monday, February 3, 2020
Write log in Magento 2 using Zend library
Shyam Krishna Sreekumar
February 03, 2020
Sometimes when we are troubleshooting, we might need to generate logs to see what values are returning in a special code. For this we can...
Tuesday, January 21, 2020
 issue in description after migration Magento 2
Shyam Krishna Sreekumar
January 21, 2020
This is an encoding problem; the  is a non-breaking space (HTML entity ) in Unicode being displayed in Latin1. To fix: U...
Wednesday, November 20, 2019
Migrating Reviews from Magento 1 to Magento 2
Shyam Krishna Sreekumar
November 20, 2019
Migrating Reviews from Magento 1 to Magento 2, please mail me @ shyam100379@gmail.com We can migrate all data including ratings, review ...
Tuesday, November 19, 2019
Reindex Magento 2 programatically
Shyam Krishna Sreekumar
November 19, 2019
To reindex a specific indexer, please use below use Magento\Framework\App\Bootstrap; require __DIR__ . '/app/bootstrap.php'; $...
Reset Magento 2 index programatically
Shyam Krishna Sreekumar
November 19, 2019
To reset a specific indexer, please use below use Magento\Framework\App\Bootstrap; require __DIR__ . '/app/bootstrap.php'; $pa...