We'll create fresh WordPress site with Automated DB Schenker Shipping installed. You have 20 minutes to test the plugin after that site we'll be deleted.
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.
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.
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.
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()))
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
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.
We are Web Development Company. We are planning for make everything automated.
“Configure & take rest”