Problem with sending order confirmation email

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
19 messages Options
Reply | Threaded
Open this post in threaded view
|

Problem with sending order confirmation email

G.Venkata Phanindra
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&sendTo=duper@...
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
Reply | Threaded
Open this post in threaded view
|

Re: Problem with sending order confirmation email

cjhowe
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" <[hidden email]> 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&sendTo=duper@...
> 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
>

Reply | Threaded
Open this post in threaded view
|

Re: Problem with sending order confirmation email

Tim Ruppert
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" <[hidden email]> 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&sendTo=duper@...
>  
>> 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
>>
>>    
Reply | Threaded
Open this post in threaded view
|

Re: Problem with sending order confirmation email

G.Venkata Phanindra
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 <[hidden email]> 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" <[hidden email]> 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&sendTo=duper@...
> >
> >> 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
Reply | Threaded
Open this post in threaded view
|

Re: Problem with sending order confirmation email

cjhowe
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" <[hidden email]> 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
> <[hidden email]> 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" <[hidden email]>
> 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&sendTo=duper@...

> > >
> > >> 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
>

Reply | Threaded
Open this post in threaded view
|

Re: Problem with sending order confirmation email

Si Chen-2
In reply to this post by Tim Ruppert
I think I fixed that already.  Can you check it to see if anonymous  
order emails are working now?

On Nov 3, 2006, at 6:01 AM, Tim Ruppert 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" <[hidden email]> 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&sendTo=[hidden email]
>>
>>> 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
>>>
>>>

Best Regards,

Si
[hidden email]



Reply | Threaded
Open this post in threaded view
|

Re: Problem with sending order confirmation email

Tim Ruppert
I'm checking into it now.

--
Tim Ruppert
HotWax Media
http://www.hotwaxmedia.com

o:801.649.6594
f:801.649.6595

Si Chen wrote:

> I think I fixed that already.  Can you check it to see if anonymous
> order emails are working now?
>
> On Nov 3, 2006, at 6:01 AM, Tim Ruppert 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" <[hidden email]> 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&sendTo=duper@... 
>>>
>>>
>>>> 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
>>>>
>>>>
>
> Best Regards,
>
> Si
> [hidden email]
>
>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Problem with sending order confirmation email

Tim Ruppert
Unfortunately, I got an error when trying to send the email.  I research
it and get back to everyone.

Cheers,
Tim

--
Tim Ruppert
HotWax Media
http://www.hotwaxmedia.com

o:801.649.6594
f:801.649.6595

Tim Ruppert wrote:

> I'm checking into it now.
>
> --
> Tim Ruppert
> HotWax Media
> http://www.hotwaxmedia.com
>
> o:801.649.6594
> f:801.649.6595
>
> Si Chen wrote:
>> I think I fixed that already.  Can you check it to see if anonymous
>> order emails are working now?
>>
>> On Nov 3, 2006, at 6:01 AM, Tim Ruppert 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" <[hidden email]> 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&sendTo=duper@... 
>>>>
>>>>
>>>>> 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
>>>>>
>>>>>
>>
>> Best Regards,
>>
>> Si
>> [hidden email]
>>
>>
>>
>>
Reply | Threaded
Open this post in threaded view
|

Re: Problem with sending order confirmation email

Jacopo Cappellato
my guess is that it could be caused by the userLogin variable that is
null when the orderview.bsh script is run by the send mail service...
the userLogin object is used to call two services in the script.

Does it make sense?

Jacopo

Tim Ruppert wrote:
> Unfortunately, I got an error when trying to send the email.  I research
> it and get back to everyone.
>
> Cheers,
> Tim

Reply | Threaded
Open this post in threaded view
|

Re: Problem with sending order confirmation email

Tim Ruppert
Keep in mind that this is the anonymous checkout - I'm running version
469917 from earlier this week.

Cheers,
Tim

--
Tim Ruppert
HotWax Media
http://www.hotwaxmedia.com

o:801.649.6594
f:801.649.6595

Jacopo Cappellato wrote:

> my guess is that it could be caused by the userLogin variable that is
> null when the orderview.bsh script is run by the send mail service...
> the userLogin object is used to call two services in the script.
>
> Does it make sense?
>
> Jacopo
>
> Tim Ruppert wrote:
>> Unfortunately, I got an error when trying to send the email.  I
>> research it and get back to everyone.
>>
>> Cheers,
>> Tim
Reply | Threaded
Open this post in threaded view
|

Re: Problem with sending order confirmation email

Tim Ruppert
At long last - David and I tracked down the issues surrounding this and
now it's fixed!  It's in version 471137.

Cheers,
Tim

--
Tim Ruppert
HotWax Media
http://www.hotwaxmedia.com

o:801.649.6594
f:801.649.6595

Tim Ruppert wrote:

> Keep in mind that this is the anonymous checkout - I'm running version
> 469917 from earlier this week.
>
> Cheers,
> Tim
>
> --
> Tim Ruppert
> HotWax Media
> http://www.hotwaxmedia.com
>
> o:801.649.6594
> f:801.649.6595
>
> Jacopo Cappellato wrote:
>> my guess is that it could be caused by the userLogin variable that is
>> null when the orderview.bsh script is run by the send mail service...
>> the userLogin object is used to call two services in the script.
>>
>> Does it make sense?
>>
>> Jacopo
>>
>> Tim Ruppert wrote:
>>> Unfortunately, I got an error when trying to send the email.  I
>>> research it and get back to everyone.
>>>
>>> Cheers,
>>> Tim
Reply | Threaded
Open this post in threaded view
|

Re: Problem with sending order confirmation email

G.Venkata Phanindra
Hi,
Thanks for all your reply. will updating my ofbiz version to 471137 fixes
this problem????
regards
G Venkata Phanindra.

On 11/4/06, Tim Ruppert <[hidden email]> wrote:

>
> At long last - David and I tracked down the issues surrounding this and
> now it's fixed!  It's in version 471137.
>
> Cheers,
> Tim
>
> --
> Tim Ruppert
> HotWax Media
> http://www.hotwaxmedia.com
>
> o:801.649.6594
> f:801.649.6595
>
> Tim Ruppert wrote:
> > Keep in mind that this is the anonymous checkout - I'm running version
> > 469917 from earlier this week.
> >
> > Cheers,
> > Tim
> >
> > --
> > Tim Ruppert
> > HotWax Media
> > http://www.hotwaxmedia.com
> >
> > o:801.649.6594
> > f:801.649.6595
> >
> > Jacopo Cappellato wrote:
> >> my guess is that it could be caused by the userLogin variable that is
> >> null when the orderview.bsh script is run by the send mail service...
> >> the userLogin object is used to call two services in the script.
> >>
> >> Does it make sense?
> >>
> >> Jacopo
> >>
> >> Tim Ruppert wrote:
> >>> Unfortunately, I got an error when trying to send the email.  I
> >>> research it and get back to everyone.
> >>>
> >>> Cheers,
> >>> Tim
>



--
G.Venkata Phanindra
Mob:: 9849852989
Reply | Threaded
Open this post in threaded view
|

Re: Problem with sending order confirmation email

Tim Ruppert
I can't guarantee anything other that - when I have the isDemoStore
setting set properly and do an anonymous checkout - it works for me.  
Good luck.

Cheers,
Tim

--
Tim Ruppert
HotWax Media
http://www.hotwaxmedia.com

o:801.649.6594
f:801.649.6595



G.Venkata Phanindra wrote:

> Hi,
> Thanks for all your reply. will updating my ofbiz version to 471137 fixes
> this problem????
> regards
> G Venkata Phanindra.
>
> On 11/4/06, Tim Ruppert <[hidden email]> wrote:
>>
>> At long last - David and I tracked down the issues surrounding this and
>> now it's fixed!  It's in version 471137.
>>
>> Cheers,
>> Tim
>>
>> --
>> Tim Ruppert
>> HotWax Media
>> http://www.hotwaxmedia.com
>>
>> o:801.649.6594
>> f:801.649.6595
>>
>> Tim Ruppert wrote:
>> > Keep in mind that this is the anonymous checkout - I'm running version
>> > 469917 from earlier this week.
>> >
>> > Cheers,
>> > Tim
>> >
>> > --
>> > Tim Ruppert
>> > HotWax Media
>> > http://www.hotwaxmedia.com
>> >
>> > o:801.649.6594
>> > f:801.649.6595
>> >
>> > Jacopo Cappellato wrote:
>> >> my guess is that it could be caused by the userLogin variable that is
>> >> null when the orderview.bsh script is run by the send mail service...
>> >> the userLogin object is used to call two services in the script.
>> >>
>> >> Does it make sense?
>> >>
>> >> Jacopo
>> >>
>> >> Tim Ruppert wrote:
>> >>> Unfortunately, I got an error when trying to send the email.  I
>> >>> research it and get back to everyone.
>> >>>
>> >>> Cheers,
>> >>> Tim
>>
>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Problem with sending order confirmation email

G.Venkata Phanindra
Hi,
      It will be of great if u can provide me with the list of file i need
to update for this  particular issue or bug fix. As i cannot update whole of
ofbiz.
Regards
G Venkata Phanindra.

On 11/6/06, Tim Ruppert <[hidden email]> wrote:

>
> I can't guarantee anything other that - when I have the isDemoStore
> setting set properly and do an anonymous checkout - it works for me.
> Good luck.
>
> Cheers,
> Tim
>
> --
> Tim Ruppert
> HotWax Media
> http://www.hotwaxmedia.com
>
> o:801.649.6594
> f:801.649.6595
>
>
>
> G.Venkata Phanindra wrote:
> > Hi,
> > Thanks for all your reply. will updating my ofbiz version to 471137
> fixes
> > this problem????
> > regards
> > G Venkata Phanindra.
> >
> > On 11/4/06, Tim Ruppert <[hidden email]> wrote:
> >>
> >> At long last - David and I tracked down the issues surrounding this and
>
> >> now it's fixed!  It's in version 471137.
> >>
> >> Cheers,
> >> Tim
> >>
> >> --
> >> Tim Ruppert
> >> HotWax Media
> >> http://www.hotwaxmedia.com
> >>
> >> o:801.649.6594
> >> f:801.649.6595
> >>
> >> Tim Ruppert wrote:
> >> > Keep in mind that this is the anonymous checkout - I'm running
> version
> >> > 469917 from earlier this week.
> >> >
> >> > Cheers,
> >> > Tim
> >> >
> >> > --
> >> > Tim Ruppert
> >> > HotWax Media
> >> > http://www.hotwaxmedia.com
> >> >
> >> > o:801.649.6594
> >> > f:801.649.6595
> >> >
> >> > Jacopo Cappellato wrote:
> >> >> my guess is that it could be caused by the userLogin variable that
> is
> >> >> null when the orderview.bsh script is run by the send mail
> service...
> >> >> the userLogin object is used to call two services in the script.
> >> >>
> >> >> Does it make sense?
> >> >>
> >> >> Jacopo
> >> >>
> >> >> Tim Ruppert wrote:
> >> >>> Unfortunately, I got an error when trying to send the email.  I
> >> >>> research it and get back to everyone.
> >> >>>
> >> >>> Cheers,
> >> >>> Tim
> >>
> >
> >
> >
>



