That screen (again, if I remember correctly) isn't set up based on permissions, it's set up based on the logged-ins party's relationship to the order. In your IDE (eclipse, netbeans, etc) Do a search for the error that you got. It will likely be a .properties file. Take that property that corresponds to the error and search for that. You will then see the if/else that is being evaluated.
--- "G.Venkata Phanindra" <[EMAIL PROTECTED]> wrote: > Hi Chris,Tim and other > I have loged in as an Admin and i belive admin will > have all the permissions > . > regards > Phani > > On 11/3/06, Tim Ruppert > <[EMAIL PROTECTED]> wrote: > > > > If this is in the anonymous checkout - this is a > known problem that has > > yet to be fixed. I have experienced it months > back and have yet to get > > around to fixing it. If this is a logged in user, > you just need to up > > date the isDemoStoreFront on your productstore. > > > > Cheers, > > Tim > > > > -- > > Tim Ruppert > > HotWax Media > > http://www.hotwaxmedia.com > > > > o:801.649.6594 > > f:801.649.6595 > > > > Chris Howe wrote: > > > If I remember correctly (you can search for the > text > > > of the error to verify) it's because the party > who's > > > trying to send the email is not in a certain > role for > > > that order. > > > > > > --- "G.Venkata Phanindra" <[EMAIL PROTECTED]> > wrote: > > > > > > > > >> Hi, > > >> The following is the Mail content i am getting > at > > >> the following url > > >> > > >> > > > > > > https://192.168.0.12/ordermgr/control/confirmationmailedit?orderId=13594&partyId=10894&[EMAIL PROTECTED] > > > > > >> I would like to know why this particular > message is > > >> comming.. > > >> what is the solution for the same ..... > > >> > > >> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 > > >> Transitional//EN" " > > >> > > >> > > > > http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > > > > > >> <html xmlns="http://www.w3.org/1999/xhtml"> > > >> <head> > > >> <meta http-equiv="Content-Type" > > >> content="text/html; charset=UTF-8"/> > > >> <title>Order Complete Notice</title> > > >> <link rel="stylesheet" > > >> href="http://127.0.0.1:8080/images/maincss.css" > > >> type="text/css"/> > > >> </head> > > >> > > >> <body> > > >> > > >> > > >> <div class="head1">Order Complete Notice</div> > > >> <p>NOTE: This is a DEMO store-front. Orders > placed > > >> here will NOT be billed, > > >> and will NOT be fulfilled.</p> > > >> > > >> <div class="head1">Order not found with ID > [13594], > > >> or not allowed to > > >> view.</div> > > >> > > >> </body> > > >> </html> > > >> regards > > >> > > >> -- > > >> G.Venkata Phanindra > > >> Mob:: 9849852989 > > >> > > >> > > > > > > -- > G.Venkata Phanindra > Mob:: 9849852989 >
