Linux 软件免费装
Banner图

Automated DB Schenker Shipping - HPOS supported

开发者 HITShipo
a2zplugins
hitstacks
更新时间 2024年4月16日 19:55
PHP版本: 5.6 及以上
WordPress版本: 8.2
版权: GPLv3 or later License

标签

automated DB Schenker DBS DBS shipping DBS Woocommerce DB Schenker Woocommerce hitstacks dbs label dbs manual rates hitshipo plugin dbs shipping rates dbs manual label dbs automated dbs price shipping db schenker dbs for woocommerce dbs for ecommerce.

下载

1.0.1 1.0.2 1.0.3 1.2.3 1.0.0 1.2.4 1.2.10 1.2.0 1.2.1 1.2.2 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2

详情介绍:

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: 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 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);
  1. 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);
  1. 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 : 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"

屏幕截图:

  • Configuration - DBS Shipper Address.
  • Configuration - DBS Rate Section.
  • Configuration - DBS Services Available.
  • Configuration - Packing algorithm Settings.
  • Configuration - Shipping label Settings.
  • Configuration - Pickup Settings.
  • Configuration - Multi-vendor Settings.
  • Output - DBS Shipping Rates in Shop.
  • Output - Edit Order Page (label) Shipping Section.
  • Integration - HITShipo integration plans.
  • Why HIT Shipo?.

更新日志:

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