Subtotal: ${$item->subtotal|money}
{if $item->shippingRate gt 0}
Shipping ({$item->shippingNameTitle|htmlspecialchars}{if $item->shippingServiceCodeTitle}/{$item->shippingServiceCodeTitle|htmlspecialchars}{/if}): ${$item->shippingRate|money}
{/if} {if $item->shippingHandling gt 0}
Handling: ${$item->shippingHandling|money}
{/if} {if $item->tax gt 0}
Tax: ${$item->tax|number_format:2}
{/if} {if $item->promo gt 0 and !$item->promoProductId}
Promo Code Discount: {strip} {if $item->promoType == 'percent'} -${$item->promo|money}
({$item->promoValue|money:2:true}{$item->promoTypeTitle|htmlspecialchars} off) {else} -{$item->promoTypeTitle|htmlspecialchars}{$item->promo|money} {/if} {/strip}
{/if} {if $item->giftCard gt 0}
Gift Card Discount: -${$item->giftCard|money}
{/if}
TOTAL: ${$item->total|number_format:2}