2010-06-15 95 views

回答

0

我想通了:

#set ($tmpPrice = $orderItem.ExtendedPrice.ToDecimal(null) + $discountAmount.ToDecimal(null))  

:)

0

嘗試$tmpPrice = ($orderItem.ExtendedPrice + $discountAmount)