{* * @Module Name: AP Page Builder * @Website: apollotheme.com - prestashop template provider * @author Apollotheme * @copyright Apollotheme * @description: ApPageBuilder is module help you can build content for your shop *}
{block name='product_thumbnail'} {$product.cover.legend} {/block} {block name='product_flags'}
    {foreach from=$product.flags item=flag}
  • {$flag.label}
  • {/foreach}
{/block}
{block name='product_name'}

{$product.name|truncate:30:'...'}

{/block} {block name='product_price_and_shipping'} {if $product.show_price}
{if $product.has_discount} {hook h='displayProductPriceBlock' product=$product type="old_price"} {$product.regular_price} {if $product.discount_type === 'percentage'} {$product.discount_percentage} {/if} {/if} {hook h='displayProductPriceBlock' product=$product type="before_price"} {$product.price} {hook h='displayProductPriceBlock' product=$product type='unit_price'} {hook h='displayProductPriceBlock' product=$product type='weight'}
{/if} {/block}
{block name='product_variants'} {if $product.main_variants} {include file='catalog/_partials/variant-links.tpl' variants=$product.main_variants} {/if} {/block}