I would like to use member cards and I would like to use the number of cards as coupon code in Magento.
I tried to generate the codes I set the prefix ("V16") and after I would like to get codes with continuously rising numbers (V160001; V160002; V160003, etc)
I set everything:
Coupon Qty (9999), Lenght (4), Format (Numeric), Code Prefix (V16) and I get random codes.
Coupon Qty * | 9999 |
Code Length * | 4 |
Code Format * | Numeric |
Code Prefix | V16 |
Code Suffix |
Dash Every X Characters | If empty no separation. |
| Generate |
and I get this:
V1600007 | 17 Mar 2016 17:26:15 | No | 0 |
V1600030 | 17 Mar 2016 17:26:15 | No | 0 |
V1600041 | 17 Mar 2016 17:26:15 | No | 0 |
V1600050 | 17 Mar 2016 17:26:15 | No | 0 |
V1600055 | 17 Mar 2016 17:26:15 | No | 0 |
V1600070 | 17 Mar 2016 17:26:15 | No | 0 |
V1600078 | 17 Mar 2016 17:26:15 | No | 0 |
It risiing random and after the prefix are not 4 digit but 5.
How can I set it to rising continuously?
V160001; V160002; V160003; V160004; etc?
Thank you for your answer!