Does anyone know how to orderby a custom field thats populated with numbers. (IE price) Either through a addon or changing the mysql field to integer or numeric.
The EE orderby parameter works but because it’s a text field it doesn’t read the integer correctly.
Exploring the database it seems that changing the type would effect ALL custom fields, not just the specific one im trying to target. I couldn’t find a FieldFrame field type out there either.
Thanks