From 4005cf0a1783631777487635c8c4a0d293921832 Mon Sep 17 00:00:00 2001 From: Ravneet Singh Date: Wed, 3 Sep 2025 13:01:03 +0530 Subject: [PATCH 1/3] changes --- src/templates/customer/edit_account/template.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/templates/customer/edit_account/template.html b/src/templates/customer/edit_account/template.html index 786bc43c..88472d5a 100644 --- a/src/templates/customer/edit_account/template.html +++ b/src/templates/customer/edit_account/template.html @@ -103,6 +103,15 @@

Contact Information

* + [% if [@toggle:ecommerce.sms_marketing_feature@] %] +
+ +
+ [%/if%]
From 0c06c64d7324f0daea7f7cbdad1d7febb67522cb Mon Sep 17 00:00:00 2001 From: Ravneet Singh Date: Wed, 17 Dec 2025 11:33:38 +0530 Subject: [PATCH 2/3] NED-11517 change in jquery version --- src/templates/footers/includes/scripts.template.html | 2 +- src/templates/headers/includes/head.template.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/footers/includes/scripts.template.html b/src/templates/footers/includes/scripts.template.html index d26bd0d5..a4901585 100644 --- a/src/templates/footers/includes/scripts.template.html +++ b/src/templates/footers/includes/scripts.template.html @@ -1,5 +1,5 @@ [%cdn_asset html:'1' type:'js' library:'skeletal' version:'4.6.0'%]vendor.js[%/cdn_asset%] -[%cdn_asset html:'1' type:'js' library:'jquery_ui' version:'1.12.1'%]jquery-ui.min.js[%/cdn_asset%] +[%cdn_asset html:'1' type:'js' library:'jquery_ui' version:'1.14.1'%]jquery-ui.min.js[%/cdn_asset%] [%NETO_JS html:'1' id:'main' /%] [%SITE_VALUE id:'footer_javascript' type:'load'/%] diff --git a/src/templates/headers/includes/head.template.html b/src/templates/headers/includes/head.template.html index fd4a8575..059bf2b2 100644 --- a/src/templates/headers/includes/head.template.html +++ b/src/templates/headers/includes/head.template.html @@ -22,7 +22,7 @@ [%cdn_asset html:'1' type:'css' domain:'use.fontawesome.com/releases' library:'' version:'v5.7.2'%]css/all.css[%/cdn_asset%] -[%cdn_asset html:'1' type:'css' library:'jquery_ui' version:'1.12.1'%]jquery-ui.min.css[%/cdn_asset%] +[%cdn_asset html:'1' type:'css' library:'jquery_ui' version:'1.14.1'%]jquery-ui.min.css[%/cdn_asset%]