{* * @Module Name: Leo Elements * @Website: leotheme.com - prestashop template provider * @author Leotheme * @copyright Leotheme * @description: Leo Elements is module help you can build content for your shop *}
{block name='page_content_container'}
{block name='page_content'}
{block name='product_cover_thumbnails'} {block name='product_cover'}
{block name='product_flags'}
    {foreach from=$product.flags item=flag}
  • {$flag.label}
  • {/foreach}
{/block} {if $product.default_image} {$product.default_image.legend}
{else} {$product.name} {/if}
{/block} {block name='product_images'} {if $product.images|@count > 1}
{/if} {/block} {/block} {hook h='displayAfterProductThumbs'}
{/block}
{/block} {block name='product_images_modal'} {include file='catalog/_partials/product-images-modal.tpl'} {/block}
{block name='page_header_container'} {block name='page_header'}

{block name='page_title'}{$product.name}{/block}

{/block} {/block} {block name='product_prices'} {include file='catalog/_partials/product-prices.tpl'} {/block} {block name='product_description_short'}
{$product.description_short nofilter}
{/block} {if $product.is_customizable && count($product.customizations.fields)} {block name='product_customization'} {include file="catalog/_partials/product-customization.tpl" customizations=$product.customizations} {/block} {/if}
{block name='product_buy'}
{block name='product_variants'} {include file='catalog/_partials/product-variants.tpl'} {/block} {block name='product_pack'} {if $packItems}

{l s='This pack contains' d='Shop.Theme.Catalog'}

{foreach from=$packItems item="product_pack"} {block name='product_miniature'} {include file='catalog/_partials/miniatures/pack-product.tpl' product=$product_pack showPackProductsPrice=$product.show_price} {/block} {/foreach}
{/if} {/block} {block name='product_discounts'} {include file='catalog/_partials/product-discounts.tpl'} {/block} {block name='product_add_to_cart'} {include file='catalog/_partials/product-add-to-cart.tpl'} {/block} {block name='product_refresh'} {/block}
{/block}
{block name='product_additional_info'} {include file='catalog/_partials/product-additional-info.tpl'} {/block} {hook h='displayLeoProductReviewExtra' product=$product} {block name='hook_display_reassurance'} {hook h='displayReassurance'} {/block} {include file="sub/product_info/tab.tpl"}
{block name='product_accessories'} {if $accessories}

{l s='You might also like' d='Shop.Theme.Catalog'}

{foreach from=$accessories item="product_accessory" key="position"}
{block name='product_miniature'} {if isset($profile_params.pl_url) && $profile_params.pl_url} {include file=$profile_params.pl_url product=$product_accessory position=$position} {else} {include file='catalog/_partials/miniatures/product.tpl' product=$product} {/if} {/block}
{/foreach}
{/if} {/block} {block name='product_footer'} {hook h='displayFooterProduct' product=$product category=$category} {/block}
{block name='page_footer_container'} {/block}