Hi Guys,
Could you tell me of a way to only have the price field available when posting in certain categorie where the field would not be needed?
One way I thought was to use an if/else statement and create an array of category ids for it to apply to, and another I thought was to not have it show at all and instead create a single text line extra field and attach that to the neccesary categories.
I had it set to 'not required' before so that users could ignore it if it did not apply to them, but my client

wants it to be a required field even though it makes common sense to me.