{if $product.image} {if $product.image_location=="Local"} {assign var="meta_property_url" value=$url_base|cat:$product.image} {else} {assign var="meta_property_url" value=$product.image} {/if} {meta name="og:image" content=$meta_property_url type="property"} {**{else} width="{$CatalogThumb2Size}"**} {if $product.image_alt_text != ''}{$product.image_alt_text|htmlspecialchars}{else}{$product.title|htmlspecialchars}{/if} {else} {assign var="imageId" value="image-no-image-big"} {if $designImages.$imageId} {$msg.images.imageNoImageBig|htmlspecialchars} {else} {$msg.images.imageNoImageBig|htmlspecialchars} {/if} {/if}