Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Commit 2ae7c19

Browse files
author
Aaron Rickard
committed
Add Readme.md to repository
1 parent ea4cd84 commit 2ae7c19

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

README.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
Meanbee Shipping Rules Extension
2+
=====================
3+
Configuring shipping costs in Magento can be a pain. Do you find yourself stressing over spreadsheets, tables and matrices only to find that you can’t quite do what you want? Suddenly there’s custom development work involved and you see the costs start to rise. Meanbee’s Shipping Rules module for Magento allows you to configure shipping in the same way that you would set up promotion rules. Choose conditions from:
4+
5+
- Magento Environment (Store, Website, Is Admin Order?)
6+
- Customer Group
7+
- Cart Totals (Weight, Quantity, Subtotal excluding Tax, etc.)
8+
- Promotion (Free Shipping, Coupon Code, etc.)
9+
- Payment Method
10+
- Date and Time
11+
- Destination (Street Address, State, Country, Postal Code, etc.)
12+
- Product Subselection (Product Category, Attribute, Attribute Set, etc.)
13+
- One of the great things we have found using Meanbee Shipping Rules on our own client sites is that setting up shipping costs becomes so much easier once you can use negation, e.g. If a customer is not from the UK, offer them this price.
14+
15+
#### Examples
16+
17+
Here are some examples of rules:
18+
19+
- If ALL of these conditions are TRUE
20+
- Customer Group is one of "Not Logged In" or "General"
21+
- Cart Total less than or equal to 50
22+
- and Shipping Country is United Kingdom.
23+
24+
- If ALL of these conditions are TRUE:
25+
- Cart Subtotal (after Discounts) greater than or equal to 149
26+
- and Customer Group is not one of "VIP Club"
27+
28+
- If ALL of these conditions are TRUE:
29+
- Customer Group is one of "VIP Club"
30+
- and If ANY of these conditions are TRUE:
31+
- Postal Code is of United Kingdom format and matches ALL of these conditions:
32+
- Part 1 (W1A 3BP) is "FK"
33+
- and Part 2 (W1A 3BP) is in range [18 - 19]
34+
- or Postal Code is of United Kingdom format and matches ALL of these conditions:
35+
- Part 1 (W1A 3BP) is "HS"
36+
- and Part 2 (W1A 3BP) is in range [1 - 9]
37+
38+
More documentation [can be found here](https://meanbee.atlassian.net/wiki/display/EXT/Shipping+Rules).
39+
40+
##### Compatibility
41+
Compatibility: 1.6, 1.7, 1.8, 1.9
42+
43+
Support
44+
-------
45+
You are welcome to log any issues you find for community support but the functionality is provided *as is* and we will not be providing support. We will however review pull requests if you provide one.
46+
47+
Contribution
48+
------------
49+
Any contribution is highly appreciated. The best way to contribute code is to open a [pull request on GitHub](https://help.github.com/articles/using-pull-requests).
50+
51+
52+
Licence
53+
-------
54+
[OSL - Open Software Licence 3.0](http://opensource.org/licenses/osl-3.0.php)
55+
56+
Copyright
57+
---------
58+
(c) 2017 Meanbee

0 commit comments

Comments
 (0)