-
Notifications
You must be signed in to change notification settings - Fork 2
Home
When the plug-in is installed, the Admin will be able to create discount coupons that buyers are able to use at checkout.
This discount plug-in is an MVP version that will only be available for admin-level coupon creation.
The documentation for this plug-in should be recorded in the github to assist in further development by external developers
The Admin will have to inform / settle the discount fees with the merchants on their end if they were to use this. This has to be communicated to the administrators before using the plug-in.
The page has the ability to
1. Create a new coupon with the [Create new campaign] button
2. Display all existing coupons in a list.
** Each row will show:**
Campaign Name - Name of the coupon for the admin's reference
Last updated - timestamp of when coupon was created / last edited)
Coupon Code - Max 10 characters: Code that buyers will use in the checkout review page to apply the discounts
(There are 2 types of codes, explained more below)
Discount Type- Fixed types will be a definite deduction of the sub-total; Percentage types will be a % deducition of sub-total.
Discount Value - Integer of the discount - it will show the percent e.g. 10%
Redemption - Can be a "ON" "OFF" toggle or "Total number of redemptions / max redemptions" depending on type of code selected (2 types, explained more below)
Edit button - Opens the pop-up with details on the specific coupon. Saving the changes will update the Last updated value.
Delete button - Has a confirm delete pop-up. "Okay" removes the discount from the list.
AFTER coupon is removed, the buyer will get the "Coupon code invalid" error when keying in the code at the Checkout Review page
Latest/newest campaign coupon created will be on top of the list, based from date created.
Pagination: displays 20 per page