=== Freightview for WooCommerce === Contributors: freightview Tags: woocommerce, shipping, shopping cart, freight Requires at least: 4.1 Tested up to: 4.4.2 Stable tag: 1.4.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Give your customers real freight quotes from your WooCommerce store with Freightview. == Description == Your company has an online store using WooCommerce on WordPress. When a customer is figuring out the price for their order, wouldn't it be nice to give them the complete picture by showing them how much you'll charge for freight? By using Freightview for WooCommerce, you can pull your own carrier and broker rates and display them for your customers while they're shopping or checking out. You decide whether to show them the least expensive option or let them choose between different service levels and transit times. [More about Freightview](https://www.freightview.com/d3) == Installation == This section describes how to install the plugin and get it working. In-depth setup instructions are available on [our blog](https://blog.freightview.com/setting-up-freightview-for-woocommerce/). 1. Install and setup [WooCommerce](https://wordpress.org/plugins/woocommerce/) 1. If you have not already, start a free trial of [Freightview](https://www.freightview.com/d3) 1. Upload the plugin files to the `/wp-content/plugins/fv-woocommerce` directory, or install the plugin through the WordPress plugins screen directly. 1. Activate the plugin through the 'Plugins' screen in WordPress 1. Use the WooCommerce->Settings->Shipping screen to configure the plugin 1. Select "Freightview" from the options underneath the tabs 1. Get your [Freightview API Key](http://blog.freightview.com/how-to-get-your-freightview-api-key/) 1. Enable the Freightview plugin 1. Customize the defaults to your liking 1. Add all of the shipping classes that you require 1. Send a test quote via the "Send test quote" tool at the bottom 1. Configure the Shipping Class, Weight, and Dimensions for all the products in your store that you want to be able calculate shipping for 1. You're good to go! Let us know if you need help [woocommerce@freightview.com](mailto:woocommerce@freightview.com) == Frequently Asked Questions == = Can I only use this plugin when the shopping cart is over 50 lbs? = Yes, [check out this article](https://blog.freightview.com/freightview-for-woocommerce-fallback-shipping-methods/) to see how this works. = Can I set the destination location type for every shipment instead of letting the customer choose? = Yes, [see how to set this up](https://blog.freightview.com/freightview-for-woocommerce-customer-accessorials/). = What if more than one of each item can fit on a pallet? = We don't currently support figuring out the number of items that can go on a pallet, we assume every product in your cart is a handling unit. Please, [let us know if you need this](mailto:woocommerce@freightview.com). = Can this use multiple warehouse locations? = No, we currently only support one warehouse location. Please, [let us know if you need this](mailto:woocommerce@freightview.com). == Screenshots == 1. Let customers calculate their shipping rates 2. Let the customer select the shipping option 3. Calculate shipping rates at checkout 4. Configuration page for Freightview for WooCommerce 5. Send test quote tool 6. Open a shipment to book in Freightview == Changelog == = 1.2.2 = * Update name and description of plugin = 1.2.1 = * Remove features we support from FAQ = 1.2.0 = * Add [serviceOption support](https://blog.freightview.com/freightview-for-woocommerce-v1-2-0-rate-description-fix) * Also, added logic to convert a 17 as a serviceOption to "5pm" * Let the store owner decide [if customers can select accessorials](https://blog.freightview.com/freightview-for-woocommerce-customer-accessorials) or to just rate everything with defaults they select * Added a minimum weight setting that [controls the minimum weight where Freightview is available](https://blog.freightview.com/freightview-for-woocommerce-fallback-shipping-methods) as a shipping option * Made it so that Freightview [doesn't appear as a shipping option](https://blog.freightview.com/freightview-for-woocommerce-fallback-shipping-methods) anytime a product's Shipping Class doesn't match one of our Shipping Classes. We do make ourselves available if a customer just hasn't selected a Shipping Class. * Use the rate.id that we return as part of the id for the rate in WooCommerce. Previously rates were using quote numbers and some rates didn't have quote numbers and some rates had the same quote number and it worked just as terribly as you'd imagine. * Changed how we rate multiple products. Now, if you add 4 of the same product to your cart, we rate that as 1 item, with 4 pieces (n), and we make the weight be n * weight. * Adds a custom order action that can open a new tab to the URL of the shipment inside Freightview * Lots of re-naming to things so the code makes more sense. = 1.1.7 = * README and documentation updates * New screenshots * [New setup guide](https://blog.freightview.com/setting-up-freightview-for-woocommerce/) = 1.1.1 = * Official release