{* * @Module Name: Leo Bootstrap Menu * @Website: leotheme.com.com - prestashop template provider * @author Leotheme * @copyright 2007-2018 Leotheme *} {if isset($product)}
{if isset($widget_heading)&&!empty($widget_heading)} {/if}
{block name='product_thumbnail'} {$product.cover.legend} {/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}
{/if}