开发者 |
HITShipo
a2zplugins hitstacks |
---|---|
更新时间 | 2024年4月16日 19:55 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 8.2 |
版权: | GPLv3 or later License |
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);
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);
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 :
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 shipmentAbout 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"
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 filter1.2.10 Release Date - 19 April 2023
Fix fatal error when passing empty value for weight and dimension conversion on PHP 81.2.9 Release Date - 21 March 2022
minor bug1.2.8 Release Date - 21 March 2022
minor bug fix1.2.7 Release Date - 17 November 2022
minor bug fix1.2.6 Release Date - 17 November 2022
update tested version1.2.5 Release Date - 31 October 2022
minor improvement1.2.4 Release Date - 31 October 2022
minor bug fix1.2.3 Release Date - 29 september 2022
minor improvement1.2.2 Release Date - 21 september 2022
minor improvement1.2.1 Release Date - 21 July 2022
minor bug fix1.2.0 Release Date - 20 July2022
shipping label automated1.1.0 Release Date - 06 June 2022
Wordpress minor update1.0.3 Release Date - 18 July 2021
Wordpress Version updated1.0.2 Release Date - 05 January 2020
Minor bug fixes1.0.1 Release Date - 19 December 2020
Added Banner and Icon1.0.0 Release Date - 11 December 2020
Initial Version