--
G.Venkata Phanindra
Mob:: 9849852989
Reply | Threaded
Open this post in threaded view
|

Re: Problem with sending order confirmation email

Tim Ruppert
I'm not really sure exactly which ones were modified.  If I remember
correctly, I'd do a diff between versions 471100 / 471127 / 471137.  
471127 has some of the fix, but not all of it.

Let me know if there's anything else I can help you with.

Cheers,
Tim

--
Tim Ruppert
HotWax Media
http://www.hotwaxmedia.com

o:801.649.6594
f:801.649.6595

G.Venkata Phanindra wrote:

> Hi,
>      It will be of great if u can provide me with the list of file i need
> to update for this  particular issue or bug fix. As i cannot update
> whole of
> ofbiz.
> Regards
> G Venkata Phanindra.
>
> On 11/6/06, Tim Ruppert <[hidden email]> wrote:
>>
>> I can't guarantee anything other that - when I have the isDemoStore
>> setting set properly and do an anonymous checkout - it works for me.
>> Good luck.
>>
>> Cheers,
>> Tim
>>
>> --
>> Tim Ruppert
>> HotWax Media
>> http://www.hotwaxmedia.com
>>
>> o:801.649.6594
>> f:801.649.6595
>>
>>
>>
>> G.Venkata Phanindra wrote:
>> > Hi,
>> > Thanks for all your reply. will updating my ofbiz version to 471137
>> fixes
>> > this problem????
>> > regards
>> > G Venkata Phanindra.
>> >
>> > On 11/4/06, Tim Ruppert <[hidden email]> wrote:
>> >>
>> >> At long last - David and I tracked down the issues surrounding
>> this and
>>
>> >> now it's fixed!  It's in version 471137.
>> >>
>> >> Cheers,
>> >> Tim
>> >>
>> >> --
>> >> Tim Ruppert
>> >> HotWax Media
>> >> http://www.hotwaxmedia.com
>> >>
>> >> o:801.649.6594
>> >> f:801.649.6595
>> >>
>> >> Tim Ruppert wrote:
>> >> > Keep in mind that this is the anonymous checkout - I'm running
>> version
>> >> > 469917 from earlier this week.
>> >> >
>> >> > Cheers,
>> >> > Tim
>> >> >
>> >> > --
>> >> > Tim Ruppert
>> >> > HotWax Media
>> >> > http://www.hotwaxmedia.com
>> >> >
>> >> > o:801.649.6594
>> >> > f:801.649.6595
>> >> >
>> >> > Jacopo Cappellato wrote:
>> >> >> my guess is that it could be caused by the userLogin variable that
>> is
>> >> >> null when the orderview.bsh script is run by the send mail
>> service...
>> >> >> the userLogin object is used to call two services in the script.
>> >> >>
>> >> >> Does it make sense?
>> >> >>
>> >> >> Jacopo
>> >> >>
>> >> >> Tim Ruppert wrote:
>> >> >>> Unfortunately, I got an error when trying to send the email.  I
>> >> >>> research it and get back to everyone.
>> >> >>>
>> >> >>> Cheers,
>> >> >>> Tim
>> >>
>> >
>> >
>> >
>>
>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Problem with sending order confirmation email

G.Venkata Phanindra
Hi Tim,
        Today i came across a new scenario, i.e i placed an order as a
"admin" from my webstore the order got placed and then i came back to Order
manager selected the order that i placed as admin when i used send
confirmation email  i did not get any problem the mail got generated with
order information.

<!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>


<div class="nav_top">
        <h4>Order Information</h4>
</div>
   <div class="navcontent">
    <div class="screenlet">
        <div class="screenlet-header">
            <div style="float: right;">
            </div>
          <div class="boxhead"> Order #<b>13652</b> Information</div>
        </div>
        <div class="screenlet-body">
            <table width="100%" border="0" cellpadding="1">
                  <tr>
                    <td align="right" valign="top" width="15%">
                      <div class="tabletext"> <b>Name</b></div>
                    </td>
                    <td width="5"> </td>
                    <td align="left" valign="top" width="80%">
                      <div class="tabletext">
                         THE PRIVILEGED qdqeee
                      </div>
                    </td>
                  </tr>
                  <tr><td colspan="7"><hr class="sepbar"/></td></tr>
                <tr>
                  <td align="right" valign="top" width="15%">
                    <div class="tabletext"> <b>Status</b></div>
                  </td>
                  <td width="5"> </td>
                  <td align="left" valign="top" width="80%">
Created_EXT_PAYPAL                  </td>
                </tr>
                  <tr><td colspan="7"><hr class="sepbar"/></td></tr>
                  <tr>
                    <td align="right" valign="top" width="15%">
                      <div class="tabletext"> <b>Date</b></div>
                    </td>
                    <td width="5"> </td>
                    <td align="left" valign="top" width="80%">
                      <div class="tabletext">2006-10-30 19:20:59.0</div>
                    </td>
                  </tr>
            </table>
        </div>
    </div>
</div>
<div class="nav_btm"></div>
<div class="nav_top">
        <h4>Order Items</h4>
</div>

    <div class="navcontent">

        <div class="screenlet-body">
            <table width="100%" border="0" cellpadding="0">
              <tr align="left" valign="bottom">
                <td width="35%" align="left"><span
class="tableheadtext"><b>GiftsnideasProduct</b></span></td>
                  <td width="10%" align="right"> </td>
                  <td width="10%" align="right"> </td>
                  <td width="10%" align="right"><span
class="tableheadtext"><b>Qty Ordered</b></span></td>
                <td width="10%" align="right"><span
class="tableheadtext"><b>GiftsnideasUnitPrice</b></span></td>
                <td width="10%" align="right"><span
class="tableheadtext"><b>Adjustments</b></span></td>
                <td width="10%" align="right"><span
class="tableheadtext"><b>Subtotal</b></span></td>
              </tr>
                <tr><td colspan="10"><hr class="sepbar"/></td></tr>
                <tr>
                    <td valign="top">
                      <div class="tabletext">
                        <b>10098 - Origami Earrings</b>
                      </div>
                      <div class="tabletext" style="font-size: xx-small;">
                      </div>
                    </td>
                      <td> </td>
                      <td> </td>
                    <td align="right" valign="top">
                      <div class="tabletext">1</div>
                    </td>
                    <td align="right" valign="top">
                      <div class="tabletext">$100.00</div>
                    </td>
                    <td align="right" valign="top">
                      <div class="tabletext">$0.00</div>
                    </td>
                    <td align="right" valign="top">
                      <div class="tabletext">$100.00</div>
                    </td>
                </tr>

                    <tr>
                      <td align="right">
                        <div class="tabletext" style="font-size:
xx-small;"><b><i>Ship Group</i>:</b> [00001] gfhfhf</div>
                      </td>
                      <td align="right">
                        <div class="tabletext" style="font-size:
xx-small;">1</div>
                      </td>
                      <td> </td>
                      <td> </td>
                      <td> </td>
                      <td> </td>
                      <td> </td>
                    </tr>


              <tr><td colspan="10"><hr class="sepbar"/></td></tr>
              <tr>
                <td align="right" colspan="6"><div
class="tabletext"><b>Subtotal</b></div></td>
                <td align="right"><div class="tabletext">$100.00</div></td>
              </tr>
              <tr>
                <td align="right" colspan="6"><div
class="tabletext"><b>Shipping and Handling</b></div></td>
                <td align="right"><div class="tabletext">$0.00</div></td>
              </tr>
              <tr>
                <td align="right" colspan="6"><div
class="tabletext"><b>Sales Tax</b></div></td>
                <td align="right"><div class="tabletext">$0.00</div></td>
              </tr>

              <tr><td colspan="2"></td><td colspan="9"><hr
class="sepbar"/></td></tr>
              <tr>
                <td align="right" colspan="6"><div
class="tabletext"><b>Grand Total</b></div></td>
                <td align="right">
                  <div class="tabletext">$100.00</div>
                </td>
              </tr>
            </table>
        </div>
    </div>
<div class="nav_btm"></div>
<div class="nav_top">
        <h4>Shipping Information</h4>
</div>
<div class="navcontent">
<table>
<tr>


    <td >

    <div class="screenlet">
        <div class="screenlet-header">
            <div class="boxhead"> </div>
        </div>
        <div class="screenlet-body">

              <table width="100%" border="0" cellpadding="1">
                  <tr>
                    <td align="right" valign="top" width="15%">
                      <div class="tabletext"> <b>Destination</b>
[00001]</div>
                    </td>
                    <td width="5"> </td>
                    <td align="left" valign="top" width="80%">
                      <div class="tabletext">
                        <b>To:</b> ghjg<br/>
                        <b>Attn:</b> gfhf<br/>
                        gfhfhf<br/>
                        ghfhfhf<br/>
                        hyderabad
                        544646<br/>
                        ABW
                      </div>
                    </td>
                  </tr>
                  <tr><td colspan="7"><hr class="sepbar"/></td></tr>
                <tr>
                  <td align="right" valign="top" width="15%">
                    <div class="tabletext"> <b>Method</b></div>
                  </td>
                  <td width="5"> </td>
                  <td align="left" valign="top" width="80%">
                    <div class="tabletext">

                      UPS
                      Air

                    </div>
                  </td>
                </tr>
                <tr><td colspan="7"><hr class="sepbar"/></td></tr>

                <tr><td colspan="7"><hr class="sepbar"/></td></tr>
                <tr>
                  <td align="right" valign="top" width="15%">
                    <div class="tabletext"> <b>Delivery Date</b></div>
                  </td>
                  <td width="5"> </td>
                  <td align="left" valign="top" width="80%">
                    <div class="tabletext">31/Oct/2006</div>
                  </td>
                </tr>
              </table>

        </div>
    </div>

    </td>
  </tr>
