Skip to content
Snippets Groups Projects
Commit 054de5ff authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

Release preparations (building, readme etc.)

parent 92222d26
Branches
Tags
No related merge requests found
sync.sh sync.sh
Material Material
.build
...@@ -10,8 +10,8 @@ BASICBUILDDIR=$(VENDOR)-$(PLATTFORM)-$(BASE)-basic ...@@ -10,8 +10,8 @@ BASICBUILDDIR=$(VENDOR)-$(PLATTFORM)-$(BASE)-basic
ADVBUILDDIR=$(VENDOR)-$(PLATTFORM)-$(BASE)-advanced ADVBUILDDIR=$(VENDOR)-$(PLATTFORM)-$(BASE)-advanced
PLUGINFILES=library assets includes LICENSE.txt PLUGINFILES=library assets includes LICENSE.txt
BASICPLUGINFILES=shipping-by-rules.php readme.txt BASICPLUGINFILES=woocommerce-shipping-by-rules.php readme.txt
ADVPLUGINFILES=advanced-shipping-by-rules.php readme-adv.txt ADVPLUGINFILES=woocommerce-advanced-shipping-by-rules.php readme-adv.txt opentools-update-checker.php plugin-update-checker
TRANSLATIONS= TRANSLATIONS=
...@@ -35,7 +35,7 @@ zip: $(PLUGINFILES) $(ADVPLUGINFILES) $(BASICPLUGINFILES) $(TRANSLATIONS) ...@@ -35,7 +35,7 @@ zip: $(PLUGINFILES) $(ADVPLUGINFILES) $(BASICPLUGINFILES) $(TRANSLATIONS)
cd $(DIR) cd $(DIR)
clean: clean:
rm -f $(ZIPFILE) $(ADVZIPFILE) $(BUILDDIR) $(ADVBUILDDIR) rm -rf $(ZIPFILE) $(ADVZIPFILE) $(BUILDDIR) $(ADVBUILDDIR)
$(SVNDIR)/tags/$(VERSION) : $(SVNDIR)/tags/$(VERSION) :
cd $(SVNDIR) && svn cp trunk tags/$(VERSION) cd $(SVNDIR) && svn cp trunk tags/$(VERSION)
......
=== WooCommerce Basic Ordernumbers === === WooCommerce Shipping by Rules ===
Contributors: opentools Contributors: opentools
Tags: WooCommerce, Shipment, Shipping Tags: WooCommerce, Shipment, Shipping
Requires at least: 4.0 Requires at least: 4.0
...@@ -7,11 +7,12 @@ Stable tag: 1.0 ...@@ -7,11 +7,12 @@ Stable tag: 1.0
License: GPLv3 or later License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl.html License URI: http://www.gnu.org/licenses/gpl.html
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
== Screenshots == == Screenshots ==
*
== Changelog == == Changelog ==
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment