Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Renaming "Order Now" button on catalog items

eddycmu
Kilo Contributor

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.

find_real_file.png

We changed it in the cart layout but when we return to the Order Item widget, it stays the same.

find_real_file.png

Thanks.

3 REPLIES 3

a_anshu
Tera Expert

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 :


find_real_file.png



will give you this result :


find_real_file.png



Thanks and Regards,


Abhinav



P.S : Mark helpful or correct depending on the answer.


Bharath40
Giga Guru

Hi Edwin,



Please refer to this thread 'OrderNow' to 'Submit' on a single catalog item


shloke04
Kilo Patron

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


Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke