Description
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”
Screenshots
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Automated DB Schenker Shipping – HPOS supported” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Automated DB Schenker Shipping – HPOS supported” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.3.2
Release Date – 16 April 2024
Added HPOS support.
1.3.1
Release Date – 10 November 2023
Minor fixes and handlings.
1.3.0
Release Date – 12 October 2023
Added flat rates with CSV through filter
1.2.10
Release Date – 19 April 2023
Fix fatal error when passing empty value for weight and dimension conversion on PHP 8
1.2.9
Release Date – 21 March 2022
minor bug
1.2.8
Release Date – 21 March 2022
minor bug fix
1.2.7
Release Date – 17 November 2022
minor bug fix
1.2.6
Release Date – 17 November 2022
update tested version
1.2.5
Release Date – 31 October 2022
minor improvement
1.2.4
Release Date – 31 October 2022
minor bug fix
1.2.3
Release Date – 29 september 2022
minor improvement
1.2.2
Release Date – 21 september 2022
minor improvement
1.2.1
Release Date – 21 July 2022
minor bug fix
1.2.0
Release Date – 20 July2022
shipping label automated
1.1.0
Release Date – 06 June 2022
WordPress minor update
1.0.3
Release Date – 18 July 2021
WordPress Version updated
1.0.2
Release Date – 05 January 2020
Minor bug fixes
1.0.1
Release Date – 19 December 2020
Added Banner and Icon
1.0.0
Release Date – 11 December 2020
Initial Version