Hey Chris,

I noticed the code in the request template is looping through items
via

{% for product in cart.get_shipment_list %}

in the cart and actually creating a new package node for each item the
cart, instead of one package and then calculating the weight.

Now the UPS api may have another way to do this but I don't have
intimate knowledge of the API.

So I added a new cart method get_total_weight and then customized the
xml request template to get this issues resolved.

If there's a cleaner way, anyone if you know one, let me know.

But this works for now.

Thanks.


On Oct 6, 6:11 pm, "Chris Moffitt" <[EMAIL PROTECTED]> wrote:
> It may depend on whether it's bundling the packages or not. I don't remember
> the details of the UPS api but I'd recommend looking at the quest to see how
> it is bundling the 2 products.
>
> -Chris
>
> On Mon, Oct 6, 2008 at 4:04 PM, hiwd <[EMAIL PROTECTED]> wrote:
>
> > Anyone else see this?
>
> > If I add a 1lb product to my cart and check the Ground UP shipping
> > it's 8.83 and then if I add another it just double is.
>
> > But if I go to the MyUps site and emulate the estimated costs based on
> > weight, etc the cost from UPS isn't doubled.
>
> > I'm looking at the log files as well and trying to figure out the
> > issue.
>
> > Anyone else run into this?
>
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to