Patching the Address Field module

SSH Instructions

Navigate to the home directory of the web user

wget https://www.drupal.org/files/issues/addressfield_define_and_use-970048-121.patch

Navigate to profiles/commerce_kickstart/modules/contrib/addressfield

patch -p1 –dry-run < ~/addressfield_define_and_use-970048-121.patch

drush cc all

Additional Patch Information

Address Field Module Project Page

> Jump to Issue 970048 for patch discussion: https://www.drupal.org/project/addressfield/issues/970048

Important Note: The patch found in Comment #121 is the most recently confirmed functioning patch for Drupal 7 as of Jan 2018.

Confirm the Patch

Navigate to /admin/endicia/label and you should now see fields for Sender’s Address and Recipient’s Address.

Patched Address Field module for Endicia

More Information on How to Apply Drupal Patches

Applying Drupal Patches