From 587017c541cfef23862d2bb7286cf08c2702bc2b Mon Sep 17 00:00:00 2001
From: Raghav Sharma <53517312+raghavs046@users.noreply.github.com>
Date: Fri, 17 Oct 2025 22:07:09 +0530
Subject: [PATCH 1/4] Create CSS.js
---
.../Hide RequestedFor on Order Confirmation Modal/CSS.js | 6 ++++++
1 file changed, 6 insertions(+)
create mode 100644 Specialized Areas/Styles/Hide RequestedFor on Order Confirmation Modal/CSS.js
diff --git a/Specialized Areas/Styles/Hide RequestedFor on Order Confirmation Modal/CSS.js b/Specialized Areas/Styles/Hide RequestedFor on Order Confirmation Modal/CSS.js
new file mode 100644
index 0000000000..58733e25a8
--- /dev/null
+++ b/Specialized Areas/Styles/Hide RequestedFor on Order Confirmation Modal/CSS.js
@@ -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;
+}
From 656678a468c81cc2ab75ad6613eb3c3de9ae263f Mon Sep 17 00:00:00 2001
From: Raghav Sharma <53517312+raghavs046@users.noreply.github.com>
Date: Fri, 17 Oct 2025 22:20:05 +0530
Subject: [PATCH 2/4] Create README.md
---
.../README.md | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 Specialized Areas/Styles/Hide RequestedFor on Order Confirmation Modal/README.md
diff --git a/Specialized Areas/Styles/Hide RequestedFor on Order Confirmation Modal/README.md b/Specialized Areas/Styles/Hide RequestedFor on Order Confirmation Modal/README.md
new file mode 100644
index 0000000000..01499ac965
--- /dev/null
+++ b/Specialized Areas/Styles/Hide RequestedFor on Order Confirmation Modal/README.md
@@ -0,0 +1,8 @@
+**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**
From 5fc1d9b8ea92a754e5d00b2b6a6a5746a8fded8b Mon Sep 17 00:00:00 2001
From: Raghav Sharma <53517312+raghavs046@users.noreply.github.com>
Date: Fri, 17 Oct 2025 22:22:39 +0530
Subject: [PATCH 3/4] Add before and after images to README
Updated the README.md to include before and after images for the order confirmation modal.
---
.../README.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/Specialized Areas/Styles/Hide RequestedFor on Order Confirmation Modal/README.md b/Specialized Areas/Styles/Hide RequestedFor on Order Confirmation Modal/README.md
index 01499ac965..a067dfe38a 100644
--- a/Specialized Areas/Styles/Hide RequestedFor on Order Confirmation Modal/README.md
+++ b/Specialized Areas/Styles/Hide RequestedFor on Order Confirmation Modal/README.md
@@ -6,3 +6,11 @@ Mostly organizations want the option for delivery information and special instru
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**
+
+
+
+
+**After**
+
+
+
From 4d89071ccf49a31557be6963176cea6cd5dd96f4 Mon Sep 17 00:00:00 2001
From: Raghav Sharma <53517312+raghavs046@users.noreply.github.com>
Date: Fri, 17 Oct 2025 22:22:59 +0530
Subject: [PATCH 4/4] Enhance README for hiding 'Requested For' option
Updated the README to clarify the use case and instructions for hiding the 'Requested For' option in the order confirmation modal.
---
.../Hide RequestedFor on Order Confirmation Modal/README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Specialized Areas/Styles/Hide RequestedFor on Order Confirmation Modal/README.md b/Specialized Areas/Styles/Hide RequestedFor on Order Confirmation Modal/README.md
index a067dfe38a..003a47944a 100644
--- a/Specialized Areas/Styles/Hide RequestedFor on Order Confirmation Modal/README.md
+++ b/Specialized Areas/Styles/Hide RequestedFor on Order Confirmation Modal/README.md
@@ -1,8 +1,10 @@
**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**