 |
$product.title $format.formatName |
|
#if($webapi.isPartner() == true)
#set($priceAmount = ${format.getQuantityPrice($holder.quantity,$discountCodes).partnerPriceWithDiscount})
#else
#set($priceAmount = ${format.getQuantityPrice($holder.quantity,$discountCodes).retailPriceWithDiscount})
#end
#set($lineTotal = $math.mul($priceAmount,$holder.quantity))
#set($subTotal = $math.add($subTotal,$lineTotal))
$ $!webapi.toPriceFormat($priceAmount)
|
remove |