Hiding Save as Bundle button in Service Portal

vikas_hembrom
Tera Contributor

Hello All,

We have recently designed a service portal in Helsinki version. I am trying to hide "Save as Bundle" button in the sc_cart page but i do not find the code for this button in HTML template.

I have checked SC Shopping Cart and SC Save Bundle widgets. Is there any other widget i need to check this in? or am i missing something ?

save as bundle.JPG

BR,

Vikas Hembrom

7 REPLIES 7

snswati
Giga Contributor

Configure the form UI Action and remove the "Save as Bundle" from   the Form. or configure the UI action for   "Save as Bundle"   and uncheck the "Client"



or On the portal page use ctrl+right click and choose Instance Option and Uncheck the buttons you want to hide.


lSurya 24
Giga Guru

Hello Vikas,



Simple check the client checkbox in the save as bundle checkbox. Service portal doesn't support the client checked UI actions and therefore that UI action will be hidden from Service Portal.


Mihir Mohanta
Kilo Sage

Hi Vikash,



Open the widget having name : "SC Shopping Cart"



In the CSS field add below script:



.btn-default{


  display: none;


}


.m-r-xs {


      display: inline-block;


}



find_real_file.png


Hi Mihir,



Save as bundle is hidden but, the above change is also hiding "View Cart" button which is there in Cart.



BR,


Vikas Hembrom