Delivery Customisation
Packstation Lookup includes a Shopify Functions delivery customisation that automatically renames shipping options when a DHL pickup address is detected.
How It Works
When a customer selects a Packstation, Paketshop, or Postfiliale, the delivery customisation function inspects the shipping address at checkout and appends the location name to each shipping option.
Before:
Standard Shipping
After:
Standard Shipping — Lieferung an Packstation 186
This gives customers clear confirmation that their parcel will be delivered to their chosen pickup point.
Location Type Labels
The function detects the location type from the address and uses the appropriate German label:
| Location Type | Label Format |
|---|---|
| Packstation | Lieferung an Packstation {number} |
| Paketshop | Lieferung an DHL Paketshop |
| Postfiliale | Lieferung an Postfiliale |
Detection Logic
The function checks the address2 field (or your configured name field) for keywords:
packstation— Identified as a Packstation deliverypaketshop— Identified as a Paketshop deliverypostfiliale— Identified as a Postfiliale delivery
Enabling the Extension
The delivery customisation extension is automatically enabled when you install the app. No additional configuration is needed.
If you want to verify it’s active:
- Go to Settings → Shipping and delivery in your Shopify admin
- Scroll to Delivery customizations
- Confirm Packstation Lookup is listed and active