Hi nirmaljoseph,
You need to integrate the Nop Cloud Zoom plugin in ProductTemplates.SilgleVariant.cshtml view. The integration is identical to the one that you have done in ProductTemplates.VariantsInGrid.
After the Cloud Zoom plugin is enabled the _ProductDetailspictures.cshtml view will not be used, so keep in mind that any changes, that you have made there will not take effect.
Also note that if you are using the Nop Quick Tabs plugin with the automatic integration setting enabled, the Nop Cloud Zoom plugin will not work. We have explained this in our online documentation. So in order for the both plugins to work, you need to integrate them both manually.
Ivan Stoyanov
@Html.Action("SearchBox", "Catalog")
lielement:
<li>
@Html.Action("SearchBox", "Catalog")
</li>
<a class="toggleControl">@specificationFilterGroup.Name</a>
<a class="toggleControl closed">@specificationFilterGroup.Name</a>
<div class="filtersGroupPanel filtersDropDownPanel" data-optionsGroupId="@specificationFilterGroup.Id" style="z-index: @currentZIndex;">
<div class="filtersGroupPanel filtersDropDownPanel" data-optionsGroupId="@specificationFilterGroup.Id" style="z-index: @currentZIndex;" style="display: none;">
Also can you please try and update the Ajax Filters plugin to the latest version. We added some bug fixes. For more information on how to do this please read the following article: http://www.nop-templates.com/t/How-To-Update-A-NopCommerce-Plugin
Ivan Stoyanov