Describe shipping costs with general rules on the order properties. Very complex shipping cost structures (depending on the amount, postal code, weight, number of products and/or articles etc.) can be easily implemented.
Describe (even complex) shipping costs with simple general rules on the order properties (amount, postcode, weight, #products and/or articles etc.).
== Description ==
== Description ==
Determine shipping costs according to general conditions (bounds on the order properties). Shipping costs can depend on e.g.:
Determine shipping costs according to general conditions (bounds on the order properties). Shipping costs can depend on e.g.:
* Total amount of the order
* Total amount of the order
* Total weight of the order
* Total weight of the order
* Number of articles or different products in the order
* Number of articles or different products in the order
...
@@ -29,7 +30,7 @@ Each rule is described as one line of text with an easy structure (semicolons se
...
@@ -29,7 +30,7 @@ Each rule is described as one line of text with an easy structure (semicolons se
This set of rules describes three shipping costs: Orders of 100€ and more are free, otherwise orders with less than five articles have shipping costs of 1.5€, all others 3.50€.
This set of rules describes three shipping costs: Orders of 100€ and more are free, otherwise orders with less than five articles have shipping costs of 1.5€, all others 3.50€.
=== Limitations and common misconceptions ===
= Limitations and common misconceptions =
* The plugin is not designed to calculte shipping costs on a per-product level (e.g. it is not possible that Article A has shipping costs of 3€, Article B 5€ and if you order both you pay 8€ shipping)
* The plugin is not designed to calculte shipping costs on a per-product level (e.g. it is not possible that Article A has shipping costs of 3€, Article B 5€ and if you order both you pay 8€ shipping)
* The plugin allows only limited support for category-based shipping. You can only find out if an article from a particular category is in the order, but NOT how many articles from a given category (e.g. it is not possible to have all articles from Category X ship for 3€ and all articles from Category Y ship for 5€)
* The plugin allows only limited support for category-based shipping. You can only find out if an article from a particular category is in the order, but NOT how many articles from a given category (e.g. it is not possible to have all articles from Category X ship for 3€ and all articles from Category Y ship for 5€)
...
@@ -60,6 +61,7 @@ The Advanced Ordernumbers for WooCommerce plugin supports some invoicing plugins
...
@@ -60,6 +61,7 @@ The Advanced Ordernumbers for WooCommerce plugin supports some invoicing plugins