I'm really confused...

I'm using Ubercart & View

I created a view with a mix between product content type and non-products content type.

In the table column named "Price" - I added the field sell_price that shows the price of products and on the non-products it returns $0.00.

I just want to replace any occurrence of $0.00 in the view to display "FREE!"

I tried to use http://www.ubercart.org/contrib/7395 but it doesn't work for me needs.

I wanted to just hack it up with str_replace() but it won't let me and lastly I tried the string override mod, but to no avail. :(

Any assistance would be greatly appreciated.

Thanks

Comments

vm’s picture

may get a faster response over on the ubercart.org support forums.

views has a method to rewrite the output of a field built in which may produce the result you need.

nevets’s picture

Views allows you to specify a template per field so you could make a template for that one field and customize as needed.