Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*
Get the HTML for Requested For on order confirmation popup and hide it.
*/
.form-group>.row>.col-sm-8{
display:none;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
**Use Case**

This CSS code will hide the option to select "Requested For" on the delivery confirmation popup while submitting the catalog item.
Mostly organizations want the option for delivery information and special instructions but not "Requested For" as mostly there is a variable for "Requested For" in variable sets.

**How to Use**

Add this CSS code in the "sc_cat_item" page specific CSS or "esc_cat_item" page specific CSS based on the portal you are using.

**Before**

<img width="356" height="197" alt="Before order confirmation" src="https://github.com/user-attachments/assets/0c7af374-90f4-4ab0-9b3d-973509975b32" />


**After**

<img width="407" height="163" alt="image" src="https://github.com/user-attachments/assets/4d5fd0e6-5ba1-4a80-a900-ab8c17595348" />

Loading