Renaming "Order Now" button on catalog items
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2017 07:15 AM
Hi,
I am trying to rename the order now button on the service catalog to "Submit". I have looked at the following threads but they are not what I am looking for.
Re: Remove ORDER NOW button in service catalog
*Re: submit button on catalog form
I have attached what button I wanted to change.
We changed it in the cart layout but when we return to the Order Item widget, it stays the same.
Thanks.
- Labels:
-
User Interface (UI)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2017 08:56 AM
Hi Edwin,
You can change it by going to the sys_ui_message table and searching for the key Order Now.
For the key, set message as what you want it to turn into.
For example :
will give you this result :
Thanks and Regards,
Abhinav
P.S : Mark helpful or correct depending on the answer.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2017 08:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2017 10:04 AM
Hi Edwin,
Write an on Load Catalog Client Script for the particular catalog item you want to change the Label to Submit as below:
document.getElementById("oi_order_now_button").innerHTML='Submit';
Mark the answer as correct/helpful based on impact.
Regards,
Shloke
Regards,
Shloke