Order Now/Submit button is not visible in Native UI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2024 01:47 AM
Hi Team,
While testing the "Try it" option from the catalog configuration page, we noticed that the "Order Now/Submit" button is not visible in the native UI for one specific catalog item. However, users can still see and submit the request through the Service Portal.
We confirmed that the "Order Now/Submit" button is available for all other catalog items in the native UI.
I have reviewed the catalog client scripts, UI policies, user criteria, business rules, and properties but couldn't identify any reason for this issue.
Could you please advise why this option is missing for just one catalog item?
Thanks in advance!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2024 07:37 AM - edited 08-26-2024 07:41 AM
@kumar22 Now I am running out of clues here. Last option is to check any catalog client script associated with the catalog item which is hiding the order now button using DOM manipulation. You can also check if any variable set is added on the catalog item which has a client script which might be hiding the order now button using DOM manipulation.
Here is what AI has to say about the order Now button not visible.
If a catalog item in ServiceNow does not have an "Order Now" button, several factors could be causing this issue:
-
Item State: The catalog item might be in a state that prevents it from being ordered, such as being retired or inactive. Check the catalog item's status to ensure it is active.
-
Mandatory Fields: If there are mandatory fields on the catalog item form that are not filled out, the "Order Now" button may not appear. Ensure that all required fields are completed or configured correctly.
-
User Permissions: The logged-in user might not have the necessary permissions to order the item. Verify that the user has the appropriate roles to view and order the catalog item.
-
Cart Layout Configuration: The "Order Now" button can be hidden due to customizations or configurations in the catalog item’s cart layout. Check the catalog item’s layout and ensure the button is not hidden or removed.
-
Catalog Item Availability: The catalog item may not be available for the current user or in the current context (e.g., based on location, department, or user criteria). Verify the item’s availability rules and conditions.
-
Service Portal Configuration: If accessing the catalog item through a Service Portal, ensure the portal configuration allows the "Order Now" button to display. Customizations in the portal might hide the button.
-
Workflow or Script Customizations: Custom scripts or workflows associated with the catalog item might be causing the "Order Now" button to be hidden or disabled based on specific conditions.
-
Order Button Visibility Conditions: The "Order Now" button might have visibility conditions applied that prevent it from showing up under certain conditions. Check any UI policies or client scripts that might affect the button's visibility.
-
Maintenance Window or Schedule: If the item is restricted to be ordered only during certain times, such as within a maintenance window, it might cause the button to be hidden outside those times.
To troubleshoot, review the catalog item's configuration, any associated scripts or policies, and the user's permissions to identify and resolve the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2024 08:04 AM
Hi @Sandeep Rajput, I have thoroughly checked all possible methods to hide the "Order Now" button using scripts, including UI Policies, Catalog Client Scripts, Business Rules, Script Includes, User Criteria, and UI Macros. However, I haven't found any clues regarding this issue. I've also followed the troubleshooting steps provided by AI.
Thank you!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2024 08:06 AM
@kumar22 Please do share the root cause on this thread, if you manage to find it. I am curious to know what else could be the root cause here. Also, can you check if you are providing values for all the mandatory variables and quantity is at least when at the time of ordering.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2024 08:12 AM
@Sandeep Rajput I will share the root cause for this if I found.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2024 03:31 AM
Hi @kumar22
Submit Button is only available on Service Portal for catalog items. You should be able to see Order Now at least. Refer below posts and see if any of them helps :
Thanks and Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.