开发者 |
a2zplugins
hitstacks hitshipo hittechmarket |
---|---|
更新时间 | 2021年7月15日 00:24 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 5.7.2 |
版权: | GPLv3 or later License |
add_filter("hit_m_dhlexpress_rate_packages","hit_m_dhlexpress_rate_packages_func",10,1); function hit_m_dhlexpress_rate_packages_func($package){ $return_package = array(); if($package['destination']['country'] == 'RU'){ return $return_package; } return $package; }
function hit_m_dhlexpress_rate_cost_fnc($rate_cost, $rate_code, $order_total){ if($order_total > 250){ return 0; } return 20; // Return currency is must to be a DHL confiured currency. } add_filter("hit_m_dhlexpress_rate_cost", "hit_m_dhlexpress_rate_cost_fnc", 10,3);
add_filter('hit_m_dhlexpres_delivery_date', 'hit_dhl_est_delivery_format',10,3); function hit_dhl_est_delivery_format($string, $est_date, $est_time){ return $string; }
add_filter( 'woocommerce_package_rates' , 'hitshipo_sort_shipping_methods', 10, 2 ); function hitshipo_sort_shipping_methods( $rates, $package ) { if ( empty( $rates ) ) return; if ( ! is_array( $rates ) ) return; uasort( $rates, function ( $a, $b ) { if ( $a == $b ) return 0; return ( $a->cost < $b->cost ) ? -1 : 1; } ); return $rates; }Your customer will appreciate :
If you have already a DHL Express Account, please contact your DHL account manager to get your credentials. If you are not registered yet, please contact DHL and register and get your API credentials. Once you get your credentials, try to setup the plugin and save them. Thats it, you are ready to get live shipping rates. To generate shipping label you need to purchase the premium plugin of our DHL EXPRESS DHL Express shippingPlugin Tags:
DHL, DHL Express, dhlexpress,DHL Express shipping, DHL Woocommerce, dhl express for woocommerce, official dhl express, dhl express plugin, dhl plugin, create shipment, dhl shipping, dhl shipping rates, hittech market, dhl manual, dhl label, dhl rates, dhl price, realtime rates, shipment label of dhl, manual labelAbout DHL DHL Express is a division of the German logistics company Deutsche Post DHL providing international courier, parcel, and express mail services. Deutsche Post DHL is the world's largest logistics company operating around the world, particularly in sea and air mail Note: All generated labels and invoices are stored inside wp-content/shipping_labels folder.
Initial Version