{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}
|
{/foreach}