The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Service Portal : How to add the description for the items in Order Guides

jem2
Tera Contributor

The description for the items is appearing in the native page .However,it is not visible in Service Portal.Is it possible to add the description for the included items in service portal

1 ACCEPTED SOLUTION

In your SC order guide Widget. If you notice line 30. They are taking only short description. You can clone the widget and modify the code as below and that shud work. I changed it to description by adding ng-bind-html tag to add HTML and it works for me



find_real_file.png


Replace line 30 to below


<div ng-if="item.description" class="m-t" ng-bind-html="item.description"></div>



That should work


Regards
Harish

View solution in original post

5 REPLIES 5

Jaspal Singh
Mega Patron
Mega Patron

Hi Jemila,



It should be up. Could you kindly help with a screenshot of the issue.


Hi Jaspal,


Please find the screenshot below.In the native page the description for the item in Order guide is shown but it is not the same in Service Portal.



Native Page :


find_real_file.png




Service Portal:


find_real_file.png


Thats weird. Can u check the OOB catalog items like Apple Ipad and see whether description is visible


Regards
Harish

jem2
Tera Contributor

The issue does not occur when I access catalog Items separately.It occurs only when I access it through Order guides .