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.
- version: 1.0.4
- extension on GitLab
- extension on Magento Connect
- extension key: Dhl_LocationFinder
- Magento Connect 2.0 extension key: http://connect20.magentocommerce.com/community/Dhl_LocationFinder
- direct download link
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.
- PHP >= 5.5.0
- Magento CE >= 1.7
- Install the extension via Magento Connect with the key shown above or install via composer / modman.
- 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.
-
Remove all extension files from your Magento installation
-
Clean up the database.
ALTER TABLE
sales_flat_quote_address
DROP COLUMNdhl_post_number
, DROP COLUMNdhl_station_type
, DROP COLUMNdhl_station
;ALTER TABLE
sales_flat_order_address
DROP COLUMNdhl_post_number
, DROP COLUMNdhl_station_type
, DROP COLUMNdhl_station
;DELETE FROM
eav_attribute
WHEREattribute_code
IN ( 'dhl_post_number', 'dhl_station_type', 'dhl_station' );DELETE FROM
core_config_data
WHEREpath
LIKE 'checkout/dhl_locationfinder/%';DELETE FROM
core_resource
WHEREcode
= 'dhl_locationfinder_setup';
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.
Christoph Aßmann | Netresearch GmbH & Co. KG | @mam08ixo
OSL - Open Software Licence 3.0
(c) 2016 DHL Paket GmbH