
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2022 04:06 AM
I am building an order guide for new or transferred employees for application access and/or hardware requests
While I was able to build it with the rules (individual catalog items) even if they don't select an item on one of the tabs, it automatically comes up as "ordered". They can delete the items before hitting the Check Out button, but is there a way to only display those items they actually select rather than them having to go through each one and "delete"?
This is how the order guide is on the "Options" tab:
So if they only select one tab and several applications, like the one above, when they hit Checkout all the items appear:
Is there any way to avoid this action and only have the items they actually selected displayed instead?
Thanks
Solved! Go to Solution.
- Labels:
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2022 02:47 PM
Sorry for the late reply.
On each individual item you should be able to select options for Hide Quantity and Hide Delivery Time - they're not always on the form view, I usually just add them to the list view and set them to true that way.
As far as the checkout page, I believe that is configured at the catalog properties level (you see that for all requests that are submitted currently, correct?) and would have to be enabled / disabled in the properties. You can verify this by going to Catalog Administration > Properties and then clicking on Cart and checking whether Use Two Step Checkout Model is active (in my screenshot it is turned off).
Changing that would change the behavior for all requests.
Unfortunately it is not configurable per item as far as I'm aware and would require some customization to the cart widget to accomplish otherwise.
I hope this helps!
Michael Jones - Proud member of the GlideFast Consulting Team!
Michael D. Jones
Proud member of the GlideFast Consulting Team!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2022 05:32 AM
Yes it did!
Thanks for all of your help Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2025 10:42 AM
Super late to this, but do you know if the configuration from each catalog item to show/hide delivery time is honored in order guides?
We have implemented a script that shows or hides it in sc_cat items, but we are having issues with order guides displaying different valules (as OOB detailed here Is it possible to use the Catalog Item's Delivery Time, instead of the Flow's Delivery time - Suppor... and we want to modify it even if we have to stray from the OOB order guide widget.