Just a small correction in both versions 1.5 and 1.6.

in the file includes/classes/shopping_cart.php, the line:

$this->total += $qty * tep_add_tax(tep_adjust_price($option_price, $products_price), $product_tax);

should be:

$this->total += $qty * tep_add_tax(tep_adjust_price($option_price, $products_price), $products_tax);

(the ONLY thing that changes is the $products_tax at the end of the string, it was typed as "product_tax")

NO FILE UPLOADED.

More...