Hi,
If I got everything straight, you have a product AIR INTAKE. It is in category Engine >> Intake. It`s manufacturer is Subaru. Also it has specification attributes Model and Year. The problem comes from the Specification attributes, Because your Air Filter is mapped to all the specification attributes: "Impreza, Forester, 2004, 2005, 2006, 2007, 2008, 2009, 2010". You can not say combine the Model attribute with the Year attribute. So, I suggest you to do the following:
I have seen many sites where the car parts search is made this way:
Let`s say we search for air filter for my car: Honda Civic 1992.
The category is Engine >> Intake.
The manufacturer is Honda.
The model specification drop-down looks this way:
Civic (1987 - 1991)
Civic (1991 - 1995)
Civic (1995 - 2001)
Crx (1987 - 1992)
Crx (1992 - 1997)
Prelude (1986 - 1992)
Prelude (1992 - 1996)
etc.
Just remove the year specification and edit the options of the Model attribute. This way we combine the two required specification attributes - the model and the year. And now we can find our air filter without any problem.
I hope this helped !
@Html.Action("AllShops", "StoreLocator", new { isStoreLocatorCalledFromHomePage = true })
Layout = "~/Views/Shared/_ColumnsOne.cshtml";
if (Url.RequestContext.RouteData.Values["isStoreLocatorCalledFromHomePage"] != null && bool.Parse(Url.RequestContext.RouteData.Values["isStoreLocatorCalledFromHomePage"].ToString()))
{
Layout = "";
}
<li><a href="@Url.RouteUrl("Topic", new {SeName = "AboutUs"})" title="@T("aboutus")">@T("aboutus")</a></li>
An exception of type 'System.Web.HttpException' occurred in System.Web.dll but was not handled in user code
Additional information: Error executing child request for handler 'System.Web.Mvc.HttpHandlerUtil+ServerExecuteHttpHandlerAsyncWrapper'.
<div class="footer">
@Html.Action("AllShops", "StoreLocator")
@** Copyright 2015 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*@
@using Nop.Core
@using Nop.Core.Infrastructure
@using Nop.Web.Extensions
@using SevenSpikes.Nop.Plugins.StoreLocator
@model SevenSpikes.Nop.Plugins.StoreLocator.Models.StoreLocatorModel
@{
Layout = "";
var supportRtl = this.ShouldUseRtlTheme();
Html.AddCssFileParts("~/Plugins/SevenSpikes.Nop.Plugins.StoreLocator/Themes/" + Model.Theme + "/Content/StoreLocator.css");
if (supportRtl)
{
Html.AddCssFileParts("~/Plugins/SevenSpikes.Nop.Plugins.StoreLocator/Themes/" + Model.Theme + "/Content/StoreLocator.rtl.css");
}
Html.AddScriptParts("~/Plugins/SevenSpikes.Core/Scripts/SevenSpikesExtensions.js");
Html.AddScriptParts("~/Plugins/SevenSpikes.Nop.Plugins.StoreLocator/Scripts/StoreLocatorAllShops.min.js");
}
<div class="all-shops-page" style="clear: both;">