Linux 软件免费装

Automated FedEx live/manual rates with shipping labels - HPOS supported

开发者 HITShipo
hitstacks
Shipi
aarsiv
更新时间 2024年10月30日 01:36
PHP版本: 5.6 及以上
WordPress版本: 6.7
版权: GPLv3 or later License

标签

shipping fedex fedex woocommerce woocommerce fedex fedex shipping

下载

2.2.5 2.3.0 2.3.1 2.3.2 2.3.3 2.4.0 2.5.0 2.5.1 2.5.10 2.5.11 2.5.13 2.5.14 2.5.15 2.5.2 4.5.5 4.6.3 1.1.0 2.2.3 2.5.8 3.0.3 2.2.4 4.7.4 4.7.5 4.7.6 4.7.7 4.7.8 4.7.9 3.0.1 3.1.0 3.1.1 2.5.12 2.5.5 2.5.7 3.1.2 2.0.1 2.0.2 2.5.6 3.2.2 3.1.8 3.2.0 3.1.3 3.1.7 3.2.3 3.3.0 3.3.1 3.3.2 2.1.1 2.5.4 2.5.9 3.3.10 3.3.12 3.3.5 3.3.7 4.0.0 4.0.3 4.0.4 4.0.7 2.0.0 4.1.1 2.0.3 3.0.4 3.3.6 3.3.9 4.2.2 4.2.3 3.0.0 3.3.4 2.5.3 3.3.8 4.0.5 4.2.1 4.2.4 4.2.5 4.2.6 2.1.3 3.0.5 3.3.11 3.3.3 4.0.10 4.0.8 4.2.8 4.2.9 4.3.1 4.1.0 4.2.7 4.4.0 4.4.1 4.4.2 4.4.3 4.4.4 4.4.5 3.1.4 4.0.1 4.0.11 4.0.9 4.3.2 4.4.6 4.4.8 2.2.0 3.1.9 4.4.7 2.1.5 3.1.5 4.0.2 4.0.6 4.5.0 4.5.2 2.1.0 2.4.1 3.0.6 4.0.12 4.1.2 4.3.0 4.5.1 4.5.3 4.5.6 4.6.0 4.6.1 4.6.2 1.0.0 2.2.1 3.2.1 4.5.4 4.6.4 4.7.0 2.1.4 3.0.2 4.7.1 2.2.2 3.1.6 4.2.0 4.7.2 2.1.2 4.7.3

详情介绍:

FedEx shipping plugin, Integrate the FedEx for Domestic and international Shipping. According to the destination, We are Providing all kind of FedEx Services. Calculate shipping costs in real time through the FedEx's online quote, based on the products of the cart and the postal codes of origin and destination. It also shows the estimated delivery times based on the moment of calculation.
Trusted shipping costs obtained directly from FedEx, with different variants or types of services available. In case your products do not have dimensions or weight, the module allows you to set dimensions and weight of customized products to calculate the shipping costs. Option to add an impact or adjustment to the shipping costs displayed by the carrier before showing it to the customer. Improve the shopping experience by allowing you to show estimated delivery times. Simple configuration focused on obtaining accurate and adjusted shipping costs for your business model. At the moment, no type of contract with the provider is required to make use of this module. No override files are required for proper functionality of the module.
Our Guarantees Features Where to get API Credentials Our module support SOAP and REST API’s. FAQ's Q). Do I need credentials provided by FedEx to use the module? A). Yes, this module makes the estimates directly from the FedEx's online Account. Q). Does it work with other currencies? A). Yes, Its done by hooks. Q). Are the prices updated? A). Yes, costs are obtained directly from FedEx's online quote in real time. Q). Is it compatible with other carrier modules? A). Yes, it is completely compatible. What your customers will like Recommendation Useful filters
  1. Filter to adjust shipping cost
add_filter('hitstacks_fedex_shipping_cost_conversion','fedex_shipping_cost_conversion',10,1); function fedex_shipping_cost_conversion($ship_cost){ return $ship_cost+1000; }
  1. Filter to set Flat rate
function fedex_shipping_cost_conversion($ship_cost, $pack_weight = 0, $to_country = '', $rate_code = ''){ $sample_flat_rates = array("GB"=>array( //Use ISO 3166-1 alpha-2 as country code "weight_from" => 10, "weight_upto" => 30, "rate" => 2000, "rate_code" => "INTERNATIONAL_FIRST", //You can add fedex service type here. Get this from Fedex Dev docs - Appendix -> Service Types ), "US"=>array( "weight_from" => 10, "weight_upto" => 30, "rate" => 5000, ), ); if(!empty($to_country) && !empty($sample_flat_rates)){ if(isset($sample_flat_rates[$to_country]) && ($pack_weight >= $sample_flat_rates[$to_country]['weight_from']) && ($pack_weight <= $sample_flat_rates[$to_country]['weight_upto'])){ $flat_rate = $sample_flat_rates[$to_country]['rate']; return $flat_rate; }else{ return $ship_cost; } }else{ return $ship_cost; } } add_filter('hitstacks_fedex_shipping_cost_conversion','fedex_shipping_cost_conversion',10,4);
  1. Set specific service as default on checkout
add_filter('hitshipo_fedex_default_rate_service', 'hitshipo_fedex_default_rate_service_fun', 10, 3); function hitshipo_fedex_default_rate_service_fun($default="no", $service_code="", $dest_country=""){ if(($dest_country=="CA") && ($service_code=="FEDEX_INTERNATIONAL_PRIORITY")){ $default = "yes"; } return $default; }
(Note: Flat rate filter example code will set flat rate for all fedex carriers. Have to add code to check and alter rate for specific carrier. 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()) About FedEx FedEx Corporation is an American multinational courier delivery services company headquartered in Memphis, Tennessee. The name "FedEx" is a syllabic abbreviation of the name of the company's original air division, Federal Express, which was used from 1973 until 2000. About Shipi We are Web Development Company in France. We are planning for High Quality WordPress, Woocommerce, Edd Downloads Plugins. We are launched on 4th Nov 2018. What a2Z Plugins Group Tell to Customers?
"Make Your Shop With Smile"

屏幕截图:

  • Configure Shipper Address.
  • Configure packing algorithm.
  • FedEx Shipping Rates Confguration.
  • Shipping label configuration.
  • Live rates in cart page.
  • Order placed via Fedex carrier.
  • Create manual label/view label on edit order page.

更新日志:

4.7.9
[clear] New Wordpress version tested.
4.7.8
[clear] Removed some unusual fields now.
4.7.7
[Imporvement] Handled virtual products have to be skipped.
4.7.6
[Bug Fix] currency conversion issue solved. now this will take a order currecy and convert to the fedex currency.
4.7.5
[New] If company name is not found, then we sent full name as company name. Previouslly, we sent the first name alone.
4.7.4
[New] Handled the discount as handling cost.
4.7.3
[Bug Fix] Order total is change while invoice.
4.7.2
[New] Improvement on Shipping label generation UI.
4.7.1
[New] ship price and Order product info fetching ability improved.
4.7.0
[New] Tracking UI Modified