Remove ORDER NOW button in service catalog

msrishilpa
Mega Expert

I want to remove order now button in service catalog and create submit button in it.can anyone please help me.

17 REPLIES 17

msrishilpa
Mega Expert

Thanks for all replies.But it is not my exact solution


Hi Meda,



Did you find an exact solution to this? I am having the similar requirement to drop off the shopping cart too. Thank you.


Rohant Joshi2
Kilo Expert

Hi Meda,



Why cannot you use record producer in this case ?



-Rohant


Harish Murikina
Tera Guru

Hi Alex Ng,Meda Srishilpa ,



I found the solution for this.


Write this below script in you onload clientscript.





var span = document.getElementById('qty');


var row = span.getElementsByTagName('table')[2].rows[0].cells;


row[1].innerHTML= 'Submit';



Submit.JPG



Regards,


Harish.


Hi Harish,



Thank you for your reply.


Unfortunately, I need to remove the whole shopping cart and replace it with just a submit button though.