Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 4
    Also interesting that they use a shell script to apply the patch, but offer no URL to use for curl or wget - Kind of silly that you have to login on the download page, download the file, FTP the file to the site, then apply it. Commented Apr 16, 2015 at 18:04
  • 5
    Also see: byte.nl/wiki/How_to_apply_Magento_patch_SUPEE-5344 and check if everything is fixed over here: shoplift.byte.nl Commented Apr 17, 2015 at 12:01
  • 6
    Worth noting that the patches all just contain a standard git patch below the line __PATCHFILE_FOLLOWS__. This means you can copy this contents out of the file and add it into a new file with .patch extension. Then just use git apply to apply it. Commented Apr 17, 2015 at 13:01
  • Hi, It's possible more than one patch file will install in Magento ..? Commented Sep 30, 2015 at 9:54