16 changed files with 166 additions and 123 deletions
@ -1,17 +1,35 @@ |
|||||
Website Coupon Code v10 |
Website Coupon Code v10 |
||||
======================= |
======================= |
||||
Manage Website Coupon Codes & Its Operations |
Manage Website Coupon Codes for Products/Categories/All Products & Its Redeem Operations |
||||
|
|
||||
Features |
Features(base version: 10.0.1) |
||||
======== |
============================== |
||||
|
|
||||
* Create and configure vouchers for providing a discount. |
* Create and configure vouchers for providing a discount for a single product. |
||||
* Generate a unique code for each coupon. |
* Generate a unique code for each coupon. |
||||
* Limit the usage of coupons by each user. |
* Limit the usage of coupons by each user. |
||||
* Provide a validity for the coupons. |
* Provide a validity for the coupons. |
||||
* History of coupons used by each customer. |
* History of coupons used by each customer. |
||||
|
|
||||
|
Additional Features (version: 10.0.2) |
||||
|
===================================== |
||||
|
|
||||
|
* Create and configure vouchers for a category of products. |
||||
|
* Create and configure vouchers for all the products. |
||||
|
* The coupon cannot be applied, if the coupon value is greater than the total amount of an order. |
||||
|
|
||||
|
Installation |
||||
|
============ |
||||
|
|
||||
|
Just select it from available modules to install it, there is no need to extra installations. |
||||
|
|
||||
|
Configuration |
||||
|
============= |
||||
|
|
||||
|
After installing the module, go to sales and create vouchers from the vouchers menu. After voucher is created, we can |
||||
|
generate the coupons related to this voucher. Now go to website, go to cart and under the customize menu, enable the |
||||
|
voucher code option. |
||||
|
|
||||
Credits |
Credits |
||||
======= |
======= |
||||
Cybrosys Techno Solutions, <http://www.cybrosys.com> |
Developer: Linto CT @ cybrosys, linto@cybrosys.in |
||||
|
@ -1,24 +1,3 @@ |
|||||
# -*- coding: utf-8 -*- |
# -*- coding: utf-8 -*- |
||||
############################################################################## |
|
||||
# |
|
||||
# Cybrosys Technologies Pvt. Ltd. |
|
||||
# Copyright (C) 2017-TODAY Cybrosys Technologies(<http://www.cybrosys.com>). |
|
||||
# Author: Cybrosys Technologies(<http://www.cybrosys.com>) |
|
||||
# you can modify it under the terms of the GNU LESSER |
|
||||
# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. |
|
||||
# |
|
||||
# It is forbidden to publish, distribute, sublicense, or sell copies |
|
||||
# of the Software or modified copies of the Software. |
|
||||
# |
|
||||
# This program is distributed in the hope that it will be useful, |
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
||||
# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. |
|
||||
# |
|
||||
# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE |
|
||||
# GENERAL PUBLIC LICENSE (LGPL v3) along with this program. |
|
||||
# If not, see <http://www.gnu.org/licenses/>. |
|
||||
# |
|
||||
############################################################################## |
|
||||
|
|
||||
import main |
import main |
||||
|
After Width: | Height: | Size: 9.4 KiB |
Before Width: | Height: | Size: 70 KiB |
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 31 KiB |
After Width: | Height: | Size: 31 KiB |
Loading…
Reference in new issue