[WordPress] 外掛分享: Automated DB Schenker Shipping – HPOS supported

首頁外掛目錄 › Automated DB Schenker Shipping – HPOS supported
WordPress 外掛 Automated DB Schenker Shipping – HPOS supported 的封面圖片
10+
安裝啟用
尚無評分
702 天前
最後更新
問題解決
WordPress 4.0.1+ PHP 5.6+ v1.3.2 上架:2020-12-18

內容簡介

DB Schenker shipping 插件,整合了 DB Schenker 服務,提供國內和國際的配送。根據目的地不同,我們提供各種 DBS 服務,並在預訂時包括三種 DB Schenker 的網站服務產品:陸運、空運和海運。

厭倦了點擊按鈕以創建運輸標籤以及在此生成它?HITShipo 是一個全自動化的工具,可降低成本並節省時間。

前端 (結帳頁面) :

為了在結帳頁面上獲取手動價格,我們將向 DB Schenker 發送產品信息和位置。

我們提供以下 DB Schenker 的國內和國際運輸承運人:
* Jetcargo 經濟型 (空運)
* Complete -FCL (海運)
* Combine -LCL (海運)
* Logistics Parcel (陸運)

以及更多的32種空運、海運和陸運服務。

通過使用 hooks 和 filters 您可以進行貨幣轉換。

後端 (運輸) :

DB Schenker shipping 插件深度與HITShipo 集成,因此運輸標籤將自動生成。您可以通過電子郵件或訂單頁面獲取運輸標籤。

此插件還支持手動運輸選項。通過使用此功能,您可以直接從訂單頁面創建運輸。 HITShipo 將跟踪訂單並將訂單狀態更新為完成。

我們的保證

支持插件中的漏洞。
我們可以自定義插件或進行必要的修改。有關自定義請聯繫我們的支持或發送電子郵件至 [email protected]

有用的過濾器

1) 基於訂單總額的固定費用服務

function hitstacks_dbs_rate_cost_fnc($rate_cost, $rate_code, $order_total, $order_country){
if($order_total > 250){
return 0;
}
return 20; // 應返回貨幣必須是 DBS 配置的貨幣。
}
add_filter(“hitstacks_shipping_cost_conversion”, “hitstacks_dbs_rate_cost_fnc”, 10,4);

2) 隱藏任何服務

function hitstacks_dbs_hide($rate_cost, $rate_code, $order_total, $order_country){
if($order_country == “US” && $rate_code == “auco”){
return “hide”;
}
}
add_filter(“hits_dbs_hide_service”, “hitstacks_dbs_hide”, 10,4);

(注意:從 worpress 插件頁面複製代碼可能會產生“未定義常量”的錯誤。可以通過將反引號(`)替換為撇號(‘)來解決。)

您的客戶會感激 :

產品運送非常迅速。原因是,訂單和運輸標籤操作之間沒有延遲。
可獲得 DBS 的許多國內和國際運輸服務。
對店面的好印象。

配置插件的信息

如果您已經擁有 DBS 帳戶,請聯繫您的 DBS 帳戶經理以獲取您的憑證。
如果您還沒有註冊,請聯繫 DBS 客戶服務。
只有在收到您的 API 憑證後,才能使用該模塊的功能。

外掛標籤

開發者團隊

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

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Automated DB Schenker Shipping – HPOS supported」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

DB Schenker shipping plugin, integrate the DB Schenker web service for delivery in Domestic and Internationally. According to the destination, We are providing all kind of DBS Services. Includes three DB Schenker’s web service product on booking – Land, Air, and Ocean.
Annoyed of clicking button to create shipping label and generating it here is a hassle free solution, HITShipo is the tool with fully automated will reduce your cost and will save your time.
FRONT OFFICE (CHECKOUT PAGE):
To fetch manual rates on the checkout page, we will send product information and location to DB Schenker.
We are providing the following domestic & international shipping carriers of DB Schenker:
* Jetcargo economy (Air)
* Complete -FCL (Ocean)
* Combine -LCL (Ocean)
* Logistics Parcel (Land)
and more 32 Services via Air, Ocean and Land.
By using hooks and filters you can make currency conversions.
BACK OFFICE (SHIPPING ):
DB Schenker shipping plugin is deeply integrated with HITShipo. 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.
Our Guarantees

Support warranty on plugin’s bugs.
We can customize the plugin or we can make necessary modifications. For customisation please contact our support or mail to [email protected].

Useful filters
1) Flat Rate based on order total for services

function hitstacks_dbs_rate_cost_fnc($rate_cost, $rate_code, $order_total, $order_country){
if($order_total > 250){
return 0;
}
return 20; // Return currency is must to be a DBS configured currency.
}
add_filter(“hitstacks_shipping_cost_conversion”, “hitstacks_dbs_rate_cost_fnc”, 10,4);

2) Hide any service

function hitstacks_dbs_hide($rate_cost, $rate_code, $order_total, $order_country){
if($order_country == “US” && $rate_code == “auco”){
return “hide”;
}
}
add_filter(“hits_dbs_hide_service”, “hitstacks_dbs_hide”, 10,4);

3) Show flat rates

add_filter(‘hits_dbs_flat_rates’, ‘hits_dbs_flat_rates_fun’, 10, 2);
function hits_dbs_flat_rates_fun($rates=[], $order_info=[]){
$rates[] = [“code”=>”f”, “cost”=>100];
return $rates;
}

(Note: While copy paste the code from worpress plugin page may throw error “Undefined constant”. It can be fixed by replacing backtick (`) to apostrophe (‘) inside add_filter()))
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 DBS for domestic & international shipping.
Good impression of the shop.

Informations for Configure plugin

If you have already a DBS Account, please contact your DBS account manager to get your credentials.
If you are not registered yet, please contact DBS customer service.
Functions of the module are available only after receiving your API’s credentials.
Create account in HITShipo.
Get the integration key.
Configure the plugin.

Plugin Tags:
DB Schenker, DBS, DB Schenker shipping, DBS shipping, DB Schenker Woocommerce, DBS Woocommerce, DB Schenker for woocommerce, DBS for woocommerce, official DB Schenker, official dbs, dbs plugin, DB Schenker plugin, create shipment
About DB Schenker
DB Schenker is a division of German rail operator Deutsche Bahn AG that focuses on logistics. The company was acquired by Deutsche Bahn as Schenker-Stinnes in 2002. It comprises divisions for air, land, sea freight, and Contract Logistics.
About HITShipo
We are Web Development Company. We are planning for make everything automated.
What HITShipo Tell to Customers?

“Configure & take rest”

文章
Filter
Apply Filters
Mastodon