</table>
</div>
<div class="nav_btm"></div>
<div class="nav_top">
        <h4>Payment Information</h4>
</div>
<div class="navcontent">
    <div class="screenlet">

        <div class="screenlet-body">
            <table width="100%" border="0" cellpadding="1">
                  <tr>
                      <td colspan="3" valign="top">
                        <div class="tabletext" align="center"><b>Payment Via
Paypal</b></div>
                      </td>
                  </tr>
            </table>
        </div>
    </div>
    </td>
</tr>
</table>
</div>
<div class="nav_btm"></div>

<br/>
<div class="nav_top">
        <h4>Order Items</h4>
</div>

    <div class="navcontent">

        <div class="screenlet-body">
            <table width="100%" border="0" cellpadding="0">
              <tr align="left" valign="bottom">
                <td width="35%" align="left"><span
class="tableheadtext"><b>GiftsnideasProduct</b></span></td>
                  <td width="10%" align="right"> </td>
                  <td width="10%" align="right"> </td>
                  <td width="10%" align="right"><span
class="tableheadtext"><b>Qty Ordered</b></span></td>
                <td width="10%" align="right"><span
class="tableheadtext"><b>GiftsnideasUnitPrice</b></span></td>
                <td width="10%" align="right"><span
class="tableheadtext"><b>Adjustments</b></span></td>
                <td width="10%" align="right"><span
class="tableheadtext"><b>Subtotal</b></span></td>
              </tr>
                <tr><td colspan="10"><hr class="sepbar"/></td></tr>
                <tr>
                    <td valign="top">
                      <div class="tabletext">
                        <b>10098 - Origami Earrings</b>
                      </div>
                      <div class="tabletext" style="font-size: xx-small;">
                      </div>
                    </td>
                      <td> </td>
                      <td> </td>
                    <td align="right" valign="top">
                      <div class="tabletext">1</div>
                    </td>
                    <td align="right" valign="top">
                      <div class="tabletext">$100.00</div>
                    </td>
                    <td align="right" valign="top">
                      <div class="tabletext">$0.00</div>
                    </td>
                    <td align="right" valign="top">
                      <div class="tabletext">$100.00</div>
                    </td>
                </tr>

                    <tr>
                      <td align="right">
                        <div class="tabletext" style="font-size:
xx-small;"><b><i>Ship Group</i>:</b> [00001] gfhfhf</div>
                      </td>
                      <td align="right">
                        <div class="tabletext" style="font-size:
xx-small;">1</div>
                      </td>
                      <td> </td>
                      <td> </td>
                      <td> </td>
                      <td> </td>
                      <td> </td>
                    </tr>


              <tr><td colspan="10"><hr class="sepbar"/></td></tr>
              <tr>
                <td align="right" colspan="6"><div
class="tabletext"><b>Subtotal</b></div></td>
                <td align="right"><div class="tabletext">$100.00</div></td>
              </tr>
              <tr>
                <td align="right" colspan="6"><div
class="tabletext"><b>Shipping and Handling</b></div></td>
                <td align="right"><div class="tabletext">$0.00</div></td>
              </tr>
              <tr>
                <td align="right" colspan="6"><div
class="tabletext"><b>Sales Tax</b></div></td>
                <td align="right"><div class="tabletext">$0.00</div></td>
              </tr>

              <tr><td colspan="2"></td><td colspan="9"><hr
class="sepbar"/></td></tr>
              <tr>
                <td align="right" colspan="6"><div
class="tabletext"><b>Grand Total</b></div></td>
                <td align="right">
                  <div class="tabletext">$100.00</div>
                </td>
              </tr>
            </table>
        </div>
    </div>
<div class="nav_btm"></div>

</body>
</html>


What could be the reason its not working when i am trying to send order
confirmation email i am getting the message

<!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

Phani



On 11/6/06, Tim Ruppert <[hidden email]> wrote:

>
> I'm not really sure exactly which ones were modified.  If I remember
> correctly, I'd do a diff between versions 471100 / 471127 / 471137.
> 471127 has some of the fix, but not all of it.
>
> Let me know if there's anything else I can help you with.
>
> Cheers,
> Tim
>
> --
> Tim Ruppert
> HotWax Media
> http://www.hotwaxmedia.com
>
> o:801.649.6594
> f:801.649.6595
>
> G.Venkata Phanindra wrote:
> > Hi,
> >      It will be of great if u can provide me with the list of file i
> need
> > to update for this  particular issue or bug fix. As i cannot update
> > whole of
> > ofbiz.
> > Regards
> > G Venkata Phanindra.
> >
> > On 11/6/06, Tim Ruppert <[hidden email]> wrote:
> >>
> >> I can't guarantee anything other that - when I have the isDemoStore
> >> setting set properly and do an anonymous checkout - it works for me.
> >> Good luck.
> >>
> >> Cheers,
> >> Tim
> >>
> >> --
> >> Tim Ruppert
> >> HotWax Media
> >> http://www.hotwaxmedia.com
> >>
> >> o:801.649.6594
> >> f:801.649.6595
> >>
> >>
> >>
> >> G.Venkata Phanindra wrote:
> >> > Hi,
> >> > Thanks for all your reply. will updating my ofbiz version to 471137
> >> fixes
> >> > this problem????
> >> > regards
> >> > G Venkata Phanindra.
> >> >
> >> > On 11/4/06, Tim Ruppert <[hidden email]> wrote:
> >> >>
> >> >> At long last - David and I tracked down the issues surrounding
> >> this and
> >>
> >> >> now it's fixed!  It's in version 471137.
> >> >>
> >> >> Cheers,
> >> >> Tim
> >> >>
> >> >> --
> >> >> Tim Ruppert
> >> >> HotWax Media
> >> >> http://www.hotwaxmedia.com
> >> >>
> >> >> o:801.649.6594
> >> >> f:801.649.6595
> >> >>
> >> >> Tim Ruppert wrote:
> >> >> > Keep in mind that this is the anonymous checkout - I'm running
> >> version
> >> >> > 469917 from earlier this week.
> >> >> >
> >> >> > Cheers,
> >> >> > Tim
> >> >> >
> >> >> > --
> >> >> > Tim Ruppert
> >> >> > HotWax Media
> >> >> > http://www.hotwaxmedia.com
> >> >> >
> >> >> > o:801.649.6594
> >> >> > f:801.649.6595
> >> >> >
> >> >> > Jacopo Cappellato wrote:
> >> >> >> my guess is that it could be caused by the userLogin variable
> that
> >> is
> >> >> >> null when the orderview.bsh script is run by the send mail
> >> service...
> >> >> >> the userLogin object is used to call two services in the script.
> >> >> >>
> >> >> >> Does it make sense?
> >> >> >>
> >> >> >> Jacopo
> >> >> >>
> >> >> >> Tim Ruppert wrote:
> >> >> >>> Unfortunately, I got an error when trying to send the email.  I
> >> >> >>> research it and get back to everyone.
> >> >> >>>
> >> >> >>> Cheers,
> >> >> >>> Tim
> >> >>
> >> >
> >> >
> >> >
> >>
> >
> >
> >
>



--
G.Venkata Phanindra
Mob:: 9849852989
Reply | Threaded
Open this post in threaded view
|

Re: Problem with sending order confirmation email

G.Venkata Phanindra
Hi Tim
        I am able to fix the problem i am facing with by making the
following changes in orderstatus.bsh file  its working for me in all
scenarios but i want have a confirmation that what ever i have coded is
correct.

