How to add the Order ID Prefix?
Posted: Tue Dec 18, 2018 4:14 pm
The payment module I use, Only accept non-repeating Order ID.
Two years ago I deleted all records of orders and recalculate, A few days ago the order number to reach the same number I used two years ago, For this reason, an error message appears repeat orders.
So I have to find a way to add text prefixes in front of ['order_id'], What should I do?
E.g: AA (Order ID Prefix) 26769 (Order ID)
Order ID: AA 26769 (Order ID that can be sent to the payment gateway company website)
Two years ago I deleted all records of orders and recalculate, A few days ago the order number to reach the same number I used two years ago, For this reason, an error message appears repeat orders.
So I have to find a way to add text prefixes in front of ['order_id'], What should I do?
E.g: AA (Order ID Prefix) 26769 (Order ID)
Order ID: AA 26769 (Order ID that can be sent to the payment gateway company website)