[ic] Missing ShipperPostalCode

Tim Eaton interchange-users@icdevgroup.org
Mon Aug 12 23:39:01 2002


Hey,

The first code sample gives me a selection called "Free Shipping! $0.00".
However, I still can't check out, and I still get this in the error.log:

64.223.177.197 iFFPDhLi:64.223.177.197 - [12/August/2002:23:00:11 -0400]
afteraff /~afteraff/cgi-bin/cart.cgi/process.html Order profile credit_card
not found
64.223.177.197 iFFPDhLi:64.223.177.197 - [12/August/2002:23:00:28 -0400]
afteraff /~afteraff/cgi-bin/cart.cgi/process.html Saving userdb in mv_check.

I found an instance of the order profile credit_card not found on
interchangeville.com, but there was no resolution to the problem. It almost
seemed, though, as if it might have to do with encryption. Is that right?

Thanks so much for helping me through this, btw...

Tim

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


> >Tried all that. Right now I'm trying to set it to Free Shipping, which is
> >actually what we're offering, but to no avail. There's no message, but
the
> >drop-down list for shipping is still empty, and the form won't process.
It
> >simply refreshes the check-out page, as if there was an error, but
nothing
> >happens. No error is pointed out.
> >
> >I've searched the internet for similar errors, but I've only found
> >questions... No one seems to have found the answer.
> >
> >Tim
> >
>
> When I was trying to trouble-shoot and empty shipping options list someone
> suggested the code in the following section that is commented out (you
might
> play around with this to help trouble shoot):
>
> [comment]
>     <SELECT NAME=mv_shipmode onChange="this.form.submit()">
>        [loop option=mv_shipmode
>        list=|[data table=country key='[default country US]'
col=shipmodes]|
>   ]
> <OPTION VALUE="[loop-code]"> [shipping-desc [loop-code]]: [shipping
> [loop-code]]
>       [/loop]
>     </SELECT>&nbsp;&nbsp;(Will Update Display)<br>
> [/comment]
>
>
> The code below is almost identical to what is supplied with 4.8.5 - in
4.8.5
> I do not want to show shipping values that are zero, it's the only
> difference I have been able to see....
>
>
> <SELECT NAME=mv_shipmode onChange="this.form.submit()">
>         [shipping
>         label=1
>         mode=|[data table=country key='[default country US]'
> col=shipmodes]|
>               ]
>       </SELECT>&nbsp;&nbsp;(Will Update Display)<br>
>
>
> -Steve
>
>
>
>
> _________________________________________________________________
> Chat with friends online, try MSN Messenger: http://messenger.msn.com
>
> _______________________________________________
> interchange-users mailing list
> interchange-users@icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
>
>
>