orderHeader = null;
if (orderId != null && orderId.length() > 0) {
    orderHeader = delegator.findByPrimaryKey("OrderHeader",
UtilMisc.toMap("orderId",
orderId));
    if (orderHeader != null) {
        orderRole = delegator.findByPrimaryKey("OrderRole",
UtilMisc.toMap("orderId",
orderId, "partyId", partyId, "roleTypeId", "PLACING_CUSTOMER"));
        if (userLogin == null || orderRole == null) {
            context.remove("orderHeader");
            orderHeader = null;
            System.out.println("OrderHeader is  Equal to null ????????
:((");
        }
    }
}

*********************** changes *****************
orderHeader = null;
if (orderId != null && orderId.length() > 0) {
    orderHeader = delegator.findByPrimaryKey("OrderHeader",
UtilMisc.toMap("orderId",
orderId));
    if (orderHeader != null) {
        orderRoleList = delegator.findByLike("OrderRole",
UtilMisc.toMap("orderId",
orderId, "roleTypeId", "PLACING_CUSTOMER"));
        orderRole = orderRoleList.get(0);
        if (userLogin == null || orderRole == null) {
            context.remove("orderHeader");
            orderHeader = null;
        }
    }
}


On 11/7/06, G.Venkata Phanindra <[hidden email]> wrote:

>
> Hi Tim,
>         Today i came across a new scenario, i.e i placed an order as a
> "admin" from my webstore the order got placed and then i came back to Order
> manager selected the order that i placed as admin when i used send
> confirmation email  i did not get any problem the mail got generated with
> order information.
>
> <!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>
>
>
> <div class="nav_top">
>         <h4>Order Information</h4>
> </div>
>    <div class="navcontent">
>     <div class="screenlet">
>         <div class="screenlet-header">
>             <div style="float: right;">
>             </div>
>           <div class="boxhead"> Order #<b>13652</b> Information</div>
>         </div>
>         <div class="screenlet-body">
>             <table width="100%" border="0" cellpadding="1">
>                   <tr>
>                     <td align="right" valign="top" width="15%">
>                       <div class="tabletext"> <b>Name</b></div>
>                     </td>
>                     <td width="5"> </td>
>                     <td align="left" valign="top" width="80%">
>                       <div class="tabletext">
>                          THE PRIVILEGED qdqeee
>                       </div>
>                     </td>
>                   </tr>
>                   <tr><td colspan="7"><hr class="sepbar"/></td></tr>
>                 <tr>
>                   <td align="right" valign="top" width="15%">
>                     <div class="tabletext"> <b>Status</b></div>
>                   </td>
>                   <td width="5"> </td>
>                   <td align="left" valign="top" width="80%">
> Created_EXT_PAYPAL                  </td>
>                 </tr>
>                   <tr><td colspan="7"><hr class="sepbar"/></td></tr>
>                   <tr>
>                     <td align="right" valign="top" width="15%">
>                       <div class="tabletext"> <b>Date</b></div>
>                     </td>
>                     <td width="5"> </td>
>                     <td align="left" valign="top" width="80%">
>                       <div class="tabletext">2006-10-30 19:20:59.0</div>
>                     </td>
>                   </tr>
>             </table>
>         </div>
>     </div>
> </div>
> <div class="nav_btm"></div>
> <div class="nav_top">
>         <h4>Order Items</h4>
> </div>
>
>     <div class="navcontent">
>
>         <div class="screenlet-body">
>             <table width="100%" border="0" cellpadding="0">
>               <tr align="left" valign="bottom">
>                 <td width="35%" align="left"><span
> class="tableheadtext"><b>GiftsnideasProduct</b></span></td>
>                   <td width="10%" align="right"> </td>
>                   <td width="10%" align="right"> </td>
>                   <td width="10%" align="right"><span
> class="tableheadtext"><b>Qty Ordered</b></span></td>
>                 <td width="10%" align="right"><span
> class="tableheadtext"><b>GiftsnideasUnitPrice</b></span></td>
>                 <td width="10%" align="right"><span
> class="tableheadtext"><b>Adjustments</b></span></td>
>                 <td width="10%" align="right"><span
> class="tableheadtext"><b>Subtotal</b></span></td>
>               </tr>
>                 <tr><td colspan="10"><hr class="sepbar"/></td></tr>
>                 <tr>
>                     <td valign="top">
>                       <div class="tabletext">
>                         <b>10098 - Origami Earrings</b>
>                       </div>
>                       <div class="tabletext" style="font-size: xx-small;">
>                       </div>
>                     </td>
>                       <td> </td>
>                       <td> </td>
>                     <td align="right" valign="top">
>                       <div
> class="tabletext">1</div>
>                     </td>
>                     <td align="right" valign="top">
>                       <div class="tabletext">$100.00</div>
>                     </td>
>                     <td align="right" valign="top">
>                       <div class="tabletext">$0.00</div>
>                     </td>
>                     <td align="right" valign="top">
>                       <div class="tabletext">$100.00</div>
>                     </td>
>                 </tr>
>
>                     <tr>
>                       <td align="right">
>                         <div class="tabletext" style="font-size:
> xx-small;"><b><i>Ship Group</i>:</b> [00001] gfhfhf</div>
>                       </td>
>                       <td align="right">
>                         <div class="tabletext" style="font-size:
> xx-small;">1</div>
>                       </td>
>                       <td> </td>
>                       <td> </td>
>                       <td> </td>
>                       <td> </td>
>                       <td> </td>
>                     </tr>
>
>
>               <tr><td colspan="10"><hr class="sepbar"/></td></tr>
>               <tr>
>                 <td align="right" colspan="6"><div
> class="tabletext"><b>Subtotal</b></div></td>
>                 <td align="right"><div
> class="tabletext">$100.00</div></td>
>               </tr>
>               <tr>
>                 <td align="right" colspan="6"><div
> class="tabletext"><b>Shipping and Handling</b></div></td>
>                 <td align="right"><div class="tabletext">$0.00</div></td>
>               </tr>
>               <tr>
>                 <td align="right" colspan="6"><div
> class="tabletext"><b>Sales Tax</b></div></td>
>                 <td align="right"><div class="tabletext">$0.00</div></td>
>               </tr>
>
>               <tr><td colspan="2"></td><td colspan="9"><hr
> class="sepbar"/></td></tr>
>               <tr>
>                 <td align="right" colspan="6"><div
> class="tabletext"><b>Grand Total</b></div></td>
>                 <td align="right">
>                   <div class="tabletext">$100.00</div>
>                 </td>
>               </tr>
>             </table>
>         </div>
>     </div>
> <div class="nav_btm"></div>
> <div class="nav_top">
>         <h4>Shipping Information</h4>
> </div>
> <div class="navcontent">
> <table>
> <tr>
>
>
>     <td >
>
>     <div class="screenlet">
>         <div class="screenlet-header">
>             <div class="boxhead"> </div>
>         </div>
>         <div class="screenlet-body">
>
>               <table width="100%" border="0" cellpadding="1">
>                   <tr>
>                     <td align="right" valign="top" width="15%">
>                       <div class="tabletext"> <b>Destination</b>
> [00001]</div>
>                     </td>
>                     <td width="5"> </td>
>                     <td align="left" valign="top" width="80%">
>                       <div class="tabletext">
>                         <b>To:</b> ghjg<br/>
>                         <b>Attn:</b> gfhf<br/>
>                         gfhfhf<br/>
>                         ghfhfhf<br/>
>                         hyderabad
>                         544646<br/>
>                         ABW
>                       </div>
>                     </td>
>                   </tr>
>                   <tr><td colspan="7"><hr class="sepbar"/></td></tr>
>                 <tr>
>                   <td align="right" valign="top" width="15%">
>                     <div class="tabletext"> <b>Method</b></div>
>                   </td>
>                   <td width="5"> </td>
>                   <td align="left" valign="top" width="80%">
>                     <div class="tabletext">
>
>                       UPS
>                       Air
>
>                     </div>
>                   </td>
>                 </tr>
>                 <tr><td colspan="7"><hr class="sepbar"/></td></tr>
>
>                 <tr><td colspan="7"><hr class="sepbar"/></td></tr>
>                 <tr>
>                   <td align="right" valign="top" width="15%">
>                     <div class="tabletext"> <b>Delivery Date</b></div>
>                   </td>
>                   <td width="5"> </td>
>                   <td align="left" valign="top" width="80%">
>                     <div class="tabletext">31/Oct/2006</div>
>                   </td>
>                 </tr>
>               </table>
>
>         </div>
>     </div>
>
>     </td>
>   </tr>
> </table>
> </div>
> <div class="nav_btm"></div>
> <div class="nav_top">
>         <h4>Payment Information</h4>
> </div>
> <div class="navcontent">
>     <div class="screenlet">
>
>         <div class="screenlet-body">
>             <table width="100%" border="0" cellpadding="1">
>                   <tr>
>                       <td colspan="3" valign="top">
>                         <div class="tabletext" align="center"><b>Payment
> Via Paypal</b></div>
>                       </td>
>                   </tr>
>             </table>
>         </div>
>     </div>
>     </td>
> </tr>
> </table>
> </div>
> <div class="nav_btm"></div>
>
> <br/>
> <div class="nav_top">
>         <h4>Order Items</h4>
> </div>
>
>     <div class="navcontent">
>
>         <div class="screenlet-body">
>             <table width="100%" border="0" cellpadding="0">
>               <tr align="left" valign="bottom">
>                 <td width="35%" align="left"><span
> class="tableheadtext"><b>GiftsnideasProduct</b></span></td>
>                   <td width="10%" align="right"> </td>
>                   <td width="10%" align="right"> </td>
>                   <td width="10%" align="right"><span
> class="tableheadtext"><b>Qty Ordered</b></span></td>
>                 <td width="10%" align="right"><span
> class="tableheadtext"><b>GiftsnideasUnitPrice</b></span></td>
>                 <td width="10%" align="right"><span
> class="tableheadtext"><b>Adjustments</b></span></td>
>                 <td width="10%" align="right"><span
> class="tableheadtext"><b>Subtotal</b></span></td>
>               </tr>
>                 <tr><td colspan="10"><hr class="sepbar"/></td></tr>
>                 <tr>
>                     <td valign="top">
>                       <div class="tabletext">
>                         <b>10098 - Origami Earrings</b>
>                       </div>
>                       <div class="tabletext" style="font-size: xx-small;">
>                       </div>
>                     </td>
>                       <td> </td>
>                       <td> </td>
>                     <td align="right" valign="top">
>                       <div
> class="tabletext">1</div>
>                     </td>
>                     <td align="right" valign="top">
>                       <div class="tabletext">$100.00</div>
>                     </td>
>                     <td align="right" valign="top">
>                       <div class="tabletext">$0.00</div>
>                     </td>
>                     <td align="right" valign="top">
>                       <div class="tabletext">$100.00</div>
>                     </td>
>                 </tr>
>
>                     <tr>
>                       <td align="right">
>                         <div class="tabletext" style="font-size:
> xx-small;"><b><i>Ship Group</i>:</b> [00001] gfhfhf</div>
>                       </td>
>                       <td align="right">
>                         <div class="tabletext" style="font-size:
> xx-small;">1</div>
>                       </td>
>                       <td> </td>
>                       <td> </td>
>                       <td> </td>
>                       <td> </td>
>                       <td> </td>
>                     </tr>
>
>
>               <tr><td colspan="10"><hr class="sepbar"/></td></tr>
>               <tr>
>                 <td align="right" colspan="6"><div
> class="tabletext"><b>Subtotal</b></div></td>
>                 <td align="right"><div
> class="tabletext">$100.00</div></td>
>               </tr>
>               <tr>
>                 <td align="right" colspan="6"><div
> class="tabletext"><b>Shipping and Handling</b></div></td>
>                 <td align="right"><div class="tabletext">$0.00</div></td>
>               </tr>
>               <tr>
>                 <td align="right" colspan="6"><div
> class="tabletext"><b>Sales Tax</b></div></td>
>                 <td align="right"><div class="tabletext">$0.00</div></td>
>               </tr>
>
>               <tr><td colspan="2"></td><td colspan="9"><hr
> class="sepbar"/></td></tr>
>               <tr>
>                 <td align="right" colspan="6"><div
> class="tabletext"><b>Grand Total</b></div></td>
>                 <td align="right">
>                   <div class="tabletext">$100.00</div>
>                 </td>
>               </tr>
>             </table>
>         </div>
>     </div>
> <div class="nav_btm"></div>
>
> </body>
> </html>
>
>
> What could be the reason its not working when i am trying to send order
> confirmation email i am getting the message
>
> <!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
>
> Phani
>
>
>
> On 11/6/06, Tim Ruppert <[hidden email]> wrote:
> >
> > I'm not really sure exactly which ones were modified.  If I remember
> > correctly, I'd do a diff between versions 471100 / 471127 / 471137.
> > 471127 has some of the fix, but not all of it.
> >
> > Let me know if there's anything else I can help you with.
> >
> > Cheers,
> > Tim
> >
> > --
> > Tim Ruppert
> > HotWax Media
> > http://www.hotwaxmedia.com
> >
> > o:801.649.6594
> > f:801.649.6595
> >
> > G.Venkata Phanindra wrote:
> > > Hi,
> > >      It will be of great if u can provide me with the list of file i
> > need
> > > to update for this  particular issue or bug fix. As i cannot update
> > > whole of
> > > ofbiz.
> > > Regards
> > > G Venkata Phanindra.
> > >
> > > On 11/6/06, Tim Ruppert <[hidden email]> wrote:
> > >>
> > >> I can't guarantee anything other that - when I have the isDemoStore
> > >> setting set properly and do an anonymous checkout - it works for me.
> > >> Good luck.
> > >>
> > >> Cheers,
> > >> Tim
> > >>
> > >> --
> > >> Tim Ruppert
> > >> HotWax Media
> > >> http://www.hotwaxmedia.com
> > >>
> > >> o:801.649.6594
> > >> f:801.649.6595
> > >>
> > >>
> > >>
> > >> G.Venkata Phanindra wrote:
> > >> > Hi,
> > >> > Thanks for all your reply. will updating my ofbiz version to 471137
> > >> fixes
> > >> > this problem????
> > >> > regards
> > >> > G Venkata Phanindra.
> > >> >
> > >> > On 11/4/06, Tim Ruppert <[hidden email]> wrote:
> > >> >>
> > >> >> At long last - David and I tracked down the issues surrounding
> > >> this and
> > >>
> > >> >> now it's fixed!  It's in version 471137.
> > >> >>
> > >> >> Cheers,
> > >> >> Tim
> > >> >>
> > >> >> --
> > >> >> Tim Ruppert
> > >> >> HotWax Media
> > >> >> http://www.hotwaxmedia.com
> > >> >>
> > >> >> o:801.649.6594
> > >> >> f:801.649.6595
> > >> >>
> > >> >> Tim Ruppert wrote:
> > >> >> > Keep in mind that this is the anonymous checkout - I'm running
> > >> version
> > >> >> > 469917 from earlier this week.
> > >> >> >
> > >> >> > Cheers,
> > >> >> > Tim
> > >> >> >
> > >> >> > --
> > >> >> > Tim Ruppert
> > >> >> > HotWax Media
> > >> >> > http://www.hotwaxmedia.com
> > >> >> >
> > >> >> > o:801.649.6594
> > >> >> > f:801.649.6595
> > >> >> >
> > >> >> > Jacopo Cappellato wrote:
> > >> >> >> my guess is that it could be caused by the userLogin variable
> > that
> > >> is
> > >> >> >> null when the orderview.bsh script is run by the send mail
> > >> service...
> > >> >> >> the userLogin object is used to call two services in the
> > script.
> > >> >> >>
> > >> >> >> Does it make sense?
> > >> >> >>
> > >> >> >> Jacopo
> > >> >> >>
> > >> >> >> Tim Ruppert wrote:
> > >> >> >>> Unfortunately, I got an error when trying to send the
> > email.  I
> > >> >> >>> research it and get back to everyone.
> > >> >> >>>
> > >> >> >>> Cheers,
> > >> >> >>> Tim
> > >> >>
> > >> >
> > >> >
> > >> >
> > >>
> > >
> > >
> > >
> >
>
>
>
> --
> G.Venkata Phanindra
> Mob:: 9849852989
>



--
G.Venkata Phanindra
Mob:: 9849852989
Reply | Threaded
Open this post in threaded view
|

Re: Problem with sending order confirmation email

David E Jones-2

Phani,

Thanks for persisting on this and tracking it down. I made a similar  
change in SVN rev 472801 that should solve this problem. Could you  
try it out?

-David


On Nov 7, 2006, at 12:06 AM, G.Venkata Phanindra wrote:

> Hi Tim
>        I am able to fix the problem i am facing with by making the
> following changes in orderstatus.bsh file  its working for me in all
> scenarios but i want have a confirmation that what ever i have  
> coded is
> correct.
>
> orderHeader = null;
> if (orderId != null && orderId.length() > 0) {
>    orderHeader = delegator.findByPrimaryKey("OrderHeader",
> UtilMisc.toMap("orderId",
> orderId));
>    if (orderHeader != null) {
>        orderRole = delegator.findByPrimaryKey("OrderRole",
> UtilMisc.toMap("orderId",
> orderId, "partyId", partyId, "roleTypeId", "PLACING_CUSTOMER"));
>        if (userLogin == null || orderRole == null) {
>            context.remove("orderHeader");
>            orderHeader = null;
>            System.out.println("OrderHeader is  Equal to null ????????
> :((");
>        }
>    }
> }
>
> *********************** changes *****************
> orderHeader = null;
> if (orderId != null && orderId.length() > 0) {
>    orderHeader = delegator.findByPrimaryKey("OrderHeader",
> UtilMisc.toMap("orderId",
> orderId));
>    if (orderHeader != null) {
>        orderRoleList = delegator.findByLike("OrderRole",
> UtilMisc.toMap("orderId",
> orderId, "roleTypeId", "PLACING_CUSTOMER"));
>        orderRole = orderRoleList.get(0);
>        if (userLogin == null || orderRole == null) {
>            context.remove("orderHeader");
>            orderHeader = null;
>        }
>    }
> }
>
>
> On 11/7/06, G.Venkata Phanindra <[hidden email]> wrote:
>>
>> Hi Tim,
>>         Today i came across a new scenario, i.e i placed an order  
>> as a
>> "admin" from my webstore the order got placed and then i came back  
>> to Order
>> manager selected the order that i placed as admin when i used send
>> confirmation email  i did not get any problem the mail got  
>> generated with
>> order information.
>>
>> <!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>
>>
>>
>> <div class="nav_top">
>>         <h4>Order Information</h4>
>> </div>
>>    <div class="navcontent">
>>     <div class="screenlet">
>>         <div class="screenlet-header">
>>             <div style="float: right;">
>>             </div>
>>           <div class="boxhead"> Order #<b>13652</b> Information</div>
>>         </div>
>>         <div class="screenlet-body">
>>             <table width="100%" border="0" cellpadding="1">
>>                   <tr>
>>                     <td align="right" valign="top" width="15%">
>>                       <div class="tabletext"> <b>Name</b></div>
>>                     </td>
>>                     <td width="5"> </td>
>>                     <td align="left" valign="top" width="80%">
>>                       <div class="tabletext">
>>                          THE PRIVILEGED qdqeee
>>                       </div>
>>                     </td>
>>                   </tr>
>>                   <tr><td colspan="7"><hr class="sepbar"/></td></tr>
>>                 <tr>
>>                   <td align="right" valign="top" width="15%">
>>                     <div class="tabletext"> <b>Status</b></div>
>>                   </td>
>>                   <td width="5"> </td>
>>                   <td align="left" valign="top" width="80%">
>> Created_EXT_PAYPAL                  </td>
>>                 </tr>
>>                   <tr><td colspan="7"><hr class="sepbar"/></td></tr>
>>                   <tr>
>>                     <td align="right" valign="top" width="15%">
>>                       <div class="tabletext"> <b>Date</b></div>
>>                     </td>
>>                     <td width="5"> </td>
>>                     <td align="left" valign="top" width="80%">
>>                       <div class="tabletext">2006-10-30  
>> 19:20:59.0</div>
>>                     </td>
>>                   </tr>
>>             </table>
>>         </div>
>>     </div>
>> </div>
>> <div class="nav_btm"></div>
>> <div class="nav_top">
>>         <h4>Order Items</h4>
>> </div>
>>
>>     <div class="navcontent">
>>
>>         <div class="screenlet-body">
>>             <table width="100%" border="0" cellpadding="0">
>>               <tr align="left" valign="bottom">
>>                 <td width="35%" align="left"><span
>> class="tableheadtext"><b>GiftsnideasProduct</b></span></td>
>>                   <td width="10%" align="right"> </td>
>>                   <td width="10%" align="right"> </td>
>>                   <td width="10%" align="right"><span
>> class="tableheadtext"><b>Qty Ordered</b></span></td>
>>                 <td width="10%" align="right"><span
>> class="tableheadtext"><b>GiftsnideasUnitPrice</b></span></td>
>>                 <td width="10%" align="right"><span
>> class="tableheadtext"><b>Adjustments</b></span></td>
>>                 <td width="10%" align="right"><span
>> class="tableheadtext"><b>Subtotal</b></span></td>
>>               </tr>
>>                 <tr><td colspan="10"><hr class="sepbar"/></td></tr>
>>                 <tr>
>>                     <td valign="top">
>>                       <div class="tabletext">
>>                         <b>10098 - Origami Earrings</b>
>>                       </div>
>>                       <div class="tabletext" style="font-size: xx-
>> small;">
>>                       </div>
>>                     </td>
>>                       <td> </td>
>>                       <td> </td>
>>                     <td align="right" valign="top">
>>                       <div
>> class="tabletext">1</div>
>>                     </td>
>>                     <td align="right" valign="top">
>>                       <div class="tabletext">$100.00</div>
>>                     </td>
>>                     <td align="right" valign="top">
>>                       <div class="tabletext">$0.00</div>
>>                     </td>
>>                     <td align="right" valign="top">
>>                       <div class="tabletext">$100.00</div>
>>                     </td>
>>                 </tr>
>>
>>                     <tr>
>>                       <td align="right">
>>                         <div class="tabletext" style="font-size:
>> xx-small;"><b><i>Ship Group</i>:</b> [00001] gfhfhf</div>
>>                       </td>
>>                       <td align="right">
>>                         <div class="tabletext" style="font-size:
>> xx-small;">1</div>
>>                       </td>
>>                       <td> </td>
>>                       <td> </td>
>>                       <td> </td>
>>                       <td> </td>
>>                       <td> </td>
>>                     </tr>
>>
>>
>>               <tr><td colspan="10"><hr class="sepbar"/></td></tr>
>>               <tr>
>>                 <td align="right" colspan="6"><div
>> class="tabletext"><b>Subtotal</b></div></td>
>>                 <td align="right"><div
>> class="tabletext">$100.00</div></td>
>>               </tr>
>>               <tr>
>>                 <td align="right" colspan="6"><div
>> class="tabletext"><b>Shipping and Handling</b></div></td>
>>                 <td align="right"><div class="tabletext">$0.00</
>> div></td>
>>               </tr>
>>               <tr>
>>                 <td align="right" colspan="6"><div
>> class="tabletext"><b>Sales Tax</b></div></td>
>>                 <td align="right"><div class="tabletext">$0.00</
>> div></td>
>>               </tr>
>>
>>               <tr><td colspan="2"></td><td colspan="9"><hr
>> class="sepbar"/></td></tr>
>>               <tr>
>>                 <td align="right" colspan="6"><div
>> class="tabletext"><b>Grand Total</b></div></td>
>>                 <td align="right">
>>                   <div class="tabletext">$100.00</div>
>>                 </td>
>>               </tr>
>>             </table>
>>         </div>
>>     </div>
>> <div class="nav_btm"></div>
>> <div class="nav_top">
>>         <h4>Shipping Information</h4>
>> </div>
>> <div class="navcontent">
>> <table>
>> <tr>
>>
>>
>>     <td >
>>
>>     <div class="screenlet">
>>         <div class="screenlet-header">
>>             <div class="boxhead"> </div>
>>         </div>
>>         <div class="screenlet-body">
>>
>>               <table width="100%" border="0" cellpadding="1">
>>                   <tr>
>>                     <td align="right" valign="top" width="15%">
>>                       <div class="tabletext"> <b>Destination</b>
>> [00001]</div>
>>                     </td>
>>                     <td width="5"> </td>
>>                     <td align="left" valign="top" width="80%">
>>                       <div class="tabletext">
>>                         <b>To:</b> ghjg<br/>
>>                         <b>Attn:</b> gfhf<br/>
>>                         gfhfhf<br/>
>>                         ghfhfhf<br/>
>>                         hyderabad
>>                         544646<br/>
>>                         ABW
>>                       </div>
>>                     </td>
>>                   </tr>
>>                   <tr><td colspan="7"><hr class="sepbar"/></td></tr>
>>                 <tr>
>>                   <td align="right" valign="top" width="15%">
>>                     <div class="tabletext"> <b>Method</b></div>
>>                   </td>
>>                   <td width="5"> </td>
>>                   <td align="left" valign="top" width="80%">
>>                     <div class="tabletext">
>>
>>                       UPS
>>                       Air
>>
>>                     </div>
>>                   </td>
>>                 </tr>
>>                 <tr><td colspan="7"><hr class="sepbar"/></td></tr>
>>
>>                 <tr><td colspan="7"><hr class="sepbar"/></td></tr>
>>                 <tr>
>>                   <td align="right" valign="top" width="15%">
>>                     <div class="tabletext"> <b>Delivery Date</b></
>> div>
>>                   </td>
>>                   <td width="5"> </td>
>>                   <td align="left" valign="top" width="80%">
>>                     <div class="tabletext">31/Oct/2006</div>
>>                   </td>
>>                 </tr>
>>               </table>
>>
>>         </div>
>>     </div>
>>
>>     </td>
>>   </tr>
>> </table>
>> </div>
>> <div class="nav_btm"></div>
>> <div class="nav_top">
>>         <h4>Payment Information</h4>
>> </div>
>> <div class="navcontent">
>>     <div class="screenlet">
>>
>>         <div class="screenlet-body">
>>             <table width="100%" border="0" cellpadding="1">
>>                   <tr>
>>                       <td colspan="3" valign="top">
>>                         <div class="tabletext"  
>> align="center"><b>Payment
>> Via Paypal</b></div>
>>                       </td>
>>                   </tr>
>>             </table>
>>         </div>
>>     </div>
>>     </td>
>> </tr>
>> </table>
>> </div>
>> <div class="nav_btm"></div>
>>
>> <br/>
>> <div class="nav_top">
>>         <h4>Order Items</h4>
>> </div>
>>
>>     <div class="navcontent">
>>
>>         <div class="screenlet-body">
>>             <table width="100%" border="0" cellpadding="0">
>>               <tr align="left" valign="bottom">
>>                 <td width="35%" align="left"><span
>> class="tableheadtext"><b>GiftsnideasProduct</b></span></td>
>>                   <td width="10%" align="right"> </td>
>>                   <td width="10%" align="right"> </td>
>>                   <td width="10%" align="right"><span
>> class="tableheadtext"><b>Qty Ordered</b></span></td>
>>                 <td width="10%" align="right"><span
>> class="tableheadtext"><b>GiftsnideasUnitPrice</b></span></td>
>>                 <td width="10%" align="right"><span
>> class="tableheadtext"><b>Adjustments</b></span></td>
>>                 <td width="10%" align="right"><span
>> class="tableheadtext"><b>Subtotal</b></span></td>
>>               </tr>
>>                 <tr><td colspan="10"><hr class="sepbar"/></td></tr>
>>                 <tr>
>>                     <td valign="top">
>>                       <div class="tabletext">
>>                         <b>10098 - Origami Earrings</b>
>>                       </div>
>>                       <div class="tabletext" style="font-size: xx-
>> small;">
>>                       </div>
>>                     </td>
>>                       <td> </td>
>>                       <td> </td>
>>                     <td align="right" valign="top">
>>                       <div
>> class="tabletext">1</div>
>>                     </td>
>>                     <td align="right" valign="top">
>>                       <div class="tabletext">$100.00</div>
>>                     </td>
>>                     <td align="right" valign="top">
>>                       <div class="tabletext">$0.00</div>
>>                     </td>
>>                     <td align="right" valign="top">
>>                       <div class="tabletext">$100.00</div>
>>                     </td>
>>                 </tr>
>>
>>                     <tr>
>>                       <td align="right">
>>                         <div class="tabletext" style="font-size:
>> xx-small;"><b><i>Ship Group</i>:</b> [00001] gfhfhf</div>
>>                       </td>
>>                       <td align="right">
>>                         <div class="tabletext" style="font-size:
>> xx-small;">1</div>
>>                       </td>
>>                       <td> </td>
>>                       <td> </td>
>>                       <td> </td>
>>                       <td> </td>
>>                       <td> </td>
>>                     </tr>
>>
>>
>>               <tr><td colspan="10"><hr class="sepbar"/></td></tr>
>>               <tr>
>>                 <td align="right" colspan="6"><div
>> class="tabletext"><b>Subtotal</b></div></td>
>>                 <td align="right"><div
>> class="tabletext">$100.00</div></td>
>>               </tr>
>>               <tr>
>>                 <td align="right" colspan="6"><div
>> class="tabletext"><b>Shipping and Handling</b></div></td>
>>                 <td align="right"><div class="tabletext">$0.00</
>> div></td>
>>               </tr>
>>               <tr>
>>                 <td align="right" colspan="6"><div
>> class="tabletext"><b>Sales Tax</b></div></td>
>>                 <td align="right"><div class="tabletext">$0.00</
>> div></td>
>>               </tr>
>>
>>               <tr><td colspan="2"></td><td colspan="9"><hr
>> class="sepbar"/></td></tr>
>>               <tr>
>>                 <td align="right" colspan="6"><div
>> class="tabletext"><b>Grand Total</b></div></td>
>>                 <td align="right">
>>                   <div class="tabletext">$100.00</div>
>>                 </td>
>>               </tr>
>>             </table>
>>         </div>
>>     </div>
>> <div class="nav_btm"></div>
>>
>> </body>
>> </html>
>>
>>
>> What could be the reason its not working when i am trying to send  
>> order
>> confirmation email i am getting the message
>>
>> <!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
>>
>> Phani
>>
>>
>>
>> On 11/6/06, Tim Ruppert <[hidden email]> wrote:
>> >
>> > I'm not really sure exactly which ones were modified.  If I  
>> remember
>> > correctly, I'd do a diff between versions 471100 / 471127 / 471137.
>> > 471127 has some of the fix, but not all of it.
>> >
>> > Let me know if there's anything else I can help you with.
>> >
>> > Cheers,
>> > Tim
>> >
>> > --
>> > Tim Ruppert
>> > HotWax Media
>> > http://www.hotwaxmedia.com
>> >
>> > o:801.649.6594
>> > f:801.649.6595
>> >
>> > G.Venkata Phanindra wrote:
>> > > Hi,
>> > >      It will be of great if u can provide me with the list of  
>> file i
>> > need
>> > > to update for this  particular issue or bug fix. As i cannot  
>> update
>> > > whole of
>> > > ofbiz.
>> > > Regards
>> > > G Venkata Phanindra.
>> > >
>> > > On 11/6/06, Tim Ruppert <[hidden email]> wrote:
>> > >>
>> > >> I can't guarantee anything other that - when I have the  
>> isDemoStore
>> > >> setting set properly and do an anonymous checkout - it works  
>> for me.
>> > >> Good luck.
>> > >>
>> > >> Cheers,
>> > >> Tim
>> > >>
>> > >> --
>> > >> Tim Ruppert
>> > >> HotWax Media
>> > >> http://www.hotwaxmedia.com
>> > >>
>> > >> o:801.649.6594
>> > >> f:801.649.6595
>> > >>
>> > >>
>> > >>
>> > >> G.Venkata Phanindra wrote:
>> > >> > Hi,
>> > >> > Thanks for all your reply. will updating my ofbiz version  
>> to 471137
>> > >> fixes
>> > >> > this problem????
>> > >> > regards
>> > >> > G Venkata Phanindra.
>> > >> >
>> > >> > On 11/4/06, Tim Ruppert <[hidden email]> wrote:
>> > >> >>
>> > >> >> At long last - David and I tracked down the issues  
>> surrounding
>> > >> this and
>> > >>
>> > >> >> now it's fixed!  It's in version 471137.
>> > >> >>
>> > >> >> Cheers,
>> > >> >> Tim
>> > >> >>
>> > >> >> --
>> > >> >> Tim Ruppert
>> > >> >> HotWax Media
>> > >> >> http://www.hotwaxmedia.com
>> > >> >>
>> > >> >> o:801.649.6594
>> > >> >> f:801.649.6595
>> > >> >>
>> > >> >> Tim Ruppert wrote:
>> > >> >> > Keep in mind that this is the anonymous checkout - I'm  
>> running
>> > >> version
>> > >> >> > 469917 from earlier this week.
>> > >> >> >
>> > >> >> > Cheers,
>> > >> >> > Tim
>> > >> >> >
>> > >> >> > --
>> > >> >> > Tim Ruppert
>> > >> >> > HotWax Media
>> > >> >> > http://www.hotwaxmedia.com
>> > >> >> >
>> > >> >> > o:801.649.6594
>> > >> >> > f:801.649.6595
>> > >> >> >
>> > >> >> > Jacopo Cappellato wrote:
>> > >> >> >> my guess is that it could be caused by the userLogin  
>> variable
>> > that
>> > >> is
>> > >> >> >> null when the orderview.bsh script is run by the send mail
>> > >> service...
>> > >> >> >> the userLogin object is used to call two services in the
>> > script.
>> > >> >> >>
>> > >> >> >> Does it make sense?
>> > >> >> >>
>> > >> >> >> Jacopo
>> > >> >> >>
>> > >> >> >> Tim Ruppert wrote:
>> > >> >> >>> Unfortunately, I got an error when trying to send the
>> > email.  I
>> > >> >> >>> research it and get back to everyone.
>> > >> >> >>>
>> > >> >> >>> Cheers,
>> > >> >> >>> Tim
>> > >> >>
>> > >> >
>> > >> >
>> > >> >
>> > >>
>> > >
>> > >
>> > >
>> >
>>
>>
>>
>> --
>> G.Venkata Phanindra
>> Mob:: 9849852989
>>
>
>
>
> --
> G.Venkata Phanindra
> Mob:: 9849852989

Reply | Threaded
Open this post in threaded view
|

Re: Problem with sending order confirmation email

G.Venkata Phanindra
Hi Jones,
       Thanks for ur confirmation i am able to fix the problem.
Regards
Phani



On 11/9/06, David E Jones <[hidden email]> wrote:

>
>
> Phani,
>
> Thanks for persisting on this and tracking it down. I made a similar
> change in SVN rev 472801 that should solve this problem. Could you
> try it out?
>
> -David
>
>
> On Nov 7, 2006, at 12:06 AM, G.Venkata Phanindra wrote:
>
> > Hi Tim
> >        I am able to fix the problem i am facing with by making the
> > following changes in orderstatus.bsh file  its working for me in all
> > scenarios but i want have a confirmation that what ever i have
> > coded is
> > correct.
> >
> > orderHeader = null;
> > if (orderId != null && orderId.length() > 0) {
> >    orderHeader = delegator.findByPrimaryKey("OrderHeader",
> > UtilMisc.toMap("orderId",
> > orderId));
> >    if (orderHeader != null) {
> >        orderRole = delegator.findByPrimaryKey("OrderRole",
> > UtilMisc.toMap("orderId",
> > orderId, "partyId", partyId, "roleTypeId", "PLACING_CUSTOMER"));
> >        if (userLogin == null || orderRole == null) {
> >            context.remove("orderHeader");
> >            orderHeader = null;
> >            System.out.println("OrderHeader is  Equal to null ????????
> > :((");
> >        }
> >    }
> > }
> >
> > *********************** changes *****************
> > orderHeader = null;
> > if (orderId != null && orderId.length() > 0) {
> >    orderHeader = delegator.findByPrimaryKey("OrderHeader",
> > UtilMisc.toMap("orderId",
> > orderId));
> >    if (orderHeader != null) {
> >        orderRoleList = delegator.findByLike("OrderRole",
> > UtilMisc.toMap("orderId",
> > orderId, "roleTypeId", "PLACING_CUSTOMER"));
> >        orderRole = orderRoleList.get(0);
> >        if (userLogin == null || orderRole == null) {
> >            context.remove("orderHeader");
> >            orderHeader = null;
> >        }
> >    }
> > }
> >
> >
> > On 11/7/06, G.Venkata Phanindra <[hidden email]> wrote:
> >>
> >> Hi Tim,
> >>         Today i came across a new scenario, i.e i placed an order
> >> as a
> >> "admin" from my webstore the order got placed and then i came back
> >> to Order
> >> manager selected the order that i placed as admin when i used send
> >> confirmation email  i did not get any problem the mail got
> >> generated with
> >> order information.
> >>
> >> <!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>
> >>
> >>
> >> <div class="nav_top">
> >>         <h4>Order Information</h4>
> >> </div>
> >>    <div class="navcontent">
> >>     <div class="screenlet">
> >>         <div class="screenlet-header">
> >>             <div style="float: right;">
> >>             </div>
> >>           <div class="boxhead"> Order #<b>13652</b> Information</div>
> >>         </div>
> >>         <div class="screenlet-body">
> >>             <table width="100%" border="0" cellpadding="1">
> >>                   <tr>
> >>                     <td align="right" valign="top" width="15%">
> >>                       <div class="tabletext"> <b>Name</b></div>
> >>                     </td>
> >>                     <td width="5"> </td>
> >>                     <td align="left" valign="top" width="80%">
> >>                       <div class="tabletext">
> >>                          THE PRIVILEGED qdqeee
> >>                       </div>
> >>                     </td>
> >>                   </tr>
> >>                   <tr><td colspan="7"><hr class="sepbar"/></td></tr>
> >>                 <tr>
> >>                   <td align="right" valign="top" width="15%">
> >>                     <div class="tabletext"> <b>Status</b></div>
> >>                   </td>
> >>                   <td width="5"> </td>
> >>                   <td align="left" valign="top" width="80%">
> >> Created_EXT_PAYPAL                  </td>
> >>                 </tr>
> >>                   <tr><td colspan="7"><hr class="sepbar"/></td></tr>
> >>                   <tr>
> >>                     <td align="right" valign="top" width="15%">
> >>                       <div class="tabletext"> <b>Date</b></div>
> >>                     </td>
> >>                     <td width="5"> </td>
> >>                     <td align="left" valign="top" width="80%">
> >>                       <div class="tabletext">2006-10-30
> >> 19:20:59.0</div>
> >>                     </td>
> >>                   </tr>
> >>             </table>
> >>         </div>
> >>     </div>
> >> </div>
> >> <div class="nav_btm"></div>
> >> <div class="nav_top">
> >>         <h4>Order Items</h4>
> >> </div>
> >>
> >>     <div class="navcontent">
> >>
> >>         <div class="screenlet-body">
> >>             <table width="100%" border="0" cellpadding="0">
> >>               <tr align="left" valign="bottom">
> >>                 <td width="35%" align="left"><span
> >> class="tableheadtext"><b>GiftsnideasProduct</b></span></td>
> >>                   <td width="10%" align="right"> </td>
> >>                   <td width="10%" align="right"> </td>
> >>                   <td width="10%" align="right"><span
> >> class="tableheadtext"><b>Qty Ordered</b></span></td>
> >>                 <td width="10%" align="right"><span
> >> class="tableheadtext"><b>GiftsnideasUnitPrice</b></span></td>
> >>                 <td width="10%" align="right"><span
> >> class="tableheadtext"><b>Adjustments</b></span></td>
> >>                 <td width="10%" align="right"><span
> >> class="tableheadtext"><b>Subtotal</b></span></td>
> >>               </tr>
> >>                 <tr><td colspan="10"><hr class="sepbar"/></td></tr>
> >>                 <tr>
> >>                     <td valign="top">
> >>                       <div class="tabletext">
> >>                         <b>10098 - Origami Earrings</b>
> >>                       </div>
> >>                       <div class="tabletext" style="font-size: xx-
> >> small;">
> >>                       </div>
> >>                     </td>
> >>                       <td> </td>
> >>                       <td> </td>
> >>                     <td align="right" valign="top">
> >>                       <div
> >> class="tabletext">1</div>
> >>                     </td>
> >>                     <td align="right" valign="top">
> >>                       <div class="tabletext">$100.00</div>
> >>                     </td>
> >>                     <td align="right" valign="top">
> >>                       <div class="tabletext">$0.00</div>
> >>                     </td>
> >>                     <td align="right" valign="top">
> >>                       <div class="tabletext">$100.00</div>
> >>                     </td>
> >>                 </tr>
> >>
> >>                     <tr>
> >>                       <td align="right">
> >>                         <div class="tabletext" style="font-size:
> >> xx-small;"><b><i>Ship Group</i>:</b> [00001] gfhfhf</div>
> >>                       </td>
> >>                       <td align="right">
> >>                         <div class="tabletext" style="font-size:
> >> xx-small;">1</div>
> >>                       </td>
> >>                       <td> </td>
> >>                       <td> </td>
> >>                       <td> </td>
> >>                       <td> </td>
> >>                       <td> </td>
> >>                     </tr>
> >>
> >>
> >>               <tr><td colspan="10"><hr class="sepbar"/></td></tr>
> >>               <tr>
> >>                 <td align="right" colspan="6"><div
> >> class="tabletext"><b>Subtotal</b></div></td>
> >>                 <td align="right"><div
> >> class="tabletext">$100.00</div></td>
> >>               </tr>
> >>               <tr>
> >>                 <td align="right" colspan="6"><div
> >> class="tabletext"><b>Shipping and Handling</b></div></td>
> >>                 <td align="right"><div class="tabletext">$0.00</
> >> div></td>
> >>               </tr>
> >>               <tr>
> >>                 <td align="right" colspan="6"><div
> >> class="tabletext"><b>Sales Tax</b></div></td>
> >>                 <td align="right"><div class="tabletext">$0.00</
> >> div></td>
> >>               </tr>
> >>
> >>               <tr><td colspan="2"></td><td colspan="9"><hr
> >> class="sepbar"/></td></tr>
> >>               <tr>
> >>                 <td align="right" colspan="6"><div
> >> class="tabletext"><b>Grand Total</b></div></td>
> >>                 <td align="right">
> >>                   <div class="tabletext">$100.00</div>
> >>                 </td>
> >>               </tr>
> >>             </table>
> >>         </div>
> >>     </div>
> >> <div class="nav_btm"></div>
> >> <div class="nav_top">
> >>         <h4>Shipping Information</h4>
> >> </div>
> >> <div class="navcontent">
> >> <table>
> >> <tr>
> >>
> >>
> >>     <td >
> >>
> >>     <div class="screenlet">
> >>         <div class="screenlet-header">
> >>             <div class="boxhead"> </div>
> >>         </div>
> >>         <div class="screenlet-body">
> >>
> >>               <table width="100%" border="0" cellpadding="1">
> >>                   <tr>
> >>                     <td align="right" valign="top" width="15%">
> >>                       <div class="tabletext"> <b>Destination</b>
> >> [00001]</div>
> >>                     </td>
> >>                     <td width="5"> </td>
> >>                     <td align="left" valign="top" width="80%">
> >>                       <div class="tabletext">
> >>                         <b>To:</b> ghjg<br/>
> >>                         <b>Attn:</b> gfhf<br/>
> >>                         gfhfhf<br/>
> >>                         ghfhfhf<br/>
> >>                         hyderabad
> >>                         544646<br/>
> >>                         ABW
> >>                       </div>
> >>                     </td>
> >>                   </tr>
> >>                   <tr><td colspan="7"><hr class="sepbar"/></td></tr>
> >>                 <tr>
> >>                   <td align="right" valign="top" width="15%">
> >>                     <div class="tabletext"> <b>Method</b></div>
> >>                   </td>
> >>                   <td width="5"> </td>
> >>                   <td align="left" valign="top" width="80%">
> >>                     <div class="tabletext">
> >>
> >>                       UPS
> >>                       Air
> >>
> >>                     </div>
> >>                   </td>
> >>                 </tr>
> >>                 <tr><td colspan="7"><hr class="sepbar"/></td></tr>
> >>
> >>                 <tr><td colspan="7"><hr class="sepbar"/></td></tr>
> >>                 <tr>
> >>                   <td align="right" valign="top" width="15%">
> >>                     <div class="tabletext"> <b>Delivery Date</b></
> >> div>
> >>                   </td>
> >>                   <td width="5"> </td>
> >>                   <td align="left" valign="top" width="80%">
> >>                     <div class="tabletext">31/Oct/2006</div>
> >>                   </td>
> >>                 </tr>
> >>               </table>
> >>
> >>         </div>
> >>     </div>
> >>
> >>     </td>
> >>   </tr>
> >> </table>
> >> </div>
> >> <div class="nav_btm"></div>
> >> <div class="nav_top">
> >>         <h4>Payment Information</h4>
> >> </div>
> >> <div class="navcontent">
> >>     <div class="screenlet">
> >>
> >>         <div class="screenlet-body">
> >>             <table width="100%" border="0" cellpadding="1">
> >>                   <tr>
> >>                       <td colspan="3" valign="top">
> >>                         <div class="tabletext"
> >> align="center"><b>Payment
> >> Via Paypal</b></div>
> >>                       </td>
> >>                   </tr>
> >>             </table>
> >>         </div>
> >>     </div>
> >>     </td>
> >> </tr>
> >> </table>
> >> </div>
> >> <div class="nav_btm"></div>
> >>
> >> <br/>
> >> <div class="nav_top">
> >>         <h4>Order Items</h4>
> >> </div>
> >>
> >>     <div class="navcontent">
> >>
> >>         <div class="screenlet-body">
> >>             <table width="100%" border="0" cellpadding="0">
> >>               <tr align="left" valign="bottom">
> >>                 <td width="35%" align="left"><span
> >> class="tableheadtext"><b>GiftsnideasProduct</b></span></td>
> >>                   <td width="10%" align="right"> </td>
> >>                   <td width="10%" align="right"> </td>
> >>                   <td width="10%" align="right"><span
> >> class="tableheadtext"><b>Qty Ordered</b></span></td>
> >>                 <td width="10%" align="right"><span
> >> class="tableheadtext"><b>GiftsnideasUnitPrice</b></span></td>
> >>                 <td width="10%" align="right"><span
> >> class="tableheadtext"><b>Adjustments</b></span></td>
> >>                 <td width="10%" align="right"><span
> >> class="tableheadtext"><b>Subtotal</b></span></td>
> >>               </tr>
> >>                 <tr><td colspan="10"><hr class="sepbar"/></td></tr>
> >>                 <tr>
> >>                     <td valign="top">
> >>                       <div class="tabletext">
> >>                         <b>10098 - Origami Earrings</b>
> >>                       </div>
> >>                       <div class="tabletext" style="font-size: xx-
> >> small;">
> >>                       </div>
> >>                     </td>
> >>                       <td> </td>
> >>                       <td> </td>
> >>                     <td align="right" valign="top">
> >>                       <div
> >> class="tabletext">1</div>
> >>                     </td>
> >>                     <td align="right" valign="top">
> >>                       <div class="tabletext">$100.00</div>
> >>                     </td>
> >>                     <td align="right" valign="top">
> >>                       <div class="tabletext">$0.00</div>
> >>                     </td>
> >>                     <td align="right" valign="top">
> >>                       <div class="tabletext">$100.00</div>
> >>                     </td>
> >>                 </tr>
> >>
> >>                     <tr>
> >>                       <td align="right">
> >>                         <div class="tabletext" style="font-size:
> >> xx-small;"><b><i>Ship Group</i>:</b> [00001] gfhfhf</div>
> >>                       </td>
> >>                       <td align="right">
> >>                         <div class="tabletext" style="font-size:
> >> xx-small;">1</div>
> >>                       </td>
> >>                       <td> </td>
> >>                       <td> </td>
> >>                       <td> </td>
> >>                       <td> </td>
> >>                       <td> </td>
> >>                     </tr>
> >>
> >>
> >>               <tr><td colspan="10"><hr class="sepbar"/></td></tr>
> >>               <tr>
> >>                 <td align="right" colspan="6"><div
> >> class="tabletext"><b>Subtotal</b></div></td>
> >>                 <td align="right"><div
> >> class="tabletext">$100.00</div></td>
> >>               </tr>
> >>               <tr>
> >>                 <td align="right" colspan="6"><div
> >> class="tabletext"><b>Shipping and Handling</b></div></td>
> >>                 <td align="right"><div class="tabletext">$0.00</
> >> div></td>
> >>               </tr>
> >>               <tr>
> >>                 <td align="right" colspan="6"><div
> >> class="tabletext"><b>Sales Tax</b></div></td>
> >>                 <td align="right"><div class="tabletext">$0.00</
> >> div></td>
> >>               </tr>
> >>
> >>               <tr><td colspan="2"></td><td colspan="9"><hr
> >> class="sepbar"/></td></tr>
> >>               <tr>
> >>                 <td align="right" colspan="6"><div
> >> class="tabletext"><b>Grand Total</b></div></td>
> >>                 <td align="right">
> >>                   <div class="tabletext">$100.00</div>
> >>                 </td>
> >>               </tr>
> >>             </table>
> >>         </div>
> >>     </div>
> >> <div class="nav_btm"></div>
> >>
> >> </body>
> >> </html>
> >>
> >>
> >> What could be the reason its not working when i am trying to send
> >> order
> >> confirmation email i am getting the message
> >>
> >> <!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
> >>
> >> Phani
> >>
> >>
> >>
> >> On 11/6/06, Tim Ruppert <[hidden email]> wrote:
> >> >
> >> > I'm not really sure exactly which ones were modified.  If I
> >> remember
> >> > correctly, I'd do a diff between versions 471100 / 471127 / 471137.
> >> > 471127 has some of the fix, but not all of it.
> >> >
> >> > Let me know if there's anything else I can help you with.
> >> >
> >> > Cheers,
> >> > Tim
> >> >
> >> > --
> >> > Tim Ruppert
> >> > HotWax Media
> >> > http://www.hotwaxmedia.com
> >> >
> >> > o:801.649.6594
> >> > f:801.649.6595
> >> >
> >> > G.Venkata Phanindra wrote:
> >> > > Hi,
> >> > >      It will be of great if u can provide me with the list of
> >> file i
> >> > need
> >> > > to update for this  particular issue or bug fix. As i cannot
> >> update
> >> > > whole of
> >> > > ofbiz.
> >> > > Regards
> >> > > G Venkata Phanindra.
> >> > >
> >> > > On 11/6/06, Tim Ruppert <[hidden email]> wrote:
> >> > >>
> >> > >> I can't guarantee anything other that - when I have the
> >> isDemoStore
> >> > >> setting set properly and do an anonymous checkout - it works
> >> for me.
> >> > >> Good luck.
> >> > >>
> >> > >> Cheers,
> >> > >> Tim
> >> > >>
> >> > >> --
> >> > >> Tim Ruppert
> >> > >> HotWax Media
> >> > >> http://www.hotwaxmedia.com
> >> > >>
> >> > >> o:801.649.6594
> >> > >> f:801.649.6595
> >> > >>
> >> > >>
> >> > >>
> >> > >> G.Venkata Phanindra wrote:
> >> > >> > Hi,
> >> > >> > Thanks for all your reply. will updating my ofbiz version
> >> to 471137
> >> > >> fixes
> >> > >> > this problem????
> >> > >> > regards
> >> > >> > G Venkata Phanindra.
> >> > >> >
> >> > >> > On 11/4/06, Tim Ruppert <[hidden email]> wrote:
> >> > >> >>
> >> > >> >> At long last - David and I tracked down the issues
> >> surrounding
> >> > >> this and
> >> > >>
> >> > >> >> now it's fixed!  It's in version 471137.
> >> > >> >>
> >> > >> >> Cheers,
> >> > >> >> Tim
> >> > >> >>
> >> > >> >> --
> >> > >> >> Tim Ruppert
> >> > >> >> HotWax Media
> >> > >> >> http://www.hotwaxmedia.com
> >> > >> >>
> >> > >> >> o:801.649.6594
> >> > >> >> f:801.649.6595
> >> > >> >>
> >> > >> >> Tim Ruppert wrote:
> >> > >> >> > Keep in mind that this is the anonymous checkout - I'm
> >> running
> >> > >> version
> >> > >> >> > 469917 from earlier this week.
> >> > >> >> >
> >> > >> >> > Cheers,
> >> > >> >> > Tim
> >> > >> >> >
> >> > >> >> > --
> >> > >> >> > Tim Ruppert
> >> > >> >> > HotWax Media
> >> > >> >> > http://www.hotwaxmedia.com
> >> > >> >> >
> >> > >> >> > o:801.649.6594
> >> > >> >> > f:801.649.6595
> >> > >> >> >
> >> > >> >> > Jacopo Cappellato wrote:
> >> > >> >> >> my guess is that it could be caused by the userLogin
> >> variable
> >> > that
> >> > >> is
> >> > >> >> >> null when the orderview.bsh script is run by the send mail
> >> > >> service...
> >> > >> >> >> the userLogin object is used to call two services in the
> >> > script.
> >> > >> >> >>
> >> > >> >> >> Does it make sense?
> >> > >> >> >>
> >> > >> >> >> Jacopo
> >> > >> >> >>
> >> > >> >> >> Tim Ruppert wrote:
> >> > >> >> >>> Unfortunately, I got an error when trying to send the
> >> > email.  I
> >> > >> >> >>> research it and get back to everyone.
> >> > >> >> >>>
> >> > >> >> >>> Cheers,
> >> > >> >> >>> Tim
> >> > >> >>
> >> > >> >
> >> > >> >
> >> > >> >
> >> > >>
> >> > >
> >> > >
> >> > >
> >> >
> >>
> >>
> >>
> >> --
> >> G.Venkata Phanindra
> >> Mob:: 9849852989
> >>
> >
> >
> >
> > --
> > G.Venkata Phanindra
> > Mob:: 9849852989
>
>


--
G.Venkata Phanindra
Mob:: 9849852989