[ic] YA Shipping Problem

Ryan Grace ryan at ryangrace.com
Thu Nov 13 11:43:49 EST 2003


On Thu, 13 Nov 2003, Ed LaFrance wrote:

> At 10:16 AM 11/13/2003 -0800, you wrote:
> >Hi All,
> >
> >I'm working on implementing two shipping methods based on order total
> >price, a Standard option and an Express option.  I've got only two methods
> >defined in my shipping.asc, Standard and Express.  I've changed my
> >SHIP_DEFAULT_MODE to Standard (the name of the method as it appears in
> >shipping.asc) and have edited country.txt to only have "Standard Expresss"
> >as the shipping choices for the US.  However, when I go to the checkout
> >page with something in my cart I get a pulldown for shipping options that
> >has 3 blank options at the top and only lists "Express Shipping" as the
> >last option in the list.  I also get the error message right above the
> >list on the check out page:
> >
> >         Note: No match found for mode '1DA', quantity '', returning 0.
> >
> >I've tried to remove all reference to 1DA and other shipping methods from
> >the files in products/, so I'm confused about where this is coming
> >from.  Any ideas?
> >
> >Thanks,
> >
> >Ryan
>
> No doubt 1DA is still in the shipmodes column of the country table record
> for your default country.
>
> - Ed L.

Yes, I'm feeling kind of silly now.  Right after I sent that email I realized there was a country table in my MySQL database and all this time I've been focusing on editing the country.txt file in products/.  Whoops!  I updated the country table and all is good now.

Thanks for the response.

Ryan


More information about the interchange-users mailing list