Automated FedEx live/manual rates with shipping labels – HPOS supported
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 All our developments are validated by A2Z Group Team. Support warranty in the plugin’s bugs. We can customize the module or make the necessary modifications. Contact us to request an estimate. Features Fedex shipping plugin supports SOAP API Fedex shipping plugin supports REST API Calculates shipping costs in real time through the FedEx online quote service. Use of cache in the results to improve the loading speed of the site and to make calculation of the costs only when there is a change in the shopping cart. Shipping costs based 100% on the zip code. Compatible with orders generated directly from the Back Office. Option to perform shipping cost calculations only on the order confirmation page to improve site navigation performance. Option to specify the post code of origin for shipments. The Shipping cost can be determined in 2 different ways: 1). Based on weight and cubic volume. 2). Based on weight and an optimized three-dimensional volume, which simulates the packaging of all products in a 3D box. Option to set custom dimensions for your products to be used when calculating shipping costs. Option to establish a custom weight for your products to be used when calculating shipping costs. Option that allows you to establish an impact on the cost of the shipment before showing it to the customer. Option to show estimated delivery times at checkout in each of the available services, with multiple customization options that will allow you to provide even more accurate estimated times. Multi-currency compatible. Multi-store compatible. Full and detailed documentation. Where to get API Credentials Our module support SOAP and REST API’s. * To create SOAP API credentials, You have to follow the steps from here [https://www.fedex.com/en-us/developer/web-services.html]. * To create REST API credentials, You have to check here [https://developer.fedex.com/api/en-us/catalog/authorization/docs.html]. 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 Knowing the cost of shipping in real time based on the products of the shopping cart and the delivery address, as well as knowing at the time the estimated delivery times, undoubtedly generates greater confidence to the customer and helps closing the sale. Reduce communication time with the store manager. It has a greater list of options for shipping services. Recommendation It is mandatory that your products have specified dimensions and weight in the “Shipping” tab within the product edition, or that you use the module options to consider these custom values at the time of calculation. The quotation system only works for addresses in Anywhere. The quotes are based on postal codes, it is mandatory to have this option active in your country settings. 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; } 2) 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); 3) 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](https://myshipi.com/) 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”
Top keywords
- fedex29×2.76%
- shipping25×2.38%
- cost16×1.52%
- weight15×1.43%
- rate14×1.33%
- costs11×1.05%
- flat11×1.05%
- code10×0.95%
- country10×0.95%
- fedex shipping9×0.86%
- service9×0.86%
- shipping cost9×0.86%
WunderAutomation
WunderAutomation brings automation features similar to IFTTT or Zapier to your WordPress site so that you can create simple and powerful automations without writing code. This enables anyone (not just coders) to customize WordPress to suit your needs. Human Friendly. Overview Among many other things, our users use WunderAutomation to: Send reminders to users who created an account but never logged in Send follow up emails to users who buy specific products and ask for a review or suggest similar products Send emails to users 30 days after the last purchase of a specific product to remind them to restock Send notifications to internal email groups, SMS or Slack channels when orders are paid, cancelled or fail Send out a personalized WooCommerce coupon to users once they have placed a certain number of orders or have spent a certain amount on the site In short, WunderAutomation lets users create workflows that automate common WordPress tasks. A workflow consists of a trigger, and one or many steps. A trigger is what kicks of the workflow can be almost anything, for example a new WooCommerce order, a user login or an incoming webhook. Each step is either a filter that determines the workflow should continue or an action that does some work. You can filter a workflow based on almost anything like WooCommerce order total, the customers email address. Or the WordPress user login count, or a parameter in an incoming webhook. Multiple filters can be combined using logical AND/OR expressions. When all the filters pass, the actions are carried out, you can update WordPress posts or WooCommerce orders, add custom fields, create new users or posts, add or remove taxonomy terms (tags), send emails or run a REST request to an external service. There are endless ways to combine triggers, filters and actions so you can add almost any custom functionality to your WordPress site. WooCommerce WunderAutomation supports WooCommerce out of the box so it can trigger on WooCommerce events such as receiving a new order and perform actions like adding an order note or changing the order status. From version 1.9.0 we also support the popular WooCommerce PDF Invoices & Packing Slips plugin so that you can use invoice numbers, date and notes into a workflow. Advanced Custom Fields WunderAutomation also supports Advanced Custom Fields (free and Pro versions) out of the box. ACF fields are accessible both in filters and action parameters so that you can take full advantage of the customizations you’ve made using ACF. A popular use case is to combine ACF and WunderAutomation to create customized delivery notifications. Bulk handling You can also handle objects (users, posts, orders and comments) in bulk using WunderAutomation, we call this Re-Triggers. A re-trigger runs periodically, ie every morning at 8AM and finds all objects that fit a certain criteria. For instance all posts with post type = “post” that was created in the past 30 days. These objects are then sent to a workflow that where you can handle them individually, for instance to disable comments if the post is older than X days and belongs to a certain category. Webhooks WunderAutomation can handle both incoming webhooks for triggering a workflow and sending out webhooks to external services. Incoming webhooks can be authenticated using Basic Auth, HTTP header tokens or HMAC signed payload (that Github uses). Webhooks makes it easy to use WunderAutomation in combination with Zapier, you can both start a zap using a WunderAutomation workflow and you can use Zapier to start a workflow. Related objects As of version 1.7 WunderAutomation supports adding related objects to a Workflow using the new “Add object” action. This enables more even advanced workflows where you can access all properties on objects that are related to the page/post/order that triggered the workflow. This is useful in situations where you are setting up relationships between custom post types, ie “city” and “country”. Using “Add object” you can use the parent “country” object in filters and parameters when a “city” post have been updated. WunderAutomation Pro Out of the box, WunderAutomation has great support for WordPress core, WooCommerce and Advanced Custom Fields. With WunderAutomation Pro you also get access to a number of additional integrations with popular plugins and services. See https://www.wundermatics.com/wunderautomation-pro/ for more information. MailChimp MailPoet BuddyPress Slack Telegram Twilio (SMS gateway) WPForms and WPForms lite Contact Form 7 WunderAutomation Pro also comes with more advanced Re-trigger scheduling and some additional WooCommerce parameters and filters. Built in functionality Also see: built in triggers Triggers Triggers are used to start a workflow Webhook; Starts a workflow in response to an inbound webhook (i.e from Zapier). User; Created, Login, Profile updated, Role changed. Post: Created, Pending, Published, Privatized (published as private), Saved, Status changed and trashed. Order (WooCommerce): Created, OnHold, Paid, Processing, Completed, Pending, Refunded, Saved, Cancelled Comment: Submitted, Approved, Status changed, WooCommerce order note submitted Filters: Also see: built in filters Filters can be used to filter out triggered events so that only certain events actually leads to an action being performed. User: Email, Role Post: Title, Content, Tags, Categories, Owner, Status, Type Order: Billing city, Billing country, Billing state, Downloadable products, Virtual products, Payment method, Producs, Product categories, Producs tags, Shipping city, Shipping country, Shipping state, Order total Customer: Previous Order count, Previous order total Comment: Author email, Author name, Content, Status, Type Actions Also see: built in actions Actions are things a workflow can do / change / update as a result of a trigger Add / update custom field Change user role Create post Create user Change post / comment status Add / remove taxonomy term (tag or comment) Write a line to a log file Send plain text, HTML or WooCommerece email Run a http request to a remote REST API Run a webhook call (i.e to Zapier) Add WooCommerce order note Parameters Also see: built in parameters Parameters are used to customize an action with content from the object (post, order, user) that triggered it. User: Id, First name, Last name, Email, Nickname, Role, Last login date Post: Id, Title, Content, Slug, Admin url, public url, date, modified date, Comment count, custom fields Order: Id, Status, SubTotal, Total excl. tax, Total tax, Stripe fee, Paypal fee, Payment method, Customer email, Shipping and billing address fields, order key General: Siteurl, date, blogname, remote IP WunderAutomation also supports both incoming and outgoing Webhooks which is ideal for integrating your workflows with Zapier. This gives you access to thousands of integrations via their service. Logging WunderAutomation logs everything it does and in the interest of being human friendly, it also comes with a searchable log viewer. This makes it easy to keep track of what triggers that has fired, if the filters passed OK or not and if the actions was carried out or not.