Order Details

{foreach from=$item->cart item=cartItem} {/foreach}
Name Quantity Item Price Total
{if $cartItem.typeTitle}{$cartItem.typeTitle|htmlspecialchars}: {/if} {if $cartItem.url}{/if} {$cartItem.title|htmlspecialchars} {if $cartItem.url}{/if} {if 'y' == $cartItem.showDescription && $cartItem.description}
{$cartItem.description} {/if}
{$cartItem.quantity|intval} ${$cartItem.priceRound|number_format:2} {if !$item->sentToTaxCloud} {if !empty($editPrice) && 'y' == $editPrice} Edit {/if} {/if} ${$cartItem.rowTotalRound|money} {if $item->promoProductId and $item->promoProductId eq $cartItem.productId and $item->promoValue} ({$cartItem.promoDescription|htmlspecialchars}){/if}
{include file="ECommerce/Order/cart-information-sum.tpl" }