deutschepost/module-addressfactory-m1

Deutsche Post Direkt Addressfactory module for Magento® 1

1.0.0 2022-11-11 08:14 UTC

This package is auto-updated.

Last update: 2024-04-15 16:45:14 UTC


README

The module Addressfactory for Magento 1 allows you to automatically analyze and correct shipping addresses in your shop system using the service of Deutsche Post Direkt.

Requirements

  • PHP >= 7.0

Compatibility

  • Magento >= 1.9+

Installation Instructions

Deutsche Post Direkt ADDRESSFACTORY for Magento 1 is a Composer package. In order to use the extension, you need a project that can install magento-module packages, for example OpenMage with the magento-hackathon/magento-composer-installer package.

  1. Install the module files using Composer:

    composer require deutschepost/module-addressfactory-m1

  2. Set up the database tables: clear the cache, log out from the admin panel and then log in again.

Uninstallation Instructions

  1. To remove the database tables, execute the following commands:

    DROP TABLE postdirekt_addressfactory_analysis_status;
    DROP TABLE postdirekt_addressfactory_analysis_result;
    DELETE FROM core_config_data WHERE path LIKE 'customer/postdirekt_addressfactory/%';
    DELETE FROM core_resource WHERE code = 'postdirekt_addressfactory_setup';
  2. Remove the module files using Composer:

    composer remove deutschepost/module-addressfactory-m1

Support

In case of questions or problems, please have a look at the Support Portal (FAQ) first.

If the issue cannot be resolved, you can contact the support team via the Support Portal or by sending an email to postdirekt.support@netresearch.de.

License

OSL - Open Software Licence 3.0

Copyright

(c) 2022 Netresearch DTT GmbH