I have created a new field special_price in products view.
Now I want create a module that changes the look of the product tree view so that the price column looks like this: 119,00 100,00 (normal price special price). But only if the product has a special price.
How can I do that?
Thank you very much.