Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: Missing /Admin/cst_account.aspx

  1. #1
    sduffy77 is offline Senior Member
    Join Date
    Feb 2010
    Location
    Lancaster, PA
    Posts
    142

    Default Missing /Admin/cst_account.aspx

    There are several links that reference this page however it's not in our solution. Can anyone send this if you have it.

    Thanks,
    Shaun

  2. #2
    sduffy77 is offline Senior Member
    Join Date
    Feb 2010
    Location
    Lancaster, PA
    Posts
    142

    Default

    Here's a list of the files where it's referenced:

    C#/VB.NET Code:
    Find all "cst_account.aspx"SubfoldersFind Results 1"Current Project"
      
    C:\AspDotNetStorefront9013SP1\Web\Admin\cst_selectaddress.aspx.cs(45):            SectionTitle "<a href=\"" AppLogic.AdminLinkUrl("customers.aspx") + "?searchfor=" TargetCustomer.CustomerID.ToString() + "\">" AppLogic.GetString("admin.menu.Customers"SkinIDLocaleSetting) + "</a> - " AppLogic.GetString("admin.phoneorder.label.AccountInfo"SkinIDLocaleSetting) + " <a href=\"" AppLogic.AdminLinkUrl("cst_account.aspx") + "?customerid=" TargetCustomer.CustomerID.ToString() + "\">" TargetCustomer.FullName() + " (" TargetCustomer.EMail ")</a>";
      
    C:\AspDotNetStorefront9013SP1\Web\Admin\cst_signup_process.aspx.cs(201):                redirectlink "<br/><br/><a href=\"" AppLogic.AdminLinkUrl("cst_account.aspx") + "?Customerid=" CustomerID.ToString() + "\">Click here</a>";
      
    C:\AspDotNetStorefront9013SP1\Web\Admin\customerratings.aspx.cs(45):            SectionTitle "<a href=\"" AppLogic.AdminLinkUrl("customers.aspx") + "\">" AppLogic.GetString("admin.menu.Customers"SkinIDLocaleSetting) + "</a> - " AppLogic.GetString("admin.customerratings.ProductRatingsBy"SkinIDLocaleSetting) + " <a href=\"" AppLogic.AdminLinkUrl("cst_account.aspx") + "?customerid=" TargetCustomer.CustomerID.ToString() + "\">" TargetCustomer.FullName() + "</a>";
      
    C:\AspDotNetStorefront9013SP1\Web\Admin\orderframe.aspx.cs(1432):                                    sb.Append("<tr><td align=\"right\" valign=\"top\">" AppLogic.GetString("admin.order.CustomerID"SkinIDLocaleSetting) + "&nbsp;</td><td align=\"left\" valign=\"top\">" DB.RSFieldInt(rs2"CustomerID").ToString() + "&nbsp;&nbsp;<a href=\"" AppLogic.AdminLinkUrl("cst_account.aspx") + "?customerid=" DB.RSFieldInt(rs2"CustomerID").ToString() + "\" target=\"content\">" AppLogic.GetString("admin.common.Edit"SkinIDLocaleSetting) + "</a></td></tr>");
      
    C:\AspDotNetStorefront9013SP1\Web\Admin\users.aspx.cs(82):                            writer.Append("      <td ><a href=\"" AppLogic.AdminLinkUrl("cst_account.aspx") + "?customerid=" DB.RSFieldInt(rs"CustomerID").ToString() + "\">" CommonLogic.IIF(Customer.StaticIsAdminSuperUser(DB.RSFieldInt(rs"CustomerID")), "*""") + DB.RSField(rs"EMail") + "</a></td>\n");
      
    Matching lines5    Matching files5    Total files searched1304 

  3. #3
    brightwire is offline Junior Member
    Join Date
    Dec 2009
    Posts
    1

    Default Missing cst_account file

    I'm wanting to know what has happened to this file too. It's a bit embarrassing when clients ask you why a link doesn't work in their system and you check and the code isn't even there!!!

    What's the update on this?

    Colin