Hi Damian
What version of Hotcakes are you using?
This feature is available in _default - ViewSet (at least in 3.x)
Use "DetailedList" in Category Viewer and "Index" in Product Viewer
The product template used in DetailedList is found in "Views/Shared/_RenderSingleProductDetailed.cshtml""
If you want to display additional information (like percent off look into the UserSpecificPrice Class:
https://github.com/Hotcak...UserSpecificPrice.cs eg. If you want to display the savings in percent: @Html.Raw(Model.UserPrice.SavingsPercent)
Hope that helps
Reto