When I implement the following in standard_library I get a new sid generated
and the invoice doesn't exist when I go to check out.  Seems I shouldn't get
a new sid and I should have an invoice....

The url is http://brewha1.phenominet.com/store.php/

Is this a problem with the hosts config of ssl or am I missing a link
somewhere?

*******code********
FIRST SECTION
  {
   $URL = "https://www.phenominet.com/bigskybrew";
   $URL .= EXTERNAL_PATH . SCRIPT_NAME . "?SCREEN=$screen";
  }
  else
  {
   $URL = "http://brewha1.phenominet.com";
   $URL .= EXTERNAL_PATH . SCRIPT_NAME . "?SCREEN=$screen";
  }

SECOND SECTION

  if(USE_SSL AND $secure)
  {
   //$URL = "https://";
   $URL = "https://www.phenominet.com/bigskybrew";
   $URL .= EXTERNAL_PATH . SCRIPT_NAME;
  }
  else
  {
   //$URL = "http://";
   $URL = "http://brewha1.phenominet.com";
   $URL .= EXTERNAL_PATH . SCRIPT_NAME;
  }
*******code********

Thanks!
----- Original Message -----
From: Ian Bicking <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, December 13, 2000 12:20 PM
Subject: Re: [FreeTrade] Formating customer email receipts


Paul Chamberlain <[EMAIL PROTECTED]> wrote:
> > Almost all reasonably new mail clients (i.e., clients that understand
> > MIME) handle HTML just fine, as long as you format the MIME correctly.
>
> Did you mean new GUI mail clients?  Somewhere, it became
> common-place to assume that everyone uses GUIs for everything

No.  I myself do not use GUI clients.  Clients that understand MIME
can select the text version (if, of course, you include both a text
and HTML version of the email).  This includes pine, mutt, Mew (what I
use)... last time I used it, elm did not support MIME.  But it was a
lame, unsupported mail client that has been dead for years, so I
wouldn't feel that bad about making things look more ugly for them
(though you could still read the email as long as the text version
came first, so it would still be functional if not pretty for such a
user).

--
Ian Bicking
4869 N. Talman Ave., Chicago, IL 60625
(773) 275-7241
[EMAIL PROTECTED]  http://www.colorstudy.com/ianb


------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]




------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to