Hi Yves,
the Nop Instant Search have been integrated in your theme.
Can you try it now and see if there are any problems.
Thanks!
Hi Yves,
we have have fixed all issues on your site and uploaded the changes.
1. The problem with the Product Template was that the Automatic Integration was checked on the Nop Quick Tabs. Please bear in mind that this works only for the default Dark Orange theme (as implied by the hint). So we have integrated them manually. We have renamed the css file for your custom theme on the Nop Quick Tabs. We have also added a new theme on which we are currently working. If you like it you can use it - it is called "gray" theme.
2. We have updated the setting for the product thumbnails on the product details page and show 4 images per line. So the images will now not go under the share button as before.
3. We have integrated the Nop Instant Search.
Hope that helps!
If you have any other queries please do not hesitate to contact us.
Hi yves,
thanks for reporting issue 2. We will be updating our plugin to work for any jQuery version. For now as a workaround we suggest to rename the file should to contain the x.16. version.
p.s. We have done this for you on your site.
@*filtering*@
@if (Model.PagingFilteringContext.PriceRangeFilter.Enabled || Model.PagingFilteringContext.SpecificationFilter.Enabled)
{
<div class="product-filters">
<div class="filter-title">
<span>@T("Filtering.FilterResults")</span>
</div>
<div class="filter-item">
@Html.Partial("_FilterPriceBox", Model.PagingFilteringContext.PriceRangeFilter, new ViewDataDictionary())
</div>
<div class="filter-item">
@Html.Partial("_FilterSpecsBox", Model.PagingFilteringContext.SpecificationFilter, new ViewDataDictionary())
</div>
</div>
<div class="clear">
</div>
@*
Instead of the stock filter above, I wish to insert Nop AJAX Filters here
*@
}
Hi Jon,
Thank you for the correction it is indeed Catalog7Spikes folder as the Catalog one is used for the Automatic integration of the plugin.
As you probably know all plugin views in nopCommerce are embedded views.
By default nopCommerce doesn't know of any plugin view locations and thus there is no way to have any not embedded views in your plugins.
So in order to have views open to modification we use our own view engine that always searches for views in the actual plugin folder and then it searches in the other view locations i.e Themes. That is why what you are trying is not working as it always finds the view in the plugin folder and never ever gets to the view in your Theme folder.
Last week we made the Filters themeable in terms of the css used in them. So you can have different styling of the Filters and separate them in different themes.
We were thinking of moving also some of the views into the theme but we weren't sure if this would provide any value or would just complicate things more.
If you believe that this is a valuable feature you can add your idea in our UserVoice portal.
Hope this helps!
Best Regards,
Nop-Templates Support Team