{if count($item->additionalImages) > 1}
{foreach from = $item->additionalImages item = 'image'} {html_image_fs_full name = $image.image width = 60 height = 45 method = 'cropCenter' alt = $image.title title = $item->description href = $image.image|image_fs:$item->config.image.width:$item->config.image.height:$item->config.image.resizeMethod } {/foreach}
{else}
{html_image_fs_full name = $item->image width = $item->config.image.width height = $item->config.image.height method = $item->config.image.resizeMethod alt = $item->title title = $item->description|default:$item->title }
{/if}

{$item->title|htmlspecialchars} ${$item->price|money}

Unit Weight: {$item->weight} lbs

{if $item->soldOut == 'y'}

Sold Out

{/if} {if $item->cartForm} {$item->cartForm} {/if} {$item->description}