{** * 2007-2020 PrestaShop and Contributors * * 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.txt. * 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://www.prestashop.com for more information. * * @author PrestaShop SA * @copyright 2007-2020 PrestaShop SA and Contributors * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) * International Registered Trademark & Property of PrestaShop SA *} {extends file=$layout} {block name='head_seo' prepend} {/block} {block name='head' append} {if $product.show_price} {/if} {if isset($product.weight) && ($product.weight != 0)} {/if} {/block} {block name='content'}
{block name='page_content_container'}
{block name='page_content'} {block name='product_flags'} {/block} {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}

{if $product.description_short} {$product.description_short nofilter} {/if}
{/block} {/block} {block name='product_prices'} {include file='catalog/_partials/product-prices.tpl'} {/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} {/block} {/foreach}
{/if} {/block} {block name='product_discounts'} {include file='catalog/_partials/product-discounts.tpl'} {/block} {block name='product_additional_info'} {include file='catalog/_partials/product-additional-info.tpl'} {/block} {block name='product_add_to_cart'} {include file='catalog/_partials/product-add-to-cart.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'}

Description

{block name='product_details'} {include file='catalog/_partials/product-details.tpl'} {/block}
{/block}
{block name='product_accessories'} {if $accessories}

{l s='Related Products' d='Shop.Theme.Catalog'}

{foreach from=$accessories item="product_accessory"} {block name='product_miniature'} {include file='catalog/_partials/miniatures/product.tpl' product=$product_accessory} {/block} {/foreach}
{/if} {/block} {block name='product_footer'} {hook h='displayFooterProduct' product=$product category=$category} {/block} {block name='product_images_modal'} {/block} {block name='page_footer_container'} {/block}
{/block}