This topic covers how we can change a particular extension of all the files in a folder in bulk using powershell script. get-childitem *.jp...
Thursday, February 9, 2023
How to remove last characters from all the files in a folder using powershell script
Shyam Krishna Sreekumar
February 09, 2023
This topic covers how we can remove a particular number of characters from a list of files in a folder(bulk removal) using powershell scrip...
Monday, February 6, 2023
recipient is no longer present in the operation schema. It should be removed before the workflow is re-saved.
Shyam Krishna Sreekumar
February 06, 2023
Some times we will stuck with error similar to below in a new flow or in an existing flow. "recipient" is no longer present in the...
Sunday, January 1, 2023
How to move Coupon Code to My Order section in Checkout page - Woocommerce
Shyam Krishna Sreekumar
January 01, 2023
We can simply move Coupon Code to My Order section of checkout page in Woocommerce using below jQuery script. If you have any doubts, pleas...
Wednesday, January 6, 2021
Showing wrong date in invoice pdf print Magento 2
Shyam Krishna Sreekumar
January 06, 2021
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 ...
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 ...