| Modified Control | 
            Description of Modification | 
        
        
            | 
                  CatalogAddtoCartButton 
             | 
            
                 Change only the text within the control markup that differs from version 2.13 to 2.15, as shown below: 
                
                    From 2.13: 
                    <%@ Register TagPrefix="uc1" TagName="CatalogPricingControl" Src="~/Control/CatalogPricingControl.ascx" %> 
                    <uc1:CatalogPricingControl ID="PricingControl1" runat="server" Item_ID="<#Item_ID>" />
  
                    To 2.15: 
                    <%@ Register TagPrefix="uc1" TagName="CatalogSimplePricingControl" Src="~/Control/CatalogSimplePricingControl.ascx" %> 
                    <uc1:CatalogSimplePricingControl ID="PricingControl1" runat="server" Item_ID="<#Item_ID>" />
  
                 
             | 
        
        
            | CatalogContactUsControl | 
            
                 Change only the text within the control markup that differs from version 2.13 to 2.15, as shown below: 
                
                    From 2.13: 
                    <dx:ASPxButton ID="btnSubmit" runat="server" OnClick="btnSubmit_Click" Text="Submit" Visible="false" /> 
  
                    To 2.15: 
                    <dx:ASPxButton ID="btnSubmit" runat="server" ClientIDMode="Static" ClientInstanceName="btnSubmit" OnClick="btnSubmit_Click" Text="Submit" Visible="false" /> 
                 
             | 
        
        
            | CatalogFeaturedItemControl | 
            
                 Change only the text within the control markup that differs from version 2.13 to 2.15, as shown below: 
                Change #1 for alteration to CatalogPricingControl to CatalogSimplePricingControl in Register tag 
                
                    From 2.13: 
                    <%@ Register TagPrefix="uc1" TagName="CatalogPricingControl" Src="~/Control/CatalogPricingControl_Feature 
                    .ascx" %>  
                    To 2.15: 
                    <%@ Register TagPrefix="uc1" TagName="CatalogSimplePricingControl" Src="~/Control/CatalogSimplePricingControl 
                    .ascx" %> 
                 
                Change #2 for alteration use CatalogSimplePricingControl tag 
                
                    From 2.13: 
                    <div id="detailPricingControl"> 
                        <uc1:CatalogPricingControl ID="addToCartBtn" runat="server" /> 
                     
                    </div>  
                    To 2.15: 
                    <div id="detailPricingControl"> 
                        <uc1:CatalogSimplePricingControl ID="addToCartBtn" runat="server" />  
                    </div> 
                 
                  
             | 
        
        
            | 
                 CatalogHotbuyControl, 
                CS2_CatalogHotbuyControl 
                  
             | 
            
                 Change only the text within the control markup that differs from version 2.13 to 2.15, as shown below: 
                Change #1 for alteration to CatalogPricingControl to CatalogSimplePricingControl in Register tag 
                
                    From 2.13: 
                    <%@ Register TagPrefix="uc1" TagName="CatalogPricingControl" Src="~/Control/CatalogPricingControl 
                    .ascx" %>  
                    To 2.15: 
                    <%@ Register TagPrefix="uc1" TagName="CatalogSimplePricingControl" Src="~/Control/CatalogSimplePricingControl.ascx" %>  
                 
                Change #2 for alteration to use CatalogSimplePricingControl tag 
                
                    From 2.13: 
                    <uc1:CatalogPricingControl ID="Catalogaddtocartbutton1" runat="server" Item_ID='<%# DataBinder.Eval(Container.DataItem, "Item_ID")%>' DisplayMode="showunits" /> 
                    To 2.15: 
                    <uc1:CatalogSimplePricingControl ID="Catalogaddtocartbutton1" runat="server" Item_ID='<%# DataBinder.Eval(Container.DataItem, "Item_ID")%>' DisplayMode="showunits" /> 
                 
             | 
        
        
            | CatalogHotbuyVerticleListingControl | 
            
                 Change only the text within the control markup that differs from version 2.13 to 2.15, as shown below: 
                Change #1 for alteration to CatalogPricingControl to CatalogSimplePricingControl in Register tag 
                
                    From 2.13: 
                    <%@ Register TagPrefix="uc1" TagName="CatalogPricingControl" Src="~/Control/CatalogPricingControl.ascx" %>  
                    To 2.15: 
                    <%@ Register TagPrefix="uc1" TagName="CatalogSimplePricingControl" Src="~/Control/CatalogSimplePricingControl.ascx"; %> 
                 
                Change #2 for alteration to use CatalogSimplePricingControl tag 
                
                    From 2.13: 
                    <uc1:CatalogPricingControl ID="CatalogaddtocartInput" runat="server" Item_ID='<%# Convert.ToInt32(DataBinder.Eval(Container.DataItem, "Item_ID"))%>' /> 
                    To 2.15: 
                    <uc1:CatalogSimplePricingControl ID="CatalogaddtocartInput" runat="server" Item_ID='<%# Convert.ToInt32(DataBinder.Eval(Container.DataItem, "Item_ID"))%>' /> 
                 
             | 
        
        
            | CatalogHotSpotListingControl | 
            
                 Change only the text within the control markup that differs from version 2.13 to 2.15, as shown below: 
                
                    From 2.13: 
                    <DataItemTemplate> 
                       <uc1:CatalogPricingControl ID="CatalogaddtocartInput" runat="server" Item_ID='<%# Eval("Item_ID") %>' MinimumRequired='<%# Eval("RequiredQuantity") %>' /> 
                    </DataItemTemplate>
  
                    To 2.15: 
                    <DataItemTemplate> 
                       <uc1:CatalogPricingControl ID="CatalogaddtocartInput" runat="server" Item_ID='<%# Eval("Item_ID") %>' AddToCartMinimumRequired='<%# Eval("RequiredQuantity") %>' /> 
                    </DataItemTemplate> 
                 
             | 
        
        
            | CatalogItem2xListingControl | 
            
                 Change only the text within the control markup that differs from version 2.13 to 2.15, as shown below: 
                Change #1 for alteration to CatalogPricingControl to CatalogSimplePricingControl in Register tag 
                
                    From 2.13: 
                    <%@ Register TagPrefix="uc1" TagName="CatalogPricingControl" Src="~/Control/CatalogPricingControl.ascx" %>  
                    To 2.15: 
                    <%@ Register TagPrefix="uc1" TagName="CatalogSimplePricingControl" Src="~/Control/CatalogSimplePricingControl.ascx" %> 
                 
                Change #2 for alteration to use CatalogSimplePricingControl tag 
                
                    From 2.13: 
                    <uc1:CatalogPricingControl ID="Catalogaddtocartbutton2" runat="server" Item_ID='<%# Convert.ToInt32(DataBinder.Eval(Container.DataItem, "Item_ID"))%>' /> 
                    To 2.15: 
                    <uc1:CatalogSimplePricingControl ID="Catalogaddtocartbutton2" runat="server" Item_ID='<%# Convert.ToInt32(DataBinder.Eval(Container.DataItem, "Item_ID"))%>' /> 
                 
                  
             | 
        
        
            | CatalogItemDetailControl | 
            
                 Change only the text within the control markup that differs from version 2.13 to 2.15, as shown below: 
                Change #1 for alteration to CatalogPricingControl to CatalogSimplePricingControl in Register tag 
                
                    From 2.13: 
                    <@ Register TagPrefix="uc1" TagName="CatalogUnitPriceControl" Src="~/Control/CatalogUnitPriceControl.ascx" > 
                    <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="CatalogItemDetailControl.ascx.cs" 
                        Inherits="Dovetail.Ecommerce.Controls.CatalogItemDetailControl" %> 
                    To 2.15: 
                    <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="CatalogItemDetailControl.ascx.cs" 
                        Inherits="Dovetail.Ecommerce.Controls.CatalogItemDetailControl" %> 
                 
             | 
        
        
            | CatalogItemListingByCategoryControl | 
            
                 Change only the text within the control markup that differs from version 2.13 to 2.15, as shown below: 
                Change #1 for alteration to CatalogPricingControl to CatalogSimplePricingControl in Register tag 
                
                    From 2.13: 
                    <%@ Register TagPrefix="uc1" TagName="CatalogPricingControl" Src="~/Control/CatalogPricingControl.ascx" %>  
                    To 2.15: 
                    <%@ Register TagPrefix="uc1" TagName="CatalogSimplePricingControl" Src="~/Control/CatalogSimplePricingControl.ascx" %> 
                 
                Change #2 for alteration to use CatalogSimplePricingControl tag 
                
                    From 2.13: 
                    <uc1:CatalogPricingControl ID="CatalogaddtocartInput" runat="server" Item_ID='<%# Convert.ToInt32(DataBinder.Eval(Container.DataItem, "Item_ID"))%>' /> 
                    To 2.15: 
                    <uc1:CatalogSimplePricingControl ID="CatalogaddtocartInput" runat="server" Item_ID='<%# Convert.ToInt32(DataBinder.Eval(Container.DataItem, "Item_ID"))%>' /> 
                 
             | 
        
        
            | CatalogItemTileListingControl | 
            
                 Change only the text within the control markup that differs from version 2.13 to 2.15, as shown below: 
                Change #1 for alteration to CatalogPricingControl to CatalogSimplePricingControl in Register tag 
                
                    From 2.13: 
                    <%@ Register TagPrefix="uc1" TagName="CatalogPricingControl" Src="~/Control/CatalogPricingControl_TileListing.ascx" %>  
                    To 2.15: 
                    <%@ Register TagPrefix="uc1" TagName="CatalogSimplePricingControl" Src="~/Control/CatalogSimplePricingControl.ascx"; %> 
                 
                Change #2 for alteration to use CatalogSimplePricingControl tag 
                
                    From 2.13: 
                    <uc1:CatalogPricingControl ID="Pricing" runat="server" Item_ID='<%# Convert.ToInt32(DataBinder.Eval(Container.DataItem, "Item_ID"))%>' /> 
                    To 2.15: 
                    <br /> <uc1:CatalogSimplePricingControl ID="Pricing" runat="server" Item_ID='<%# Convert.ToInt32(DataBinder.Eval(Container.DataItem, "Item_ID"))%>' /> 
                 
             | 
        
        
            | 
                  CatalogPricingControl 
             | 
            
                 Change only the text within the control markup that differs from version 2.13 to 2.15, as shown below: 
                
                    From 2.13: 
                    <dx:ASPxComboBox ID="cmbUOMSelection" runat="server" ValueField="UOMint">  
                        <Columns>  
                            <dx:ListBoxColumn FieldName="UOM" Caption=" " />  
                        </Columns>  
                    </dx:ASPxComboBox>                     
                    To 2.15: 
                    <dx:ASPxComboBox ID="cmbUOMSelection" runat="server" ValueField="Key" TextField="Value" ValueType="System.Int32" /> 
                 
             | 
        
        
            | 
                  CatalogPricingControl_Detail, 
                 CatalogPricingControl_Feature, 
                 CatalogPricingControl_RelatedItems, 
                 CatalogPricingControl_TileListing
  
                  
             | 
            
                 Change only the text within the control markup that differs from version 2.13 to 2.15, as shown below: 
                
                    From 2.13: 
                    <dx:ASPxComboBox ID="cmbUOMSelection" runat="server" ValueField="UOMint">  
                        <Columns>  
                            <dx:ListBoxColumn FieldName="UOM" Caption=" " />  
                        </Columns> 
                        <ClientSideEvents Init="function(s,e){s.SetSelectedIndex(0);}" />  
                    </dx:ASPxComboBox>                     
                    To 2.15: 
                    <dx:ASPxComboBox ID="cmbUOMSelection" runat="server" ClientSideEvents-Init="function(s,e){s.SetSelectedIndex(0);}" ValueField="Key" TextField="Value" ValueType="System.Int32" /> 
                 
             | 
        
        
            | CatalogRelatedItemsControl | 
            
                 Change only the text within the control markup that differs from version 2.13 to 2.15, as shown below: 
                Change #1 for alteration to CatalogPricingControl to CatalogSimplePricingControl in Register tag 
                
                    From 2.13: 
                    <%@ Register TagPrefix="uc1" TagName="CatalogPricingControl" Src="~/Control/CatalogPricingControl_RelatedItems.ascx" %>  
                    To 2.15: 
                    <%@ Register TagPrefix="uc1" TagName="CatalogSimplePricingControl" Src="~/Control/CatalogSimplePricingControl.ascx"; %> 
                 
                Change #2 for alteration to use CatalogSimplePricingControl tag 
                
                    From 2.13: 
                    <uc1:CatalogPricingControl ID="addToCartBtn" runat="server" Item_ID='<%# DataBinder.Eval(Container.DataItem, "Item_ID")%>' /> 
                    To 2.15: 
                    <uc1:CatalogSimplePricingControl ID="addToCartBtn" runat="server" Item_ID='<%# DataBinder.Eval(Container.DataItem, "Item_ID")>' /> 
                 
             | 
        
        
            | CheckOutAddress | 
            
                 Change only the text within the control markup that differs from version 2.13 to 2.15, as shown below: 
                Change #1 
                
                    From 2.13: 
                    <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="CheckOutAddress.ascx.cs"     Inherits="Dovetail.Ecommerce.Controls.CheckOutAddress" %> 
                    <%@ Register TagPrefix="uc1" TagName="CommonStateDropDownControl" 
                        Src="~/Control/CommonStateDropDownControl.ascx" %> 
                    To 2.15 
                    <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="CheckOutAddress.ascx.cs" 
                        Inherits="Dovetail.Ecommerce.Controls.CheckOutAddress" %> 
                    <%@ Register TagPrefix="uc1" TagName="CommonStateDropDownControl" 
                        Src="~/Control/CommonStateDropDownControl.ascx" %> 
                    <%@ Register Src="~/Control/CatalogSearchControl.ascx" TagPrefix="uc1"  
                        TagName="CatalogSearchControl" %> 
                 
                Change #2 
                
                    From 2.13: 
                    <asp:Button ID="continueButton" runat="server" Text="Continue" CssClass="FormButtonAlternate" 
                        OnClick="continueButton_Click" />
  
                    To 2.15: 
                    <asp:Button ID="continueButton" runat="server" ClientIDMode="Static" Text="Continue" CssClass="FormButtonAlternate" 
                        OnClick="continueButton_Click" /> 
                 
             | 
        
        
            | CheckOutShippingOptions | 
            
                 Change only the text within the control markup that differs from version 2.13 to 2.15, as shown below: 
                
                    From 2.13: 
                    <dx:ASPxDateEdit ID="RequestedShippingDateField" runat="server" CssClass="FormTextArea" Width="220px"  />
  
                    To 2.15: 
                    <dx:ASPxDateEdit ID="RequestedShippingDateField" runat="server" ClientIDMode="Static" CssClass="FormTextArea" Width="220px" /> 
                 
             | 
        
        
            | 
                 CS2_CatalogRelatedItemsControl 
                  
             | 
            
                 Change only the text within the control markup that differs from version 2.13 to 2.15, as shown below: 
                Change #1 for alteration to CatalogPricingControl to CatalogSimplePricingControl in Register tag 
                
                    From 2.13: 
                    <%@ Register TagPrefix="uc1" TagName="CatalogPricingControl" Src="~/Control/CatalogPricingControl.ascx" %>  
                    To 2.15: 
                    <%@ Register TagPrefix="uc1" TagName="CatalogSimplePricingControl" Src="~/Control/CatalogSimplePricingControl.ascx" %>  
                 
                Change #2 for alteration to use CatalogSimplePricingControl tag 
                
                    From 2.13: 
                    <uc1:CatalogPricingControl ID="addToCartBtn" runat="server" Item_ID='<%# DataBinder.Eval(Container.DataItem, "Item_ID")%>' /> 
                    To 2.15: 
                    <uc1:CatalogSimplePricingControl ID="addToCartBtn" runat="server" Item_ID='<%# DataBinder.Eval(Container.DataItem, "Item_ID")%>' /> 
                 
             | 
        
        
            | CustomerAccount2Control | 
            
                 Change only the text within the control markup that differs from version 2.13 to 2.15, as shown below: 
                
                    From 2.13: 
                    <tr> 
                        <td> 
                            <asp:Label ID="UserField1Label" runat="server" CssClass="FormLabel"></asp:Label> 
                        </td> 
                        <td> 
                            <asp:TextBox TextMode="Password" ID="UserField1TextBox" runat="server" CssClass="FormField"></asp:TextBox> 
                            <asp:RequiredFieldValidator ID="Requiredfieldvalidator3" runat="server" CssClass="RequiredFieldLabel" 
                                Width="10px" Display="None" ErrorMessage="PIN number is required" ControlToValidate="UserField1TextBox">*</asp:RequiredFieldValidator> 
                        </td> 
                    </tr>
  
                    To 2.15: 
                    <tr> 
                        <td> 
                            <asp:Label ID="UserField1Label" runat="server" CssClass="FormLabel"></asp:Label> 
                        </td> 
                        <td> 
                            <asp:TextBox TextMode="Password" ID="UserField1TextBox" runat="server" CssClass="FormField"></asp:TextBox> 
                            <asp:RequiredFieldValidator ID="Requiredfieldvalidator3" runat="server" CssClass="RequiredFieldLabel" 
                                Width="10px" Display="None" ErrorMessage="PIN number is required" ControlToValidate="UserField1TextBox">*</asp:RequiredFieldValidator> 
                        </td> 
                    </tr> 
                    <tr> 
                        <td> 
                            <asp:Label ID="lblSalesperson3" runat="server" CssClass="FormLabel"></asp:Label> 
                        </td> 
                        <td> 
                            <asp:TextBox ID="txtSalesperson3" runat="server" CssClass="FormField"></asp:TextBox> 
                            <asp:RequiredFieldValidator ID="Requiredfieldvalidator4" runat="server" CssClass="RequiredFieldLabel" 
                                Width="10px" Display="None" ErrorMessage="Salesperson3 is required" ControlToValidate="txtSalesperson3">*</asp:RequiredFieldValidator> 
                        </td> 
                    </tr> 
                    <tr> 
                        <td> 
                            <asp:Label ID="lblBuyingGroup5" runat="server" CssClass="FormLabel"></asp:Label> 
                        </td> 
                        <td> 
                            <asp:TextBox ID="txtBuyingGroup5" runat="server" CssClass="FormField"></asp:TextBox> 
                            <asp:RequiredFieldValidator ID="Requiredfieldvalidator5" runat="server" CssClass="RequiredFieldLabel" 
                                Width="10px" Display="None" ErrorMessage="BuyingGroup5 is required" ControlToValidate="txtBuyingGroup5">*</asp:RequiredFieldValidator> 
                        </td> 
                    </tr> 
                 
             | 
        
        
            | CustomerAccountControl | 
            
                 Change only the text within the control markup that differs from version 2.13 to 2.15, as shown below: 
                
                    From 2.13: 
                    <div class="control-group col-xs-12"> 
                        <div class="controls col-xs-12 col-sm-5 col-sm-offset-3 btn FormButtonMatte"> 
                            <asp:Button ID="registrationsubmitButton" TabIndex="11" CssClass="btn FormButtonAlternate" 
                                runat="server" Text="Continue" OnClick="registrationsubmitButton_Click"></asp:Button> 
                            <asp:Button CausesValidation="false" ID="cancelButton" CssClass="btn FormButtonAlternate" runat="server" Text="Cancel" 
                                OnClick="cancelButton_Click"></asp:Button> 
                        </div> 
                    </div>
  
                    To 2.15: 
                    <div class="control-group col-xs-12"> 
                        <div class="controls col-xs-12 col-sm-5 col-sm-offset-3" id="recaptchaDiv" runat="server"/> 
                        <asp:CustomValidator ID="recaptchaValidator" runat="server" Display="None" 
                                ErrorMessage="You must pass the reCAPTCHA to submit the form." 
                                EnableClientScript="false" />  
                        <div class="controls col-xs-12 col-sm-5 col-sm-offset-3 btn FormButtonMatte"> 
                            <asp:Button ID="registrationsubmitButton" TabIndex="11" CssClass="btn FormButtonAlternate" 
                                runat="server" Text="Continue" OnClick="registrationsubmitButton_Click"></asp:Button> 
                            <asp:Button CausesValidation="false" ID="cancelButton" CssClass="btn FormButtonAlternate" runat="server" Text="Cancel" 
                                OnClick="cancelButton_Click"></asp:Button> 
                        </div> 
                    </div>
  
                 
             | 
        
        
            | CustomerLoginControl | 
            
                 Change only the text within the control markup that differs from version 2.13 to 2.15, as shown below: 
                
                    Append to very end of file to 2.15: 
                    <dx:ASPxPopupControl ID="pcRequestedShipDateForm" runat="server" Modal="true" PopupHorizontalAlign="WindowCenter" PopupVerticalAlign="WindowCenter" ClientIDMode="Static" ClientInstanceName="pcRequestedShipDateForm" PopupAnimationType="None" EnableViewState="False" ShowCloseButton="false" ShowHeader="false" CloseAction="None" > 
                        <ContentCollection> 
                            <dx:PopupControlContentControl runat="server"> 
                                <dx:ASPxPanel ID="Panel1" runat="server"> 
                                    <PanelCollection> 
                                        <dx:PanelContent runat="server"> 
                                            <dx:ASPxDateEdit ID="dateEdit" runat="server" ClientIDMode="Static" ClientInstanceName="dateEdit" Width="190" Caption="Requested Ship Date" NullText="MM/DD/YYYY" DisplayFormatString="MM/dd/yyyy" EditFormatString="MM/dd/yyyy" ClientSideEvents-ValueChanged="function(s,e){if(s.GetValue() != null){btnSubmitDate.SetEnabled(true);}}"> 
                                            </dx:ASPxDateEdit> 
                                            <dx:ASPxButton ID="btnSubmitDate" runat="server" ClientIDMode="Static" ClientInstanceName="btnSubmitDate" Text="Submit" AutoPostBack="false" OnClick="btnSubmitDate_Click" ClientEnabled="false" />  
                                        </dx:PanelContent> 
                                    </PanelCollection> 
                                </dx:ASPxPanel> 
                            </dx:PopupControlContentControl> 
                        </ContentCollection> 
                    </dx:ASPxPopupControl>   
                 
             | 
        
        
            | CustomerMasterAccountControl | 
            
                
                 Change only the text within the control markup that differs from version 2.13 to 2.15, as shown below: 
                
                    From 2.13: 
                    <dx:ASPxComboBox ID="CustomerMasterAccountDropDown" Native="true" runat="server" 
                                ClientIDMode="Static" CssClass="FormSelect" ClientInstanceName="CustomerMasterAccountDropDown" ValueType="System.Int32" /> 
                      
                    To 2.15: 
                    <dx:ASPxComboBox ID="CustomerMasterAccountDropDown" runat="server" TextField="CustomerNumber" ValueField="Customer_ID" TextFormatString="{0} - {1}" ClearButton-DisplayMode="Always" ClearButton-Image-IconID="actions_search_16x16devav" 
                                ClientIDMode="Static" CssClass="FormSelect" EnableCallbackMode="true" ValueType="System.Int32" AllowMouseWheel="true" OnInit="CustomerMasterAccountDropDown_Init" Width="300" DropDownButton-Visible="true" DropDownWidth="600" Height="30" Paddings-Padding="4" 
                                            DisabledStyle-Border-BorderStyle="None" DisabledStyle-ForeColor="Black" 
                                            DisabledStyle-BackColor="Transparent" DisabledStyle-BackgroundImage-ImageUrl="nothing.gif" 
                                            DisabledStyle-Cursor="default" AutoPostBack="false"> 
                                <Columns> 
                                    <dx:ListBoxColumn FieldName="CustomerNumber" Width="100px" /> 
                                    <dx:ListBoxColumn FieldName="Name" Width="150px" /> 
                                </Columns> 
                            </dx:ASPxComboBox> 
                 
             | 
        
        
            | DataDisplayControl | 
            
                 Change only the text within the control markup that differs from version 2.13 to 2.15, as shown below: 
                
                    From 2.13: 
                    <%@ Register TagPrefix="uc1" TagName="CatalogPricingControl" Src="~/Control/CatalogPricingControl.ascx" %>
  
                    To 2.15: 
                    <%@ Register TagPrefix="uc1" TagName="CatalogSimplePricingControl" Src="~/Control/CatalogSimplePricingControl.ascx" %> 
                 
             | 
        
        
            | ShoppingCartDisplayControl | 
            
                 Change only the text within the control markup that differs from version 2.13 to 2.15, as shown below: 
                
                    From 2.13: 
                    <br /> 
                    <div id="ShoppingCartButtons" runat="server">
  
                    To 2.15: 
                    <div class="shcDiscountMessaging"> 
                        <dx:ASPxLabel ID="lblDiscountMessaging" runat="server" ClientIDMode="Static" ClientInstanceName="lblDiscountMessaging" /> 
                    </div> 
                    <br /> 
                    <div id="ShoppingCartButtons" runat="server"> 
                 
             | 
        
        
            | ShoppingCartQuickEntryControl | 
            
                 Change only the text within the control markup that differs from version 2.13 to 2.15, as shown below: 
                
                    From 2.13: 
                    <div id="QEShoppingCartMessaging"></div> 
                    <div id="QEShoppingCartContents"> 
                    </div> 
                    <asp:HiddenField ID="hfLeadTimeMessage" ClientIDMode="Static" runat="server" /> 
                    <asp:HiddenField ID="hfEnableOnHandQuantityDisplay" ClientIDMode="Static" runat="server" /> 
                    <asp:HiddenField ID="hfEnableLeadTimeMessage" ClientIDMode="Static" runat="server" /> 
                    <asp:HiddenField ID="hfLimitedAvailableMessage" ClientIDMode="Static" runat="server" /> 
                    <asp:HiddenField ID="hfLimitedUnavailableMessage" ClientIDMode="Static" runat="server" /> 
                    <asp:HiddenField ID="hfUnlimitedAvailableMessage" ClientIDMode="Static" runat="server" /> 
                    <asp:HiddenField ID="hfUnlimitedUnavailableMessage" ClientIDMode="Static" runat="server" /> 
                    <asp:HiddenField ID="hfCheckStockButtonText" ClientIDMode="Static" runat="server" />
  
                    To 2.15: 
                    <dx:ASPxButton ID="btnCheckout" runat="server" Text="Checkout" Visible="false" OnClick="btnCheckout_Click" /> 
                    <div id="QEShoppingCartMessaging" runat="server"></div> 
                    <div id="QEShoppingCartContents"> 
                    </div> 
                    <asp:HiddenField ID="hfLeadTimeMessage" ClientIDMode="Static" runat="server" /> 
                    <asp:HiddenField ID="hfEnableOnHandQuantityDisplay" ClientIDMode="Static" runat="server" /> 
                    <asp:HiddenField ID="hfEnableLeadTimeMessage" ClientIDMode="Static" runat="server" /> 
                    <asp:HiddenField ID="hfLimitedAvailableMessage" ClientIDMode="Static" runat="server" /> 
                    <asp:HiddenField ID="hfLimitedUnavailableMessage" ClientIDMode="Static" runat="server" /> 
                    <asp:HiddenField ID="hfUnlimitedAvailableMessage" ClientIDMode="Static" runat="server" /> 
                    <asp:HiddenField ID="hfUnlimitedUnavailableMessage" ClientIDMode="Static" runat="server" /> 
                    <asp:HiddenField ID="hfCheckStockButtonText" ClientIDMode="Static" runat="server" /> 
                    <asp:HiddenField ID="hfShowColumnHeader" ClientIDMode="Static" runat="server" /> 
                    <asp:HiddenField ID="hfStockCodeColumnHeaderText" ClientIDMode="Static" runat="server" /> 
                    <asp:HiddenField ID="hfDescriptionColumnHeaderText" ClientIDMode="Static" runat="server" /> 
                    <asp:HiddenField ID="hfQuantityColumnHeaderText" ClientIDMode="Static" runat="server" /> 
                    <asp:HiddenField ID="hfDefaultPriceColumnHeaderText" ClientIDMode="Static" runat="server" /> 
                    <asp:HiddenField ID="hfCustomerPriceColumnHeaderText" ClientIDMode="Static" runat="server" /> 
                    <asp:HiddenField ID="hfExtPriceColumnHeaderText" ClientIDMode="Static" runat="server" /> 
                    <asp:HiddenField ID="hfOnHandQuantityColumnHeaderText" ClientIDMode="Static" runat="server" /> 
                 
             |