This is a shipping plugin to connect HikaShop with DHL. It can retreive the rates automatically, and push the data of the orders to DHL. It can also retrieve the label, and tracking number.
Features
- Retrieve dynamically the shipping rates from the DHL API based on the weight and dimensions of the products in the cart, and the address of the customer.
- Retrieve the Estimated Time of Arrival (ETA)
- Send orders automatically or manually to DHL (to process them in your DHL merchant account and / or get the label and tracking number)
- Download the Label (and Invoice if necessary)
- Get your Tracking Number (with its URL link to the parcel tracking)
Installation
- Easy and quick !
- 1) Download the plugin on our website
2) Install it on your Joomla website (extension manager)
3) In your HikaShop shipping methods, create a new instance and select the DHL plugin
Use
- This DHL plugin is compatible with all the editions of HikaShop
- Compatible with PHP 7 minimum
- Requires cURL
- No limit of time
- No limit of use
- 30-day money-back guarantee
Changelog
1.2.0 on the 4th of December 2024
- We've added four extra settings to be able to specify maximum parcel dimensions (instead of the default ones of 120*80*80 cm), and one setting to choose whether to use the maximum dimensions as the dimensions of the parcels.
- For international shipping, the plugin will now check with DHL whether PLT (PaperLess Trade) is possible or not in order to adapt the data sent to DHL in order to optimize the shipping process.
1.1.0 on the 28th of November 2024
- The declared value sent to DHL for international shipments was not rounded properly.
- The output image properties information is now sent to DHL for international shipping.
- The export reason is now added not only for the line items but also for the export declaration.
- The plugin now provides the customer reference to DHL.
- The plugin now automatically changes the column type of the order_shipping_params to "longtext" in order to be able to store the invoice and label data in it as they are quite big.
1.0.0 on the 8th of November 2024
- Initial release of the plugin