You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Jacques Le Roux <ja...@les7arts.com> on 2006/07/03 10:28:34 UTC

Re: [OFBiz] Users - Fwd: Error in order confirmation email

No problem for me

Jacques
  ----- Original Message ----- 
  From: Rohit Sureka 
  To: users@lists.ofbiz.org 
  Sent: Monday, July 03, 2006 8:31 AM
  Subject: [OFBiz] Users - Fwd: Error in order confirmation email






    hi,

    the product URL in the order confirmation email is not correct. The URL reads https://127.0.0.1:8443/ecommerce.... rather than https://www.mysite.com:8443/ecommerce...

    How can we rectify this. 

    The body screen file used for the order confimation email reads something like this:













    .


    Did anyone else too have a similar problem.

    rohit

    __________________________________________________
    Do You Yahoo!?
    Tired of spam? Yahoo! Mail has the best spam protection around 
    http://mail.yahoo.com 
    __________________________________________________
    Do You Yahoo!?
    Tired of spam? Yahoo! Mail has the best spam protection around 
    http://mail.yahoo.com 


  __________________________________________________
  Do You Yahoo!?
  Tired of spam? Yahoo! Mail has the best spam protection around 
  http://mail.yahoo.com 



------------------------------------------------------------------------------



  _______________________________________________
  Users mailing list
  Users@lists.ofbiz.org
  http://lists.ofbiz.org/mailman/listinfo/users

Re: [OFBiz] Users - Fwd: Error in order confirmation email

Posted by Jacques Le Roux <ja...@les7arts.com>.
7923 (last on OFBiz server, non Apache)

Jacques

----- Original Message ----- 
From: "Rohit Sureka" <ro...@yahoo.com>
To: <of...@incubator.apache.org>; "Jacques Le Roux"
<ja...@les7arts.com>
Sent: Monday, July 03, 2006 10:48 AM
Subject: Re: [OFBiz] Users - Fwd: Error in order confirmation email


> hi,
>
> which SVN are you using. i am using 7685.
>
> Rohit
>
> Jacques Le Roux <ja...@les7arts.com> wrote: No problem for me
>
> Jacques
>   ----- Original Message ----- 
>   From: Rohit Sureka
>   To: users@lists.ofbiz.org
>   Sent: Monday, July 03, 2006 8:31 AM
>   Subject: [OFBiz] Users - Fwd: Error in order confirmation email
>
>
>
>
>
>
>     hi,
>
>     the product URL in the order confirmation email is not correct. The URL
reads https://127.0.0.1:8443/ecommerce.... rather than
https://www.mysite.com:8443/ecommerce...
>
>     How can we rectify this.
>
>     The body screen file used for the order confimation email reads something
like this:
>
>
>
>
>
>
>
>
>
>
>
>
>
>     .
>
>
>     Did anyone else too have a similar problem.
>
>     rohit
>
>     __________________________________________________
>     Do You Yahoo!?
>     Tired of spam? Yahoo! Mail has the best spam protection around
>     http://mail.yahoo.com
>     __________________________________________________
>     Do You Yahoo!?
>     Tired of spam? Yahoo! Mail has the best spam protection around
>     http://mail.yahoo.com
>
>
>   __________________________________________________
>   Do You Yahoo!?
>   Tired of spam? Yahoo! Mail has the best spam protection around
>   http://mail.yahoo.com
>
>
>
> ------------------------------------------------------------------------------
>
>
>
>   _______________________________________________
>   Users mailing list
>   Users@lists.ofbiz.org
>   http://lists.ofbiz.org/mailman/listinfo/users
>
>
>  __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com


Re: [OFBiz] Users - Fwd: Error in order confirmation email

Posted by "David E. Jones" <jo...@undersunconsulting.com>.
Scott,

Yes, I think you're right. This is changed in rev 420365.

-David


