@if (Model.Settings.EnableProductSpecificationsTab)
{
var specificaions = Html.Action("ProductSpecificationsTab", "ProductTab", new { id = Model.ProductId });
if (!String.IsNullOrWhiteSpace(specificaions.ToString()))
{
divs.Add(new KeyValuePair<string, string>("tabs-specs", specificaions.ToString()));
<li><a href="#tabs-specs">@T("SevenSpikes.NopQuickTabs.Client.Tabs.Specifications").ToHtmlString()</a>
</li>
}
}
value="@T("Search")"
Hi,
Although the error is thrown by the Smart SEO plugin the actual error is not there. Please uninstall the smart SEO plugin and this way the real error will be shown. The Smart SEO uses action filters that expect a View result to be returned by the action but when there is an error on the category page then a redirect to the error page result is returned and this causes a null reference exception. Please uninstall the plugin and check again your log. When you resolve your problem you can install the Smart SEO again or alternately simply disable the smart seo.
Best Regards,
Nop-Templates Support Team