{** * 2010-2020 Webkul. * * NOTICE OF LICENSE * * All right is reserved, * Please go through this link for complete license : https://store.webkul.com/license.html * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade this module to newer * versions in the future. If you wish to customize this module for your * needs please refer to https://store.webkul.com/customisation-guidelines/ for more information. * * @author Webkul IN * @copyright 2010-2020 Webkul IN * @license https://store.webkul.com/license.html *} {block name='product_miniature_item'}
{block name='product_thumbnail'} {$product.cover.legend} {/block}
{block name='product_name'}

{$product.name}

{/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_reviews'} {hook h='displayProductListReviews' product=$product} {/block}
{block name='product_flags'}
    {foreach from=$product.flags item=flag}
  • {$flag.label}
  • {/foreach}
{/block}
{block name='quick_view'} {l s='Quick view' mod='wkonepagecheckout'} {/block} {block name='product_variants'} {if $product.main_variants} {include file='catalog/_partials/variant-links.tpl' variants=$product.main_variants} {/if} {/block}
{/block}