[WordPress] 外掛分享: DHL Express live shipping rates and labels

首頁外掛目錄 › DHL Express live shipping rates and labels
WordPress 外掛 DHL Express live shipping rates and labels 的封面圖片
⚠ 此外掛已下架 — 不再更新維護,建議勿安裝。
全新外掛
安裝啟用
尚無評分
1701 天前
最後更新
問題解決
WordPress 4.0.1+ PHP 5.6+ v1.0.1 上架:2021-07-13

內容簡介

3>Express 運輸 WordPress 外掛程式說明

DHL Express shipping 是一個外掛程式,可整合 DHL Express,提供國內和國際快速運送。我們提供各種 DHL 服務,並支援所有國家。
如果您需要為 DHL Express 生成標籤,則需要購買我們的高級外掛程式。請前往 DHL Express shipping 獲取高級外掛程式。

有用的篩選器

1)限制國家的篩選器

add_filter(“hit_m_dhlexpress_rate_packages”,”hit_m_dhlexpress_rate_packages_func”,10,1);
function hit_m_dhlexpress_rate_packages_func($package){
$return_package = array();
if($package[‘destination’][‘country’] == ‘RU’){
return $return_package;
}
return $package;
}

2)基於訂單總計的平坦費率服務

function hit_m_dhlexpress_rate_cost_fnc($rate_cost, $rate_code, $order_total){
if($order_total > 250){
return 0;
}
return 20; // 貨幣必須是 DHL 設定的貨幣。
}
add_filter(“hit_m_dhlexpress_rate_cost”, “hit_m_dhlexpress_rate_cost_fnc”, 10,3);

3)更改預估交貨日期格式或文字。

add_filter(‘hit_m_dhlexpres_delivery_date’, ‘hit_dhl_est_delivery_format’,10,3);
function hit_dhl_est_delivery_format($string, $est_date, $est_time){
return $string;
}

4)按從低到高排序費率

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;
}

您的客戶將感謝 :

產品快速運送,因為訂單和運送標籤動作之間沒有延遲。
可使用許多 DHL 國內和國際運送服務。
為您的商店留下良好的印象。

外掛程式配置相關資訊

如果您已經擁有 DHL Express 帳戶,請聯繫您的 DHL 帳戶經理以獲取您的憑據。
如果您尚未註冊,請聯繫 DHL 註冊並取得 API 憑據。
獲得您的憑據後,請設定外掛程式並儲存這些設定。
完成設定後,您已準備好使用即時運費。

注意事項 :
如果您需要生成運送標籤,您需要購買我們的 [DHL Express shipping](https://hittechmarket.com/downloads/dhl-express-shipping-for-wordpress/) 高級外掛程式。

外掛程式標籤:

DHL、DHL Express、dhlexpress、DHL Express shipping、DHL Woocommerce、DHL Express for Woocommerce、官方 DHL Express、DHL Express 外掛程式、DHL 外掛程式、建立運送、DHL 運送、DHL 運費、hittech market、DHL 手動、DHL 標籤、DHL 費率、DHL 價格、即時費率、DHL 運送標籤、手動標籤

關於 DHL

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0.1) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「DHL Express live shipping rates and labels」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

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.
If you need to genrate label for DHL Express then you need to purchase our premium plugin. For premium plugin please visit DHL Express shipping
Useful filters
1) Filter to restric the country

add_filter(“hit_m_dhlexpress_rate_packages”,”hit_m_dhlexpress_rate_packages_func”,10,1);
function hit_m_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 hit_m_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(“hit_m_dhlexpress_rate_cost”, “hit_m_dhlexpress_rate_cost_fnc”, 10,3);

3) Change estimated delivery date format or text.

add_filter(‘hit_m_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.

Informations for Configure plugin

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 DHL and register and get your API credentials.
Once you get your credentials, try to setup the plugin and save them.
Thats it, you are ready to get live shipping rates.

NOTE :
To generate shipping label you need to purchase the premium plugin of our [DHL Express shipping](https://hittechmarket.com/downloads/dhl-express-shipping-for-wordpress/)

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, hittech market, dhl manual, dhl label, dhl rates, dhl price, realtime rates, shipment label of dhl, manual label
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
Note:
All generated labels and invoices are stored inside wp-content / shipping_labels folder.

文章
Filter
Apply Filters
Mastodon