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