Subtotal:
${$item->subtotal|money}
{if $item->shippingRate > 0}
Shipping ({$item->shippingNameTitle}{if $item->shippingServiceCodeTitle}/{$item->shippingServiceCodeTitle}{/if}):
${$item->shippingRate|money}
{/if}
{if $item->shippingHandling > 0}
Handling:
${$item->shippingHandling|money}
{/if}
{if $item->tax > 0}
Tax:
${$item->tax|money}
{/if}
{if $item->promo > 0}
Promo Code Discount:
{if $item->promoCodeType == 'percent'}
-${$item->promo|money}
({$item->promoCodeValue|money:2:true}% off)
{else}
-${$item->promo|money}
{/if}
{/if}
{if $item->giftCard > 0}
Gift Card Discount:
-${$item->giftCard|money}
{/if}