Patching SUPEE-10366
SUPEE-10336 is minor update for Magento to address changes in USPS.
Where to download
Its best downloading the patch from the Magento.com download section - or via MDA - the Magento download tool (this is what this guide will use).
Dependencies
- SUPEE-6237
- SUPEE-7616
Applying the patch
The application of this patch is relatively straightforward. I'd recommend doing this in staging/development before attempting on live (if you don't have a dev. site follow this guide to create one).
-
Change directory to your Magento document root and fetch
mda.phar
(the Magento downloader tool), if using Enterprise, refer to the documentation here to provide your id/token.cd /microcloud/data/domains/example/domains/example.com/http wget -O mda.phar --no-check-certificate https://raw.githubusercontent.com/sonassi/magento-download-archive/master/bin/mda.phar php mda.phar
-
Select either CE/EE patch as appropriate,
1: Ce-patch 3: Ee-patch
-
Select the auto detected version of Magento,
0: 1.7.0.2 (auto detected)
-
Select the SUPEE-10336 patch (or press
m
to download all missing patches),17: Missing SUPEE-10336 for CE 1.8.0.0 and earlier (PATCH_SUPEE-10336_CE_1.8.0.0_v1.sh/SUPEE-10336)
-
Copy the patch to your Magento document root and apply it,
cp ./downloads/PATCH_SUPEE-10336* . bash PATCH_SUPEE-10336*
Known issues
None.