Display a summary of some other properties on a content page
I wonder if there is any way of displaying a property in the CMS with a value that is a summary of some other property values of the content page.
For example: I have several fields that tell me the number of different products purchased and I would like to have a label that displays the total number of product booked. The same could apply to prices etc.
I can do this in the code behind, eg. extend the partial model and have my own property but I would also like to have it displayed in the CMS on the content page.
Eg.
Boxes: 2
Dolls: 3
// This value I want to be automatically presented as a total of the two values above (Boxes & Dolls) that are set as numeric fields in the doc type.
Total: 5
Display a summary of some other properties on a content page
I wonder if there is any way of displaying a property in the CMS with a value that is a summary of some other property values of the content page.
For example: I have several fields that tell me the number of different products purchased and I would like to have a label that displays the total number of product booked. The same could apply to prices etc.
I can do this in the code behind, eg. extend the partial model and have my own property but I would also like to have it displayed in the CMS on the content page.
Eg.
Any ide aif this is doable?
Most things are possible with Umbraco.
Please explain what you mean by "displayed in the CMS on the content page"?
In the backoffice on the page. Where you edit the content :) Not sure how else to explain this?
is working on a reply...