[ic] Missing ShipperPostalCode

Tim Eaton interchange-users@icdevgroup.org
Wed Aug 14 07:59:03 2002


OK, Thanks! I edited the permissions on catalog,cfg, and I've gotten a step
farther. Now it checks the credit card info, so that's good. The order is
still not going through, though, but there's a new error in the error.log
file:

64.223.177.197 - [14/August/2002:07:38:22 -0400] afteraff
/~afteraff/cgi-bin/cart.cgi/process.html ERRORS on ORDER TEST0001:
> Error during creation of order routing main:
> Empty order routing main (and not explicitly empty).
> Either attach or email are required in the route setting.

Here's the route setting:

Route main  <<EOF
        attach            0
        credit_card       1
        default           1
        email             '__ORDERS_TO__'
        encrypt           0
 encrypt_program   "__PGP__"
        errors_to         '__ORDERS_TO__'
        pgp_cc_key        "__PGP_KEY__"
        pgp_key           "__PGP_KEY__"
        receipt           etc/receipt.html
        report            etc/report
        supplant          1
        individual_track  orders
        track             logs/tracking.asc
EOF

I copied it from the instructions on this page:
   http://interchangeville.com/forum/viewtopic.php?t=8

Does that look right?

Thanks,
Tim

----- Original Message -----
From: "Steve Graham" <dtlgc@hotmail.com>
To: <interchange-users@icdevgroup.org>
Sent: Tuesday, August 13, 2002 10:31 PM
Subject: Re: [ic] Missing ShipperPostalCode


> >From: "Tim Eaton" <tim@afteraffects.com>
> >Thanks, Ed!
> >
> >How do I change those permissions? CHMOD? I'm not well versed in Linux.
> >
>
>
> chown     for change owner
>
> ls -l       to show who owns what
>
> I would usually do chown interch
>
> or if all else fails in Linux
>
> do
>
> chown --help
> ls --help
> chmod --help
>
> -Steve
>
> _________________________________________________________________
> Join the world's largest e-mail service with MSN Hotmail.
> http://www.hotmail.com
>
> _______________________________________________
> interchange-users mailing list
> interchange-users@icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
>
>
>