How to disable Two Step Checkout in Service Portal?

MarcB1
Tera Guru

Hi

Does anyone know how to disable it?

The System Property "glide.sc.checkout.twostep" is already on "false"

I'm on Jakarta.

Checkout.png

Thanks

Marc

1 ACCEPTED SOLUTION

Yes surely it's work



add some more css for customizing the page like



.order-details-container{


  display:none;


}


.panel{


  border-top: 0px;


  margin: 0px;


}




it look like


find_real_file.png


View solution in original post

7 REPLIES 7

Hi Kishor



Rather than cloning the widget, I added the css code in the widget instance.



sp_instance.png



Thank you!


Yes surely it's work



add some more css for customizing the page like



.order-details-container{


  display:none;


}


.panel{


  border-top: 0px;


  margin: 0px;


}




it look like


find_real_file.png


Sudeepta
Tera Contributor

It worked in this way to our instance. Although glide.sc.checkout.twostep is false it did not work.

Make a new property glide.sc.sp.twostep (disble order confirmation popup), make the dafault value to false and include the Categories you want to add into them.

 

find_real_file.png