Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

DHL Parcel Location Finder extension for Magento

Notifications You must be signed in to change notification settings

netresearch/dhl-location-finder-m1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dhl Parcel Shop Finder Extension


Important: The DHL Location Search Europe web service that this module connects to is abandoned.

The Dhl_LocationFinder module is no longer usable. See also Post & DHL Shipping in Magento FAQ.


The DHL Parcel Location Finder extension for Magento allows customers to select Parcel Shops in the One Page Checkout.

Facts

Description

This extension integrates a map in the One Page Checkout that visualizes Parcel Shops or Packstation machines. The customer can then select a location nearby and use it as delivery address.

Requirements

  • PHP >= 5.5.0

Compatibility

  • Magento CE >= 1.7

Installation Instructions

  1. Install the extension via Magento Connect with the key shown above or install via composer / modman.
  2. Clear the cache, logout from the admin panel and then login again.

More information on configuration and integration into custom themes can be found in the documentation.

Uninstallation

  1. Remove all extension files from your Magento installation

  2. Clean up the database.

    ALTER TABLE sales_flat_quote_address DROP COLUMN dhl_post_number, DROP COLUMN dhl_station_type, DROP COLUMN dhl_station ;

    ALTER TABLE sales_flat_order_address DROP COLUMN dhl_post_number, DROP COLUMN dhl_station_type, DROP COLUMN dhl_station ;

    DELETE FROM eav_attribute WHERE attribute_code IN ( 'dhl_post_number', 'dhl_station_type', 'dhl_station' );

    DELETE FROM core_config_data WHERE path LIKE 'checkout/dhl_locationfinder/%';

    DELETE FROM core_resource WHERE code = 'dhl_locationfinder_setup';

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 dhl.support@netresearch.de.

Developer

Christoph Aßmann | Netresearch GmbH & Co. KG | @mam08ixo

Licence

OSL - Open Software Licence 3.0

Copyright

(c) 2016 DHL Paket GmbH