[ic] CC info part 2

Robert Trembath interchange-users@interchange.redhat.com
Mon Nov 5 21:23:01 2001


The other piece of code I promised for showing CC info was this sent to
me by Randy Moore:

You can find good docs for PGP at:
         http://www.pgpi.org/
         http://www.pgpi.org/doc/pgpintro/#p10

If you really don't want to use PGP for any of your sites, you could
make a 
slight edit to lib/Vend/Order.pm at line 740:

         if("\L$cmd" eq 'none') {
                 return ::errmsg("NEED ENCRYPTION ENABLED.");
         }

becomes:
                 if("\L$cmd" eq 'none') {
                 return $body;
         }

The restart interchange.

I used this in combonation with the first part of this message sent
earlier.

--------------------------
Robert Trembath
Internet Technology Manager
e|robert@ishoptech.com