It appears that the tax_subtotal line item in uc_taxes calculates the values by incrementally adding the price from each product in $order. The product array does not account for price alters, thus the price before tax line item reflects the wrong price. this patch just gets the amount from $order->order_total instead, calculating the right price.

CommentFileSizeAuthor
uc_taxes.module.patch557 bytescangeceiro
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

TR’s picture

Status: Needs review » Closed (duplicate)

Marking this as duplicate of #600478: Subtotal excluding taxes doesn't use uc_price(). Please contribute your ideas to that thread so we can get this resolved.