{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"} {if !$is_print_version} {if (($zoom_option == "zoom" && $product.zoom_option == "global") || $product.zoom_option == "zoom") && $product.image_location=="Local"} {if $product.image_alt_text != ''}{$product.image_alt_text|htmlspecialchars}{else}{$product.title|htmlspecialchars}{/if}
{$msg.product.zoom_image}
{elseif (($zoom_option == "magnify" && $product.zoom_option == "global") || $product.zoom_option == "magnify") && $product.image_location=="Local"} {if $product.image_alt_text != ''}{$product.image_alt_text|htmlspecialchars}{else}{$product.title|htmlspecialchars}{/if}
{$msg.product.magnify_image}
{elseif (($zoom_option == "magicthumb" && $product.zoom_option == "global") || $product.zoom_option == "magicthumb") && $product.image_location=="Local"} {if $product.image_alt_text != ''}{$product.image_alt_text|htmlspecialchars}{else}{$product.title|htmlspecialchars}{/if}
{$msg.product.enlarge_image}
{elseif (($zoom_option == "imagelayover" && $product.zoom_option == "global") || $product.zoom_option == "imagelayover") && $product.image_location=="Local"} {if $product.image_alt_text != ''}{$product.image_alt_text|htmlspecialchars}{else}{$product.title|htmlspecialchars}{/if}
{$msg.product.enlarge_image}
{else} {if $product.image_alt_text != ''}{$product.image_alt_text|htmlspecialchars}{else}{$product.title|htmlspecialchars}{/if}
{$msg.product.enlarge_image}
{/if} {else} {if $product.image_alt_text != ''}{$product.image_alt_text|htmlspecialchars}{else}{$product.title|htmlspecialchars}{/if} {/if} {else} {assign var="imageId" value="image-no-image-big"} {if $designImages.$imageId} {$msg.images.imageNoImageBig|htmlspecialchars} {else} {$msg.images.imageNoImageBig|htmlspecialchars} {/if} {/if}