{if $have_image}
{else}
{/if}
{if isset($images) && count($images) > 0}

-
{if $HOOK_EXTRA_LEFT}{$HOOK_EXTRA_LEFT}{/if}
- {l s='Print'} {if $have_image && !$jqZoomEnabled}
- {l s='View full size'} {/if}
{if $product->description_short OR $packItems|@count > 0}
{/if}
{if ($product->show_price AND !isset($restricted_country_mode)) OR isset($groups) OR $product->reference OR (isset($HOOK_PRODUCT_ACTIONS) && $HOOK_PRODUCT_ACTIONS)}
{/if}
{if $HOOK_EXTRA_RIGHT}{$HOOK_EXTRA_RIGHT}{/if}
{if $product->description_short}
{/if}
{if isset($colors) && $colors}
{$product->description_short|truncate:140:'...'}
{/if}
{if $product->description}
{/if}
{if $packItems|@count > 0}
{l s='Pack content'}
{foreach from=$packItems item=packItem}
{$packItem.pack_quantity} x {$packItem.name|escape:'htmlall':'UTF-8'}
{/foreach}
{/if}
{$packItem.description_short|truncate:100:'...'}
{l s='Pick a color:' js=1}
-
{foreach from=$colors key='id_attribute' item='color'}
- {if file_exists($col_img_dir|cat:$id_attribute|cat:'.jpg')}
{/if}
{/foreach}