Name | Quantity | 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} | ${$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} |
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} |