Regex custom fields validation issue in Admin / Sales / Order / Edit
Posted: Wed Jun 23, 2021 1:16 am
Setup:
OC 3.0.3.7
I'm trying to create a custom field for account for the fiscal ID, I've already added to the account and works fine from the front side, the field is required
but when you to the Admin / Sales / Orders / and try to edit any order, the same field doesn't allow you to continue, I've already tried making the field optional and still have the same issue, the regex that I'm using is /^[0-9]+(-?[0-9kK])?|((C|c)+(F|f))$/
where do I start to debug this particular problem?
P.D. this forum only allow me to upload 3 images
OC 3.0.3.7
I'm trying to create a custom field for account for the fiscal ID, I've already added to the account and works fine from the front side, the field is required
but when you to the Admin / Sales / Orders / and try to edit any order, the same field doesn't allow you to continue, I've already tried making the field optional and still have the same issue, the regex that I'm using is /^[0-9]+(-?[0-9kK])?|((C|c)+(F|f))$/
where do I start to debug this particular problem?
P.D. this forum only allow me to upload 3 images