Scott Gray wrote:
> I doubt this is related to the problem at hand but I think I found a 
> small bug while looking at NotificationServices.java:
> line 307 reads:  if (httpServer == null) {
> i think should read:  if (httpsServer == null) {
> 
> Regards
> Scott
> 
> Chris Howe wrote:
>> your domain and port for your website are set in the
>> website entity.  Also from the Content Manager
>> Application -> websites
>>
>> --- Rohit Sureka <ro...@yahoo.com> wrote:
>>
>>  
>>> hi,
>>>
>>> which SVN are you using. i am using 7685.
>>>
>>> Rohit
>>>
>>> Jacques Le Roux <ja...@les7arts.com>
>>> wrote: No problem for me
>>>
>>> Jacques
>>>   ----- Original Message -----   From: Rohit Sureka   To: 
>>> users@lists.ofbiz.org   Sent: Monday, July 03, 2006 8:31 AM
>>>   Subject: [OFBiz] Users - Fwd: Error in order
>>> confirmation email
>>>
>>>
>>>
>>>
>>>
>>>
>>>     hi,
>>>
>>>     the product URL in the order confirmation email
>>> is not correct. The URL reads
>>> https://127.0.0.1:8443/ecommerce.... rather than
>>> https://www.mysite.com:8443/ecommerce...
>>>
>>>     How can we rectify this.
>>>     The body screen file used for the order
>>> confimation email reads something like this:
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>     .
>>>
>>>
>>>     Did anyone else too have a similar problem.
>>>
>>>     rohit
>>>
>>>    __________________________________________________
>>>     Do You Yahoo!?
>>>     Tired of spam? Yahoo! Mail has the best spam
>>> protection around     http://mail.yahoo.com    
>>> __________________________________________________
>>>     Do You Yahoo!?
>>>     Tired of spam? Yahoo! Mail has the best spam
>>> protection around     http://mail.yahoo.com
>>>
>>>   __________________________________________________
>>>   Do You Yahoo!?
>>>   Tired of spam? Yahoo! Mail has the best spam
>>> protection around   http://mail.yahoo.com
>>>
>>>
>>>
>>>     
>> ------------------------------------------------------------------------------ 
>>
>>  
>>>
>>>   _______________________________________________
>>>   Users mailing list
>>>   Users@lists.ofbiz.org
>>>   http://lists.ofbiz.org/mailman/listinfo/users
>>>
>>>
>>>  __________________________________________________
>>> Do You Yahoo!?
>>> Tired of spam?  Yahoo! Mail has the best spam
>>> protection around http://mail.yahoo.com     
>>
>>   

Re: [OFBiz] Users - Fwd: Error in order confirmation email

Posted by Scott Gray <le...@gmail.com>.
I doubt this is related to the problem at hand but I think I found a 
small bug while looking at NotificationServices.java:
line 307 reads:  if (httpServer == null) {
i think should read:  if (httpsServer == null) {

Regards
Scott

Chris Howe wrote:
> your domain and port for your website are set in the
> website entity.  Also from the Content Manager
> Application -> websites
>
> --- Rohit Sureka <ro...@yahoo.com> wrote:
>
>   
>> hi,
>>
>> which SVN are you using. i am using 7685.
>>
>> Rohit
>>
>> Jacques Le Roux <ja...@les7arts.com>
>> wrote: No problem for me
>>
>> Jacques
>>   ----- Original Message ----- 
>>   From: Rohit Sureka 
>>   To: users@lists.ofbiz.org 
>>   Sent: Monday, July 03, 2006 8:31 AM
>>   Subject: [OFBiz] Users - Fwd: Error in order
>> confirmation email
>>
>>
>>
>>
>>
>>
>>     hi,
>>
>>     the product URL in the order confirmation email
>> is not correct. The URL reads
>> https://127.0.0.1:8443/ecommerce.... rather than
>> https://www.mysite.com:8443/ecommerce...
>>
>>     How can we rectify this. 
>>
>>     The body screen file used for the order
>> confimation email reads something like this:
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>     .
>>
>>
>>     Did anyone else too have a similar problem.
>>
>>     rohit
>>
>>    
>> __________________________________________________
>>     Do You Yahoo!?
>>     Tired of spam? Yahoo! Mail has the best spam
>> protection around 
>>     http://mail.yahoo.com 
>>    
>> __________________________________________________
>>     Do You Yahoo!?
>>     Tired of spam? Yahoo! Mail has the best spam
>> protection around 
>>     http://mail.yahoo.com 
>>
>>
>>   __________________________________________________
>>   Do You Yahoo!?
>>   Tired of spam? Yahoo! Mail has the best spam
>> protection around 
>>   http://mail.yahoo.com 
>>
>>
>>
>>
>>     
> ------------------------------------------------------------------------------
>   
>>
>>   _______________________________________________
>>   Users mailing list
>>   Users@lists.ofbiz.org
>>   http://lists.ofbiz.org/mailman/listinfo/users
>>
>>
>>  __________________________________________________
>> Do You Yahoo!?
>> Tired of spam?  Yahoo! Mail has the best spam
>> protection around 
>> http://mail.yahoo.com 
>>     
>
>   

Re: [OFBiz] Users - Fwd: Error in order confirmation email

Posted by Chris Howe <cj...@yahoo.com>.
your domain and port for your website are set in the
website entity.  Also from the Content Manager
Application -> websites

--- Rohit Sureka <ro...@yahoo.com> wrote:

> hi,
> 
> which SVN are you using. i am using 7685.
> 
> Rohit
> 
> Jacques Le Roux <ja...@les7arts.com>
> wrote: No problem for me
> 
> Jacques
>   ----- Original Message ----- 
>   From: Rohit Sureka 
>   To: users@lists.ofbiz.org 
>   Sent: Monday, July 03, 2006 8:31 AM
>   Subject: [OFBiz] Users - Fwd: Error in order
> confirmation email
> 
> 
> 
> 
> 
> 
>     hi,
> 
>     the product URL in the order confirmation email
> is not correct. The URL reads
> https://127.0.0.1:8443/ecommerce.... rather than
> https://www.mysite.com:8443/ecommerce...
> 
>     How can we rectify this. 
> 
>     The body screen file used for the order
> confimation email reads something like this:
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>     .
> 
> 
>     Did anyone else too have a similar problem.
> 
>     rohit
> 
>    
> __________________________________________________
>     Do You Yahoo!?
>     Tired of spam? Yahoo! Mail has the best spam
> protection around 
>     http://mail.yahoo.com 
>    
> __________________________________________________
>     Do You Yahoo!?
>     Tired of spam? Yahoo! Mail has the best spam
> protection around 
>     http://mail.yahoo.com 
> 
> 
>   __________________________________________________
>   Do You Yahoo!?
>   Tired of spam? Yahoo! Mail has the best spam
> protection around 
>   http://mail.yahoo.com 
> 
> 
> 
>
------------------------------------------------------------------------------
> 
> 
> 
>   _______________________________________________
>   Users mailing list
>   Users@lists.ofbiz.org
>   http://lists.ofbiz.org/mailman/listinfo/users
> 
> 
>  __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam
> protection around 
> http://mail.yahoo.com 

Re: [OFBiz] Users - Fwd: Error in order confirmation email

Posted by Rohit Sureka <ro...@yahoo.com>.
hi,

which SVN are you using. i am using 7685.

Rohit

Jacques Le Roux <ja...@les7arts.com> wrote: No problem for me

Jacques
  ----- Original Message ----- 
  From: Rohit Sureka 
  To: users@lists.ofbiz.org 
  Sent: Monday, July 03, 2006 8:31 AM
  Subject: [OFBiz] Users - Fwd: Error in order confirmation email






    hi,

    the product URL in the order confirmation email is not correct. The URL reads https://127.0.0.1:8443/ecommerce.... rather than https://www.mysite.com:8443/ecommerce...

    How can we rectify this. 

    The body screen file used for the order confimation email reads something like this:













    .


    Did anyone else too have a similar problem.

    rohit

    __________________________________________________
    Do You Yahoo!?
    Tired of spam? Yahoo! Mail has the best spam protection around 
    http://mail.yahoo.com 
    __________________________________________________
    Do You Yahoo!?
    Tired of spam? Yahoo! Mail has the best spam protection around 
    http://mail.yahoo.com 


  __________________________________________________
  Do You Yahoo!?
  Tired of spam? Yahoo! Mail has the best spam protection around 
  http://mail.yahoo.com 



------------------------------------------------------------------------------



  _______________________________________________
  Users mailing list
  Users@lists.ofbiz.org
  http://lists.ofbiz.org/mailman/listinfo/users


 __________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com