On Tue, Sep 16, 2008 at 4:33 PM, jboutros <[EMAIL PROTECTED]> wrote:
>
> Hey all,
>
> I was playing around with Satchmo head, and it seems that the request
> templates for both UPS and FEDEX need to be updated to reflect changes
> that were merged over from MultiShop. The ship to country is being
> applied in the template as the country name rather than the iso2
> country code... compare the ship from and ship to country in the Fedex
> request template:
>
> ship from:
> <CountryCode>{{config.shop_details.country.iso2_code}}</CountryCode>
>
> ship to:
> <CountryCode>{{contact.shipping_address.country}}</CountryCode>
>
> this causes the api call to fail...
>
> http://dpaste.com/78508/
>
> I'm surprised that no one else has noticed this as it prevents a user
> from checking out.. I guess everyone is still using 0.7?
Good catch on that one. Part of the problem with the shipping module is that
you need a developer's key to test them out and our test suite doesn't
include coverage for FedEx, UPS or the payment modules. It is a bit of a gap
but I'm not sure the best way to resolve it.
In the meantime, please submit a ticket with this issue and we'll fix it.
Even better, would be to submit a patch since I'm not sure I have a Fedex
key myself.
>
>
> That actually bring up another question, we're about to deploy a store
> into production, but I was hoping to deploy Satchmo head against
> Django 1.0... is this a reasonable expectation or should I stick with
> 0.7 until we have a stable version against 1.0?
>
I'd recommend sticking with Satchmo trunk and Django 1.0. I know trunk isn't
bug free but the pain of 0.7 -> 0.8 migration with Satchmo is probably
pretty high because of all the changes we had to make to get Satchmo running
on Django 1.0. You've identified one gap but I don't think it means that
Satchmo 0.7 is a better choice.
Thanks,
Chris
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Satchmo users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---