Image | Name | Quantity | Price | Total |
---|---|---|---|---|
{if !$cartItem.image} - {else} {html_image_fs name = $cartItem.image width = 100 height = 50 alt = $cartItem.title title = $cartItem.description|default:$cartItem.title } {/if} |
{if !empty($cartItem.typeTitle)}{$cartItem.typeTitle|htmlspecialchars}: {/if}
{if !empty($cartItem.url)}{/if}
{$cartItem.title|htmlspecialchars}
{if !empty($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} |
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} |