diff --git a/NKC_WF/WebUserControls/cmp_KS_Cart.ascx b/NKC_WF/WebUserControls/cmp_KS_Cart.ascx index 8dff89a..e2b1939 100644 --- a/NKC_WF/WebUserControls/cmp_KS_Cart.ascx +++ b/NKC_WF/WebUserControls/cmp_KS_Cart.ascx @@ -6,6 +6,7 @@
+ <%: traduci("CartSummary") %>
diff --git a/NKC_WF/WebUserControls/cmp_KS_Cart.ascx.cs b/NKC_WF/WebUserControls/cmp_KS_Cart.ascx.cs index 5843686..bd46064 100644 --- a/NKC_WF/WebUserControls/cmp_KS_Cart.ascx.cs +++ b/NKC_WF/WebUserControls/cmp_KS_Cart.ascx.cs @@ -27,6 +27,7 @@ namespace NKC_WF.WebUserControls set { cmp_KS_currCart.CurrId = value; + hlShowDetail.DataBind(); } } diff --git a/NKC_WF/WebUserControls/cmp_KS_Cart.ascx.designer.cs b/NKC_WF/WebUserControls/cmp_KS_Cart.ascx.designer.cs index 88e7ef4..101331e 100644 --- a/NKC_WF/WebUserControls/cmp_KS_Cart.ascx.designer.cs +++ b/NKC_WF/WebUserControls/cmp_KS_Cart.ascx.designer.cs @@ -23,6 +23,15 @@ namespace NKC_WF.WebUserControls /// protected global::NKC_WF.WebUserControls.cmp_KS_currCart cmp_KS_currCart; + /// + /// Controllo hlShowDetail. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.WebControls.HyperLink hlShowDetail; + /// /// Controllo cmp_KS_OkibCart. /// diff --git a/NKC_WF/site/GlobalSearch.aspx b/NKC_WF/site/GlobalSearch.aspx index 50a2d29..20ead81 100644 --- a/NKC_WF/site/GlobalSearch.aspx +++ b/NKC_WF/site/GlobalSearch.aspx @@ -16,11 +16,13 @@ - -
-
<%: traduci("SearchDetCart") %>
- + +
+
+
<%: traduci("SearchDetCart") %>
+ +
<%: traduci("SearchDetBin") %>
diff --git a/NKC_WF/site/GlobalSearch.aspx.cs b/NKC_WF/site/GlobalSearch.aspx.cs index de16bf5..e5dde0b 100644 --- a/NKC_WF/site/GlobalSearch.aspx.cs +++ b/NKC_WF/site/GlobalSearch.aspx.cs @@ -27,7 +27,7 @@ namespace NKC_WF.site /// /// CartID selezionato /// - protected int CartID + public int CartID { get { diff --git a/NKC_WF/site/GlobalSearch.aspx.designer.cs b/NKC_WF/site/GlobalSearch.aspx.designer.cs index 1b5c1b3..15890c5 100644 --- a/NKC_WF/site/GlobalSearch.aspx.designer.cs +++ b/NKC_WF/site/GlobalSearch.aspx.designer.cs @@ -41,15 +41,6 @@ namespace NKC_WF.site /// protected global::System.Web.UI.WebControls.HiddenField hfLastValidBCode; - /// - /// Controllo cmp_searchItems. - /// - /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. - /// - protected global::NKC_WF.WebUserControls.cmp_searchItems cmp_searchItems; - /// /// Controllo hfItemID. /// @@ -59,6 +50,15 @@ namespace NKC_WF.site /// protected global::System.Web.UI.WebControls.HiddenField hfItemID; + /// + /// Controllo cmp_searchItems. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::NKC_WF.WebUserControls.cmp_searchItems cmp_searchItems; + /// /// Controllo divCart. ///