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.
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.
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 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';
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 [email protected].
Christoph Aßmann | Netresearch GmbH & Co. KG | @mam08ixo
OSL - Open Software Licence 3.0
(c) 2016 DHL Paket GmbH