Order guide - edit 'choose options' page on order guide

deepthireddy
Kilo Expert

Hi all,

I want to add an instruction at the top of the 'Choose options' page on an order guide. Not sure where to start. Appreciate your help on this. below is a screenshot:

 

find_real_file.png

Thanks,

Deepthi

4 REPLIES 4

Naveen4
Kilo Guru

Hi Deepthi,

 

are you looking to change the text of choose options -----> choose options here.

This will be stored in messages table(sys_ui_message)

 

Here you can change in the description:

find_real_file.png

 

output:

find_real_file.png

 

Thanks,Naveen

Naveen4
Kilo Guru

Hi,

 

the following is the corresponding UI page

com.glideapp.servicecatalog_cat_item_guide_view

 

 

URL:

https://<------------->.service-now.com/sys_ui_page.do?sys_id=98a51091c0a80027004a2f16b762a4d5&sysparm_view=&sysparm_record_target=&sysparm_record_row=1&sysparm_record_list=sys_nameSTARTSWITHcom.glideapp.servicecatalog_cat_item_guide_view%5EORDERBYname&sysparm_record_rows=1

so here you can do your modifications as per your requirement.

 

Hope this helps.

 

Thanks,naveen

Thanks Naveen,

 

I'm using the SC Order Guide widget currently on my page. In here, i find the below code for HTML:

 

<div class="remove-margin-bottom-xs" ng-if="includedItems.length">
<div class="list-group">
<div class="pull-right text-xs"><i class="fa fa-asterisk mandatory"></i> <span class="text-muted">${Mandatory Fields}</span></div>
<div class="m-b-lg font-bold">${Included Items : }</div>
<uib-accordion close-others="true">

 

Need to add another line above 'Included items' say 'Choose from below Items' with simple text

 

Can you help me with what i need to add, not familiar with CCS much...Thanks for your help 

Hi Deepthi,

Hope you are using default SC order Guide  Widget. you want any modifications in that widget clone that widget and do your modification and replace the clonedone insted of original one.

and for your query add a <div>Choose from below Items</div> befor the place where you want it to be displayed.

 

 

Thanks,Naveen