Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elearningplugins/edd-maxium-discount-allowed
WordPress Plugin for Easy Digital Downloads that allows you to set a max discount for percentage discount coupon.
https://github.com/elearningplugins/edd-maxium-discount-allowed
Last synced: 3 months ago
JSON representation
WordPress Plugin for Easy Digital Downloads that allows you to set a max discount for percentage discount coupon.
- Host: GitHub
- URL: https://github.com/elearningplugins/edd-maxium-discount-allowed
- Owner: elearningplugins
- License: gpl-3.0
- Created: 2020-03-26T20:42:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-26T20:43:34.000Z (over 4 years ago)
- Last Synced: 2024-06-27T14:42:01.098Z (4 months ago)
- Language: PHP
- Homepage: https://wisdomplugin.com
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- License: LICENSE
Awesome Lists containing this project
- awesome-edd - Easy Digital Downloads - Maximum Discount Allowed - Allows you to set a max discount for percentage discount coupon. (Handy Code Snippets and Plugins)
README
=== Easy Digital Downloads - Maximum Discount Allowed ===
Contributors: beeneeb
Donate link: https://wisdomplugin.com
Tags: edd, discounts
Requires at least: 4.0
Requires PHP: 5.2.4
Tested up to: 5.3.2
Stable tag: 1.1
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.htmlAllows you to set a max discount for percentage discount coupon.
== Description ==
When creating or editing a discount code, you'll see a new field called 'Maximum discount allowed.' Simply enter the maximum discount that a customer is allowed to get off of their purchase. For example, let's say you sell a plugin and offer many different licenses. You have a lifetime license that you sell for $800. You also have a single site annual license that you sell for $100. While it makes sense to provide a 50% discount on the $100 license, it doesn't always make sense to allow that same code to be used on the $800 license. You don't want to give your customer $400 off. So, set your Maximum discount allowed field to $50. Now, the single site license will only cost $50. The lifetime license will cost $750 instead of $400.
== Installation ==
* Upload plugin files to your plugins folder, or install using WordPress built-in Add New Plugin installer
* Activate the plugin== Frequently Asked Questions ==
= 1.0 =
Initial Version.
== License ==
GPL3 LICENSE SYNOPSIS
https://gist.github.com/kn9ts/cbe95340d29fc1aaeaa5dd5c059d2e60
Here's what the license entails:
1. Anyone can copy, modify and distribute this software.
2. You have to include the license and copyright notice with each and every distribution.
3. You can use this software privately.
4. You can use this software for commercial purposes.
5. If you dare build your business solely from this code, you risk open-sourcing the whole code base.
6. If you modify it, you have to indicate changes made to the code.
7. Any modifications of this code base MUST be distributed with the same license, GPLv3.
8. This software is provided without warranty.
9. The software author or license can not be held liable for any damages inflicted by the software.More information on about the [LICENSE can be found here](http://choosealicense.com/licenses/gpl-3.0/)
== Sponsors and Contribution ==
Original development and maintenance of this plugin has been provided by Brian Batt of https://wisdomplugin.com and https://www.elearningfreak.com
Feel free to create a pull request or file an issue.