I have created a view which is displaying content type fields based on taxonomy term which is "Paid" and "Free".
I want to replace the text of content type field if the taxonomy term is "Paid" and I want to show different value for the content type field if it is "Free".
Is there a way to views alter by adding custom code.
I am just looking if this can be done in the views itself without using custom code.
If i am right you want to create a Filter in
Viewsto show what content to show on valuePaidandFree. For this you can doFirst create a
Contentwith select option values as "Paid' and "Free" and mentioned text forPaidandFreeas well.Now create a
Viewand putContent typeas afilterin it in which you can choose valuePaidorFree, now moment user select any value its get displayed as per the value.