To Hide Special Instruction on Order Confirmation Page in Service Portal

delia1
Tera Contributor

Hi,

Anyone know how to hide the Special Instructions and Delivery Information in the Order confirmation page in service portal?

find_real_file.png

Thank you.

1 ACCEPTED SOLUTION

Hi Delia,

You can do the following:

  • Clone the out-of-the-box widget 'sc-checkout' and make changes to hide the unwanted fields.
  • Apply CSS to hide fields.

Let me know if it helps.

View solution in original post

5 REPLIES 5

Ankur Sharma
Tera Guru

You can disable the Order Confirmation popup by setting system property 'glide.sc.sp.twostep' to false.

find_real_file.png

 

Let me know if it helps.

Hi Ankur,

Appreciate your response.

Basically I still want to the order confirmation page since I need the Requested For in case the user need to request on behalf of other user. But I would like to hide the Delivery and Special Instruction field from that page. Is that possible to do so?

Thank you.

Delia,

The pop up Order Confirmation is a widget "Catalog Checkout", widget ID : sc-checkout.

You can clone the widget and comment out unwanted fields there, that will remove those fields from the Order Confirmation. 

Thanks!

Hi Delia,

You can do the following:

  • Clone the out-of-the-box widget 'sc-checkout' and make changes to hide the unwanted fields.
  • Apply CSS to hide fields.

Let me know if it helps.