{strip} {if !isset($badge) && isset($product)} {$badge = $product.badge} {/if} {if $theme_settings.shop_productpage_show_brand && method_exists("shopProductbrandsPlugin","productBrand") && isset($product)} {$_b = shopProductbrandsPlugin::productBrand($product.id)} {/if}
{if $theme_settings.shop_productpage_show_brand && isset($_b) && !isset($hide_brand)}{if isset($_b.image) && !empty($_b.image)}{/if}{/if} {if isset($badge) && $badge eq 'lowprice'}
[`Low price!`]
{elseif isset($badge) && $badge eq 'new'}
[`New!`]
{elseif isset($badge) && $badge eq 'bestseller'}
[`Bestseller`]
{elseif isset($badge) && !empty($badge)}
{$badge}
{/if}
{/strip}