how to customize Order Confirmation dialog in Service Catalog

TY10
Mega Contributor

Hi.
We want to know how to customize Order Confirmation dialog in Service Catalog.
The requirement is:
1. Can the requesting user be made uneditable and can be made read-only?
2. Can the delivery information (optional) be hidden?
3. Can special instructions (optional) be hidden?

 

1 ACCEPTED SOLUTION

Comment from line 27 to 38 in HTML,

find_real_file.png

 

View solution in original post

20 REPLIES 20

Thank you for your reply and sorry for my late reply.
I was able to replace Widgets.
There are two additional questions.
1. Can the optional item name itself be hidden?
2. Requested for still shows the same as default, but how can I hide it?

Hi,

1) I didn't understand when you say optional item, screenshot might help.

2) why do you want to hide Request for, If you really want to hide all three order confirmation page fields, disabling the two step checkout might be better.

Any way, to hide default Request for, comment the sn-record-picker tag along with label tag

find_real_file.pngfind_real_file.png

Thank you.
Sorry for lack of explanation.

>1) I didn't understand when you say optional item, screenshot might help.
It means the item name of "the delivery information (optional)" and "special instructions (optional)".
I could hide the input field with the contents you taught, but I want to know how to hide the above item name.

>2) why do you want to hide Request for, If you really want to hide all three order confirmation page fields, disabling the two step checkout might be better.
I want to know how to remain the Request for field and make the name part read-only.

Is this how you want the Order confirmation popup should look like?

find_real_file.png

If so, add readonly="true" somewhere in the sn-record-picker tag.

find_real_file.png

That's right!
This is the screen I am looking for.

By adding readonly = "true", the screen for Request for is now available.

Another question, how can I hide the following names?
-Delivery Information (Optional)
-Special instructions (Optional)