I looked to your changeset 
https://bitbucket.org/ringemup/satchmo/changeset/20ebf1e5ccf0
I had noticed it there.
The command
  grep -r "processor.by_orderitem" path/to/your/satchmo
says that it is
 satchmo/apps/satchmo_store/shop/models.py
in the context, what you modified.

Please, verify then, that results in all templates are these correct
new with the respect to product area. It shold not introduced bugs in
Satchmo by the patch.
If possible, use first those parts from my BaseProcessor required by
short tax processor examples.

On Mar 24, 3:27 am, Nan <[email protected]> wrote:
> > > > Nan, you forgot to change
> > > > self.tax = processor.by_orderitem(self)
> > > Where was this change omitted?
>
> > Here
> >          if self.product.taxable:
> > -            self.unit_tax = processor.by_price(taxclass,
> > self.unit_price)
> > +            self.unit_tax = processor.by_price_and_product(taxclass,
> > self.unit_price, product=self.product)
> >              self.tax = processor.by_orderitem(self)
>
> Sorry, still confused.  Which file / class is that in?

-- 
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