{foreach from=$item->cart item=cartItem} {/foreach}
Image Name Quantity Price Total
{html_image_fs name = $cartItem.image width = 100 height = 50 alt = $cartItem.title title = $cartItem.description|default:$cartItem.title } {if $cartItem.typeTitle}{$cartItem.typeTitle|htmlspecialchars}: {/if} {if $cartItem.url}{/if} {$cartItem.title|htmlspecialchars} {if $cartItem.url}{/if} {if 'ECommerce_Product_' != $cartItem.cartItemType && $cartItem.description}
{$cartItem.description|nl2br} {/if}
{$cartItem.quantity|intval} ${$cartItem.priceRound|number_format:2} ${$cartItem.rowTotalRound|money} {if $item->promoProductId and $item->promoProductId eq $cartItem.productId and $item->promoValue}   {strip}( {if $item->promoType == 'percent'} -{$item->promoValue|money:2:true}{$item->promoTypeTitle|htmlspecialchars} {else} -{$item->promoTypeTitle|htmlspecialchars}{$item->promoValue|money} {/if}  Promo Code Discount ){/strip} {/if}
{if $item->shippingRate gt 0} {/if} {if $item->shippingHandling gt 0} {/if} {if $item->tax gt 0} {/if} {if $item->promo gt 0 and !$item->promoProductId} {/if} {if $item->giftCard gt 0} {/if}
Subtotal: ${$item->subtotal|money}
Shipping ({$item->shippingNameTitle|htmlspecialchars}{if $item->shippingServiceCodeTitle}/{$item->shippingServiceCodeTitle|htmlspecialchars}{/if}): ${$item->shippingRate|money}
Handling: ${$item->shippingHandling|money}
Tax: ${$item->tax|number_format:2}
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}
Gift Card: -${$item->giftCard|money}
TOTAL: ${$item->total|number_format:2}