It looks like ticket 700 and 719 address some issues with smart_attr,
would it be possible to get these into the .8.1 bugfixes branch as
well?

On Jan 12, 5:58 pm, "Chris Moffitt" <[email protected]> wrote:
> Makes sense. Go ahead and put in a ticket for it.
>
> -Chris
>
> On Mon, Jan 12, 2009 at 7:04 PM, jhill10110 <[email protected]> wrote:
>
> > What do you guys think about using smart_attr to get the product
> > weight for the USPS shipping module? It works better for me since I
> > don't have to worry about entering the weight for all the product
> > color variations.
>
> > shipping/modules/usps/shipper.py:
> > 213,214c213,214
> > <             if item.product.weight:
> > <                 weight += item.product.weight * item.quantity
> > ---
> > >             if item.product.smart_attr('weight'):
> > >                 weight += item.product.smart_attr('weight') *
> > item.quantity
--~--~---------~--~----~------------~-------~--~----~
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