Hi,
does anyone know how to modify the dynamically created voucher code, so that it's 8 or 10 characters long, as opposed to the current 6?
Does changing this have an impact on dynamically created coupon codes?
Thanks in advance,
AEAVA.-
This is a discussion on Voucher Code Length within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; Hi, does anyone know how to modify the dynamically created voucher code, so that it's 8 or 10 characters long, ...
Hi,
does anyone know how to modify the dynamically created voucher code, so that it's 8 or 10 characters long, as opposed to the current 6?
Does changing this have an impact on dynamically created coupon codes?
Thanks in advance,
AEAVA.-
I did a little further search and changed the following code:
Filename: /admin/includes/add_ccgvdc_application_top.php
Lines: 19
// Below are some defines which affect the way the discount coupon/gift voucher system work
// Be careful when editing them.
//
// Set the length of the redeem code, the longer the more secure
define('SECURITY_CODE_LENGTH', '10');
Hope this helps someone else...
A.-
Bookmarks