I understand, but we still have a problem.
We created a taxonomy field, to have a hierarchical option, with is not possible with custom field.
The ads' price have to change depending the taxonomy term.
I understand that if we "transform" our taxonomy field in custom field, it will enable the price regulation.
But how can we get this custom field values hierarchical ?
Another question : is there a way to create a mirror field ? In this way, we could have a second field (custom field) which is automatically selected depending the taxonomy term (in the same form).
I understand that if we "transform" our taxonomy field in custom field, it will enable the price regulation.
But how can we get this custom field values hierarchical ?
No there isn't the custom fields cannot be created in a hierarchical fashion similar to the taxonomies.
is there a way to create a mirror field ? In this way, we could have a second field (custom field) which is automatically selected depending the taxonomy term (in the same form).
This can be made possible but only through the means of custom coding. Where you will have the custom select field with the same values but then once you select a taxonomy, some javascript will work in the background to then select the corresponding option on the custom field.
Unfortunately the custom code that would be required for this would be out of the scope of our support forum.