{** * Copyright since 2007 PrestaShop SA and Contributors * PrestaShop is an International Registered Trademark & Property of PrestaShop SA * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License 3.0 (AFL-3.0) * that is bundled with this package in the file LICENSE.md. * It is also available through the world-wide-web at this URL: * https://opensource.org/licenses/AFL-3.0 * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to https://devdocs.prestashop.com/ for more information. * * @author PrestaShop SA and Contributors * @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) *} {extends file=$layout} {block name='head' append} {if $product.cover} {/if} {if $product.show_price} {/if} {if isset($product.weight) && ($product.weight != 0)} {/if} {/block} {block name='head_microdata_special'} {include file='_partials/microdata/product-jsonld.tpl'} {/block} {block name='content'}
{block name='page_content_container'}
{block name='page_content'} {include file='catalog/_partials/product-flags.tpl'} {block name='product_cover_thumbnails'} {include file='catalog/_partials/product-cover-thumbnails.tpl'} {/block}
{/block}
{/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_additional_info'} {include file='catalog/_partials/product-additional-info.tpl'} {/block} {* Input to refresh product HTML removed, block kept for compatibility with themes *} {block name='product_refresh'}{/block}
{/block}
{block name='hook_display_reassurance'} {hook h='displayReassurance'} {/block} {block name='product_tabs'}
{block name='product_description'}
{$product.description nofilter}
{/block}
{block name='product_details'} {include file='catalog/_partials/product-details.tpl'} {/block} {block name='product_attachments'} {if $product.attachments}

{l s='Download' d='Shop.Theme.Actions'}

{foreach from=$product.attachments item=attachment} {/foreach}
{/if} {/block} {foreach from=$product.extraContent item=extra key=extraKey}
$val} {$key}="{$val}"{/foreach}> {$extra.content nofilter}
{/foreach}
{/block}
{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'} {include file='catalog/_partials/miniatures/product.tpl' product=$product_accessory position=$position productClasses="col-xs-12 col-sm-6 col-lg-4 col-xl-3"} {/block} {/foreach}
{/if} {/block} {block name='product_footer'} {hook h='displayFooterProduct' product=$product category=$category} {/block} {block name='product_images_modal'} {include file='catalog/_partials/product-images-modal.tpl'} {/block} {block name='page_footer_container'} {/block}
{/block}