{$cartItem.cartItemTypeTitle|htmlspecialchars}
|
{if $cartItem.url}{/if}
{$cartItem.title|htmlspecialchars}
{if $cartItem.url}{/if}
|
{if $item->isEventAtCart}
{if !empty($cartItem.attendees)}
{include file="ECommerce/Cart/cells/attendeesCommon.tpl" attendees=$cartItem.attendees}
{else}
-
{/if}
|
{/if}
{if !empty($cartItem.attendees)}
{include file="ECommerce/Cart/cells/priceByAttendees.tpl" attendees=$cartItem.attendees}
{else}
${$cartItem.priceRound|number_format:2}
{/if}
|
${$cartItem.paymentFeeRound|money} |
${$cartItem.summaryRound|money}
{if $item->promoProductId and $item->promoProductId eq $cartItem.productId and $item->promoValue} ({$cartItem.promoDescription|htmlspecialchars}){/if}
|
{/foreach}