Hide "Submit" button in a Catalog Item

Federico Fiume
Tera Contributor

Hi,

I need to hide the "Submit" button in our Service Portal, only for one Catalog Item.

Do you suggest using a Catalog Client Script or to change the whole SC Catalog Item widget script?

Thanks,
Federico

1 ACCEPTED SOLUTION

Nitin_NOW
Tera Guru

If you don't want show Submit button and if catalog item is just for informational purpose without any fields/values in it, I recommend you to create a Content Item instead of Catalog item. Content Item does not contain these buttons and can be used in place of catalog item.



Define a content item



Please hit correct based on impact of response.



Thanks!


View solution in original post

5 REPLIES 5

agrawars
Tera Contributor

Try below Script:

 

g_form._hideIfPresent("sc_cart_contents");