How to add recurring price on the SC Category Page widgetSummaryIt is good to have the recurring price for catalog items also to be visible on the Service Portal. Currently, the OOB SC Category Page widget only shows the price.ReleaseAll supported releases.Instructions1. You need to modify the HTML template as below (line 61 & 62) 2. On the server script, whereever the reference is done as: item.price = catItemDetails.price; You need to add the below line after it. item.recurring_price = catItemDetails.recurring_price;Related LinksYou can also import the XML attached to this KB. Any further changes would be considered a customization and would fall outside the scope of support for technical support department.