- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2019 05:32 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2019 06:29 AM
Hi Raj,
If you want hide "order this item"
Under module Maintain Cart Layouts, you can uncheck Visibility on them. However, you need to make sure there is a way for the user to submit the request.
Hope this helps!
Please mark answer as correct if this answers your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2019 06:22 AM
HI,
Go to system UI->Messages->search for "Order Now"->Replace message with "Submit" and save.
check this link you find some interesting information related :
Access to the Document Object Model is not allowed in Scoped Applications and also in the Service Portal.
If you are accessing the Catalog Item via the Service Portal you can clone the SC Catalog Item widget and make the required changes to it. Alternatively if you are using the Service Catalog you will need to copy the catalog_cart_default UI Macro, disable the original and make the required changes to it.
In both cases it would be more reusable to add a custom field that you can leverage to determine on a per catalog item basis if the order now or submit button should be utilised rather than potentially adding multiple hard coded conditions.
Finally this question has been asked several times in the Community previously, the following posts may be able to assist you further:
Rename order now button for service portal
How to change "Order now" tab to submitt
1.->In record producers the cart window doesn't appear rather a Submit button will be displayed. But in catalog items Cart window will be displayed by default. If you specifically need to remove Add To Cart button, Quantity options u can do that from Catalog item definition. If you completely wanna get rid of Cart window, then u have to modify the OOB ui macro which renders the cart window. But do keep in mind that u wud need to add a custom Submit button which invokes the same function the Order Now button uses to proceed with the submission.
2.->Under module Maintain Cart Layouts, you can uncheck Visibility on them. However, you need to make sure there is a way for the user to submit the request.
Hope this helps!
Please mark answer as correct if this answers your question.