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

WordPress 外掛 DHL Express live shipping rates and labels 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「DHL Express live shipping rates and labels」是 2021-07-13 上架。 目前已經下架不再更新,不建議安裝使用。
  • 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
  • 上一次更新是 2021-07-15,距離現在已有 1388 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 4.0.1 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 5.6 以上。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

hitstacks | a2zplugins | hittechmarket |

外掛標籤

dhl | DHL Express | dhl shipping | shipping rates | dhl for woocommerce |

內容簡介

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

原文外掛簡介

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 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.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「DHL Express live shipping rates and labels」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.0.0 | 1.0.1 | trunk |

延伸相關外掛(你可能也想知道)

  • Printful Integration for WooCommerce 》Partner with the print-on-demand drop shipping plugin. Over 300,000 active customers and counting!, Printful 是 的印刷訂製及Drop Shipping外掛...。
  • Easyship WooCommerce Shipping Rates 》Easyship是一個運輸平台,讓所有商家以低運輸成本和增加轉換率的方式到達世界各地的客戶。所以,無論您每個月發送100個還是50,000個貨件,我們都有一個適合您...。
  • DHL eCommerce (Benelux) for WooCommerce 》使用免費的官方 DHL 快遞 WooCommerce 外掛程式,專業化您的網路商店前台和後台。輕鬆管理您的運送,為您的業務量身打造客製化的服務,為訪客提供獨特的體驗...。
  • Conditional shipping & Advanced Flat rate shipping rates / Flexible shipping for WooCommerce shipping 》使用 WooCommerce 條件式運費, 透過這個 WooCommerce 進階靈活運費外掛,您可以建立自己進階的規則,以決定何時應該提供免費運費給客戶。, 使用 WooCommerce ...。
  • Bob Go smart shipping solution for WooCommerce 》智能物流方案, 訂單會從您的 WooCommerce 商店自動同步,輕鬆地一鍵生成電子運送標籤。無需使用額外的物流帳戶,您可以向多家物流公司獲取報價,選擇您希望使...。
  • Wp-Centrics Advanced Shipping Rates for WooCommerce – Previously "Fish and Ships" 》nder the Group by setting), , 翻譯:, 最佳 WooCommerce 運送方式, 一個條件式的 WooCommerce 運送方式:易於理解和使用。允許您設置基於重量的運費,或任...。
  • Plugin BlueX for WooCommerce 》安裝外掛後,您需要前往 WooCommerce 設定中的整合區段,並添加 Blue Express 提供的數據。同時,在進階選項中建立一個 REST API 使用者,並將其提供給 Blue ...。
  • Shipping Live Rates for DHL Express for WooCommerce 》oCommerce plugin is a free and easy-to-use solution to display live rates for DHL Express shipping services on your WooCommerce store. The plugin a...。
  • Pósturinn\'s Shipping with WooCommerce 》Pósturinn Shipping with WooCommerce 是一款 WordPress 外掛,它可以為 WooCommerce 添加對 Pósturinn 郵政服務的支援。, 安裝此外掛後,您的客戶可以在結帳...。
  • ShippyPro – Shipping Estimates and Dropoff Locations 》ShippyPro 是一個雲端運輸軟件,可讓您一鍵整合多個運輸商。, 使用 ShippyPro 的外掛,您可以在 WooCommerce 結帳時顯示運輸商費用和投遞點。, 使用 ShippyPr...。
  • Delivery rate for Yamato transport 》中文翻譯:, 這個外掛是針對WooCommerce的Yamato Transport的額外外掛。, 基於Yamato Transport運費表的每個日本地區(北海道,東北北部,東北南部,關東R...。
  • PrangoShip [Quantity Based] for WooCommerce 》PrangoShip 是一款基於數量計算運費的 WordPress 外掛,完美適用於 WooCommerce 網店。根據購物車中商品的數量,向客戶顯示運費。您可以將數量分段區分,並分...。
  • Printdoors Integration for WooCommerce 》使用 PrintDoors,這個免費的印刷訂製及代客機制平台,您可以輕鬆地創建、客製化和銷售高品質的產品。PrintDoors 是一個印刷訂製製造的直銷平台,在全球提供...。
  • LTL Freight Quotes – Worldwide Express Edition 》Worldwide Express (wwex.com) 是一家第三方物流公司,通過單一賬戶關係,讓客戶可以使用 UPS 和超過 60 家 LTL 貨運承運商。此外掛程式會取回您與 Worldwide...。
  • ELEX WooCommerce Australia Post Shipping 》ELEX WooCommerce Australia Post Shipping 外掛使用 Australia Post API 抓取運費資訊(國內和國際),自動化您的運送流程。基於運送地點和購物車內商品屬性...。

文章
Filter
Apply Filters
Mastodon