Hello, there is my customization problem:
I would like to use prices in following format in one table cell:
<span style="color: #ff0000;"><strong>62</strong></span> (<span style="text-decoration: line-through;">65</span>) EUR
So there is one price (in bold and red colour), second price (line-through) and currency (EUR). But it si not good solution to add the whole HTML code into one table cell. Is there any other possibility?
For example divide it into three collumns? Is it possible to aggregate data from 3 columns in administration into one table column for readers? I think if there is any template function to display data from three columns into 1 table column, or choose which columns (rows) will be shown? For example in one table I have my own notes and I do not want show them to my readers, so I would like to show only 4 from total 6 columns.
In my example above, instead of whole table, I would like to show table with simple template function like table(id=3&show_header=true& exclude_columns=1,5&exclude_rows=21) aggregate_columns(1, <span style="color: #ff0000;">2</span>, EUR). Or something else. What do you think about it? It would be very helpfull not only for me...
Thank you for your help...