This repository has been archived by the owner on Feb 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Aaron Rickard
committed
Mar 13, 2017
1 parent
7c417cc
commit d6b1391
Showing
1 changed file
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,29 @@ | ||
#Meanbee VIP Membership | ||
Meanbee VIP Membership | ||
===================== | ||
|
||
Meanbee VIP Membership adds an Amazon Prime style membership system to your Magento store. By creating the membership product and adding it to your store your customers can then become a VIP member by purchasing the product. | ||
|
||
This works by assigning the logged-in user to a new customer group once the product has been purchased. With the customer group you can add give your customers special prices on products, special discount codes, and offer discounts on shipping. Much in the same as other VIP-style memberships work, such as ASOS Premier and Amazon Prime. | ||
|
||
VIP Membership products are configured with an expiry date, where you define how long it lasts for. For example, you can configure it to last for 1 month, 6 months, or 1 year. The expiry date is added to the customer once purchased. | ||
|
||
If you are looking to offer more to your regular customers, such as discounts and free shipping, VIP Membership is an excellent way to go. | ||
If you are looking to offer more to your regular customers, such as discounts and free shipping, VIP Membership is an excellent way to go. | ||
|
||
##### Compatibility | ||
Compatibility: 1.6, 1.7, 1.8, 1.9 | ||
|
||
Support | ||
------- | ||
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. | ||
|
||
Contribution | ||
------------ | ||
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). | ||
|
||
Licence | ||
------- | ||
[OSL - Open Software Licence 3.0](http://opensource.org/licenses/osl-3.0.php) | ||
|
||
Copyright | ||
--------- | ||
(c) 2017 Meanbee |