=== Plugin Name === Contributors: gr8nilay Donate link: http://nilaypatel.info/donations/?plugin=easy-coupon-code-wp Tags: coupons, easy coupon code, coupon code manager, custom coupon code, custom. Requires at least: 3.0.1 Tested up to: 6.4.3 Stable tag: 3.0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Provides you the custom post type with ready meta fields to enable coupon module to your site. == Description == This plugin create a custom post type for coupon code that includes Coupon Start / End date, Discount in Percentage / Cash. The coupons are listed with all details so you can easily manage it from listing page. You can easily use this plugin by customization by your own to enable coupon feature to your site. How to Use: This is custom post type so you can apply all the hooks / customization that you do with any custom post type. Below are the variables which are used to store values of coupons so you just need to use meta values for the same. Coupon Code = np_ccode__ccode Discount In ( % or $ ) = np_ccode__discount_in Discount Amount/Percent = np_ccode__amt_per Coupon Start Date = np_ccode__ccstart_date Coupon End Date = np_ccode__ccstart_date You can use above meta keys into your site by your own to customize your site coupon feature. == Installation == 1. Extract the zip file into your /wp-content/plugins/ directory 2. Activate the plugin through the 'Plugins' menu in WordPress 1. On activation it will hide all the theme updates == Frequently Asked Questions == If you have any question do let me know on gr8nilay@gmail.com == Screenshots == 1. On the coupon list page, you will get all the details in columns. 2. How it looks like in while adding coupon == Changelog == = 1.0 = First Release of plugin