Hy Mala.
You cant change “Código” and Category name?. I will update that.
Regards.
Can we change coupon code length ?
You can´t, code is generated with this:
$couponcode = rand( 1, $post_id ) . time() . $post_id . rand( 1, 9 );
Can I edit this code?
and change it to something?
If you edit this code and you will update the plugin, its probably than you lost your changes.
Why you want to edit the code?.
Remember that codes can´t repeat.
Regards.
Thread Starter
MaLa88
(@mala88)
Hi Alberto,
back to topic…
Any news on this?
thanks!
Hi Kislay, MaLa88
I’ve changed the code to the post ID (4nrs) + a combination of 5 letters:
$couponcode = $post_id . str_shuffle(‘abcyz’);
Works fine !
-> f.e. 2934cyzab
Bumping this topic again. Is there any solution to make the Category Name editable? I need to change the Category Name as it is being used in another capacity other than a gift coupon. This change would be great. Thanks!
So is there an answer to this question? I also need to change the category name!!
Thank You.
In the changelog it says this issue has been resolved in version 2.3 but I still can’t change it.