Dear all,
This was the old support forum for my VirtueMart 2 Shipping by Rules plugin:
http://open-tools.net/virtuemart-2-extensions/vm2-shipping-by-rules-plugin.htmlFor all new inquiries, please use our dedicated support forum at:
http://open-tools.net/forum/shipping-by-rules-plugin.htmlThis is a Virtuemart 2 plugin that allows the shop owner to determine shipping costs according to arbitrary sets of general rules. Very complex shipping cost structures (depending on the amount, weight, number of products and/or articles and postal code of the order) can be easily implemented as one shipping method by describing each by a simple rule with conditions.
The rules are described as a simple line of text with an easy structure (semicolons separate the parts of the rule). For example:
Name=Domestic Small; Articles<5; Amount<100; Shipping=1.50
Name=Domestic Standard; Amount<100; Shipping=3.50
Name=Free Shipping; 100<=Amount; 0
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€.
The standard version (FREE!) should suffice for most webshops, as it already allows an arbitrary number of rules in each of the eight country zones, where the rules can again contain any number of conditions. The shipping cost is given in fixed amounts of the shop currency for each rule.
The advanced version (paid) extends the standard version with arithmetic expressions, so that both your conditions as well as the shipping costs can be expressed as general mathematical expressions involving the operators +, -, *, /, %, ^ and parentheses.
If you have questions about the plugin (that are not yet answered in the FAQ on the plugin's homepage) or encounter problems, you can either send my an email (office@open-tools.net) or post your questions at our support forum:
http://open-tools.net/forum/shipping-by-rules-plugin.htmlBest regards,
Reinhold