For Magento 2 - below 2.4 versions, there is an issue in the order date showing in invoice pdf print. See below: Order date in the invoice ...
Wednesday, January 6, 2021
Tuesday, January 5, 2021
Adding suffix to duplicate rows for making it unique in excel - formula
Shyam Krishna Sreekumar
January 05, 2021
Assuming the excel got header and the duplicate rows are in first column: =IF(COUNTIF(A$1:A1,A2)>0,A2 & "." & COUNTIF(A...
Thursday, August 27, 2020
No Access-Control-Allow-Origin header is present on the requested resource issue Wordpress
Shyam Krishna Sreekumar
August 27, 2020
There will come situations like we need to make ajax request to some other domains with wordpress and we face issue related to it. When you ...
Monday, May 18, 2020
Match two columns in an excel
Shyam Krishna Sreekumar
May 18, 2020
Sometime we might be needed two columns to match and take the third column values. Confused? OK let me tell you a scenario. Suppose i ha...
Thursday, May 14, 2020
Bulk assign attributes to attribute sets programatically in Magento 2
Shyam Krishna Sreekumar
May 14, 2020
When we have a lot of new attributes and need to assign those to all the attribute sets at once, below code will be useful. So first you...
Wednesday, May 13, 2020
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, ...
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...