WooCommerce Shipping & Tax makes basic eCommerce features like shipping more reliable by taking the burden off of your site’s infrastructure.
With WooCommerce Shipping & Tax, critical services are hosted on Automattic’s best-in-class infrastructure, rather than relying on your store’s hosting. That means your store will be more stable and faster.
The current emphasis for WooCommerce Shipping & Tax is to provide "everything you need" to start selling. When combined with the WooCommerce 3.5 setup wizard, your store can have shipping label printing, automated tax calculation, and a ready-to-go Stripe payment account with just a few clicks.
To use the features if you've already installed WooCommerce, simply install this plugin and activate the ones you want directly in your dashboard. As we add more services, you’ll see more features available directly in WooCommerce - making setup simpler.
There are many ways to contribute – reporting bugs, feature suggestions and fixing bugs. For full details, please see CONTRIBUTING.md
You need:
If you'd just like to check out the latest release and not contribute code back, then download the latest release and install as a plugin on your WordPress site.
trunk
If you'd just like to check out the latest code and/or wish to contribute code, then perform the following:
git
, node
, and npm
installed on the target machine/server. For maximum compatibility we recommend node
version 10.16.0
and npm
version 6+plugins
folder of the WordPress installation.git submodule update --init
, or enable submodule.recurse
(#) like this: git config --global submodule.recurse true
npm install && composer install
to set up all the dependenciesnpm run up
, let the process finish, connect your site to Jetpack using Jurassic Tube or ngrok.npm run dist
which will build the files into the dist
folder, and will be loaded by the plugin without any additional configurationnote: if npm install
gets stuck, you may have to update your GitHub urls in your git config. Use this command to fix it:
git config --global url.https://github.com/.insteadOf git://github.com/
Need to report a security vulnerability? Go to https://automattic.com/security/ or directly to our security bug bounty site https://hackerone.com/automattic.
We support the latest two versions of all major browsers, except IE, where we currently only support 11 and Edge. (see Browse Happy for current latest versions).
WooCommerce Shipping & Tax is licensed under GNU General Public License v2 (or later).