getAssociatedItemCode()) { // Use delta rounding of the product's instead of the weee's $type = $type . $item->getAssociatedItemCode(); } else { $type = $type . $item->getCode(); } return $this->deltaRound($amount, $rate, $direction, $type, $round); } }