Guys, I have a situation and It's advanced for me.
I have a magento 2.4 store and I need to apply this patch:
https://github.com/magento/magento2/commit/047629aeb29354c35c7ebe4f12b7eed160e241e0
1 - How is the correct way to apply this patch in my store?
2 - There is some tutorial tthat can helps me?
3 - This commit version is compatible with my magento version and I can upgrade only this module or I s not compatible and I will must upgrade all the store?
Thank you very much for your help! I'm really confused...
Solved! Go to Solution.
Hello @DaveShot ,
The following mark shust's blog is a great article to apply the patch
https://markshust.com/2019/08/26/apply-magento-2-patch-github-pull-request/
https://www.classyllama.com/blog/create-apply-patches-magento-2
Thank You.
Hello,
If you just want to update the codes of this commit, then I don't think there is any proper way to do that, you just have to check for the affected files and update the code on that, try to update only the marked code of that commit, not to replace the complete file, other than that, in general, Magento team also releases the patches which you can check by using this link. and you can also check this classyllama blog to know how the patches installation will work
It's also suggestable to take a backup, before making any change over any of the files, and it's also a good thing to update your Magento store on a regular basis if you don't have too many customizations and dependencies over the site. Personally, I will suggest updating only on the second last release of any software, to avoid any un-predicted issues.
Thank you
Hello @DaveShot ,
The following mark shust's blog is a great article to apply the patch
https://markshust.com/2019/08/26/apply-magento-2-patch-github-pull-request/
https://www.classyllama.com/blog/create-apply-patches-magento-2
Thank You.
Thank you so much! I tried to serch anything easy about it and I not found this article! this is very easy!!!
this is the solution: https://markshust.com/2019/08/26/apply-magento-2-patch-github-pull-request/