- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2019 06:24 PM
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?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2019 09:34 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2019 05:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2019 07:36 PM
Thank you.
I set it as follows, but it has not been realized yet, please tell me what to do.
1. Clone Catalog Checkout widget(Name:Copy of Catalog Checkout) and set ID = sc-checkout-clone.
2. Clone SC Catalog Item widget(Name:Copy of SC Catalog Item).
3. Modify Server script of "Copy of SC Catalog Item" to
(line22) embeddedWidgetId: 'sc-checkout-clone',
4. Modify Body HTML template of "Copy of Catalog Checkout" to
(line29) <!-- <textarea class="form-control" ng-if="c.showDeliveryAddr" ng-model="c.deliverTo" id="deliver-to" ng-model-options="{ updateOn: 'blur' }" ng-change="c.changeShippingInfo()" rows="3"></textarea>-->
(line35) <!-- <textarea class="form-control" ng-if="c.showSpecialInstructions" ng-model="c.special_instructions" id="special-instructions" ng-model-options="{ updateOn: 'blur' }" ng-change="c.changeShippingInfo()" rows="3"></textarea>-->

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2019 07:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2019 09:11 PM
Thank you for your reply.
>After making those changes make sure you replace the SC Catalog Item widget with Copy of SC Catalog Item widget in catalog item page.
"catalog item page" is not editable, so what should I do?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2019 11:51 PM