Close

Profile: flimflap

Avatar

User posts

Bugs
one year ago

Found a small seo bug. In Themes\Emporium\Views\Shared\Components\Footer\Default.cshtml line 130 there is this:
<h3 class="title">@T("SevenSpikes.Themes.Emporium.Common.PaymentOptions")</h3>
It should be:
<div class="title"><strong>@T("SevenSpikes.Themes.Emporium.Common.PaymentOptions")</strong></div>

You dont want the payment options name to be a H3 ^^