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" <
ch...@moffitts.net> 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
>