Sunday, April 5, 2026 11:16:29 PM

Not working with 7spikes plugins from nop-templates

10 years ago
#143 Quote
Following error has been generated when I tried to search products with nopAccelerate plugin along with 7spikes plugin.

The model item passed into the dictionary is of type 'XcellenceIT.Plugin.Solr.Search.Models.CustomProductModel', but this dictionary requires a model item of type 'Nop.Web.Models.Catalog.ProductOverviewModel'.
0
10 years ago
#144 Quote
Hello,

Please place SolrSearch folder in your Theme ->Views folder. You can find SolrSearch folder under nopAccelerate Search plugin -> Views folder.

0
10 years ago
#151 Quote
Hello.

The same here but only on categories. I copied files you mentioned in previous post but no luck.
Could you assist?
Thank you.

The model item passed into the dictionary is of type 'XcellenceIT.Plugin.Solr.Products.Models.CustomProductModel', but this dictionary requires a model item of type 'Nop.Web.Models.Catalog.ProductOverviewModel'.

Line 292:                            {
Line 293:                                <div class="item-box">
Line 294:                                    @Html.Partial("_ProductBox", product)
Line 295:                                </div>
Line 296:                            }

Source File: c:\src\Presentation\Nop.Web\Plugins\XcellenceIT.Plugin.Solr.Products\Views\SolrProduct\CategoryTemplate.ProductsInGridOrLines.cshtml    Line: 294
0