Description
Free plugin to display live DHL Express’ rates
The ELEX WooCommerce DHL Shipping Plugin with Print Label allows store owners to easily access DHL shipping rates and print DHL shipping labels for DHL Express, DHL Paket, and DHL eCommerce. Our official DHL extension for WordPress with WooCommerce. If you are managing your orders via a WooCommerce store on WordPress and looking for a convenient way to orchestrate your domestic and cross border shipments with DHL eCommerce, DHL Paket or DHL Parcel Europe - this is what you need.
Use this free Live rates for DHL Express and WooCommerce plugin to offer DHL Express international shipping options to your customers. Let your clients see WooCommerce DHL Express shipping services with its real prices at the checkout. The shipping cost is calculated automatically online due to DHL Express API connection.
Upgrade to DHL Express WooCommerce PRO
Get priority e-mail support and advanced features, upgrade to DHL Express WooCommerce PRO now → Sniper ghost warrior update 2 rapidshare download.
Features
- Automatic international shipping costs calculation and displaying DHL Express’ live rates
- Shipping cost for DHL Express’ services based on cart weight and shipping address
- Limiting services only for those available for the customer’s address
- Manual DHL Express services limiting
- Payer account number support
- Possibility to add the shipment insurance
- Fallback in case no rates were returned
- Choice of parcel packing method: pack items separately or into one box
- Debug mode to help with rates problems
PRO Features
- Automatic box packing for multiple products based on weight and volume
- Custom boxes with box weight and padding
- Fixed value and percentage handling fees/discounts for DHL Express rates
- Estimated delivery date displayed in the checkout
- Excluding certain days of the week from estimated delivery date
- Custom Origin
- Multicurrency Support
Actively developed and supported
The DHL Express for WooCommerce plugin is constantly being developed by WP Desk. Our plugins are used by over 80.000 WooCommerce stores worldwide. Over the years we proved to have become not only the authors of stable and high-quality plugins, but also as a team providing excellent technical support. Join the community of our satisfied plugins’ users. Bet on quality and let our plugins do the rest.
Docs
Why should you choose our DHL Express for WooCommerce plugin as a shipping integration in your shop?
Our DHL Express for WooCommerce plugin is a free DHL Express integration allowing to display live rates for DHL Express services in your shop. It combines the powerful and useful features with DHL Express’ quality and reliability as a world-known trademark. Trust our experience and move your business forward with our latest plugin!
Installation
This plugin can be easily installed like any other WordPress integration by following the steps below:
- Download and unzip the latest zip file release.
- Upload the entire plugin directory to your /wp-content/plugins/ path.
- Activate the plugin using the Plugins menu in WordPress sidebar menu.
Optionally you can also try to upload the plugin zip file using Plugins -> Add New -> Upload Plugin option from the WordPress sidebar menu. Then go directly to point 3.
FAQ
How can I configure DHL Express services?
To determine which DHL Express services should be available for the customers to choose, use the Custom Services: Enable custom services option and select from the Services Table the ones you want to be displayed.
Dhl Woocommerce Italia
Reviews
Description
DHL Express shipping plugin, integrate the DHL Express for express delivery in Domestic and Internationally. According to the destination, We are providing all kind of DHL Services. It supports all Countries.
Annoyed of clicking button to create shipping label and generating it here is a hassle free solution, HITStacks is the tool with fully automated will reduce your cost and will save your time.
Further, We will track your shipments and will update the order status automatically.
FRONT OFFICE (CHECKOUT PAGE):
To fetch real-time rates on the checkout page, we will send product information and location to DHL.
We are providing the following domestic & international shipping carriers of DHL:
* Domestic Express
* Worldwide Express
* DHL Express
* DHL Economy
and more 14 Services.
You can get the DHL provided discounts.
By using hooks and filters you can make currency conversions, product skipping package, definition customization and supports the insurance.
BACK OFFICE (SHIPPING ):
DHL Express shipping plugin is deeply integrated with HITStacks. So the shipping labels will be generated automatically. You can get the shipping label through email or from the order page.
This plugin also supported the manual shipments option. By using this you can create the shipments directly from the order page. HITShipo will keep track of the orders and update the order state to complete.
Useful filters
1) Filter to restric the country
add_filter(“a2z_dhlexpress_rate_packages”,”a2z_dhlexpress_rate_packages_func”,10,1);
function a2z_dhlexpress_rate_packages_func($package){
$return_package = array();
if($package[‘destination’][‘country’] ‘RU’){
return $return_package;
}
return $package;
}
2) Flat Rate based on order total for services
function hitstacks_dhlexpress_rate_cost_fnc($rate_cost, $rate_code, $order_total){
if($order_total > 250){
return 0;
}
return 20; // Return currency is must to be a DHL confiured currency.
}
add_filter(“hitstacks_dhlexpress_rate_cost”, “hitstacks_dhlexpress_rate_cost_fnc”, 10,3);
3) Change estimated delivery date format or text.
Dhl Woocommerce
add_filter(‘hitstacks_dhlexpres_delivery_date’, ‘hit_dhl_est_delivery_format’,10,3);
function hit_dhl_est_delivery_format($string, $est_date, $est_time){
return $string;
}
4) To Sort the rates from Lowest to Highest
add_filter( ‘woocommerce_package_rates’ , ‘hitshipo_sort_shipping_methods’, 10, 2 );
function hitshipo_sort_shipping_methods( $rates, $package ) {
if ( empty( $rates ) ) return;
if ( ! is_array( $rates ) ) return;
uasort( $rates, function ( $a, $b ) {
if ( $a $b ) return 0;
return ( $a->cost < $b->cost ) ? -1 : 1;
} );
return $rates;
}
Your customer will appreciate :
- The Product is delivered very quickly. The reason is, there this no delay between the order and shipping label action.
- Access to the many services of DHL for domestic & international shipping.
- Good impression of the shop.
HITStacks Action Sample
Informations for Configure plugin
Dhl Woocommerce
If you have already a DHL Express Account, please contact your DHL account manager to get your credentials.
If you are not registered yet, please contact our customer service.
Functions of the module are available only after receiving your API’s credentials.
Please note also that phone number registration for the customer on the address webform should be mandatory.
Create account in hitstacks.
Plugin Tags:
DHL, DHL Express, dhlexpress,DHL Express shipping, DHL Woocommerce, dhl express for woocommerce, official dhl express, dhl express plugin, dhl plugin, create shipment, dhl shipping, dhl shipping rates
About DHL
DHL Express is a division of the German logistics company Deutsche Post DHL providing international courier, parcel, and express mail services. Deutsche Post DHL is the world’s largest logistics company operating around the world, particularly in sea and air mail
About HITStacks
We are Web Development Company. We are planning for make everything automated.
What HITStacks Tell to Customers?
“Configure & take rest”