What is the best way of working with the Cloud Zoom plugin. I am currently using a trial version and have been trying to use the automatic integration, but whenever I go to my product detail view and click on the image nothing happens. I am running Nop 2.65 and I checked the Configuration>Plugins and all are installed and set to true. I have tried playing with different setting, but everytime I click on the image nothing happens or zooms in. Is there anything different that I should do or check or would you recommend trying the manual integration.
What is the best way of working with the Cloud Zoom plugin. I am currently using a trial version and have been trying to use the automatic integration, but whenever I go to my product detail view and click on the image nothing happens. I am running Nop 2.65 and I checked the Configuration>Plugins and all are installed and set to true. I have tried playing with different setting, but everytime I click on the image nothing happens or zooms in. Is there anything different that I should do or check or would you recommend trying the manual integration.
I tried the NopClassic theme that I had originally downloaded from your site and that did not work and this was what I used as a basis for my theme that I am working with. I tried the DarkOrange theme and that seems to work. When I had tried to integrate manually, the items specified in the documentation did not match to what I have in my document. When I look for <div class="product-details-info"> in the page, this div does not exist. I did however find, @Html.Partial("_ProductDetailsPictures", Model) this was within <div class="product-essential">.
I am not sure if the default code has changed since you wrote the documentation, but the code is structured as this...
<div class="product-essential"> @Html.Widget("productdetails_before_pictures") <!--product pictures--> @Html.Action("CloudZoom", "CloudZoom", Model) @Html.Widget("productdetails_after_pictures") <div class="overview"> <div id="cloudZoomWindowElement" style="position: absolute"> </div> As you can see there is no product-details-info
I did the manual integration and now it is working great! Thanks for the help
I tried the NopClassic theme that I had originally downloaded from your site and that did not work and this was what I used as a basis for my theme that I am working with. I tried the DarkOrange theme and that seems to work. When I had tried to integrate manually, the items specified in the documentation did not match to what I have in my document. When I look for <div class="product-details-info"> in the page, this div does not exist. I did however find, @Html.Partial("_ProductDetailsPictures", Model) this was within <div class="product-essential">.
I am not sure if the default code has changed since you wrote the documentation, but the code is structured as this...
<div class="product-essential"> @Html.Widget("productdetails_before_pictures") <!--product pictures--> @Html.Action("CloudZoom", "CloudZoom", Model) @Html.Widget("productdetails_after_pictures") <div class="overview"> <div id="cloudZoomWindowElement" style="position: absolute"> </div> As you can see there is no product-details-info
I did the manual integration and now it is working great! Thanks for the help
The documentation is actually for 2.6 version and in 2.65 some of the html was changed. In spite of this you have successfully integrated the plugin. Thank you for reporting this problem. We will update our documentation ASAP.
Best wishes!
Ivan Stoyanov
Thank you for choosing our products! Your feedback is important to us!
i too tried installing nop cloud zoom...i used the customized theme. but i couldnt access the nopcloud settings ..i dont know the reason...then i tried uninstalling it..but it is not getting uninstalled...Aftr installing this all my JQuery and JScripts keep on showing error..So i manually removed the folder from plugins folder in nop.web...But the effect still remains..Is this making any changes to the current Jqueries already installed..it seems as if some kind of conflict occurs....
i too tried installing nop cloud zoom...i used the customized theme. but i couldnt access the nopcloud settings ..i dont know the reason...then i tried uninstalling it..but it is not getting uninstalled...Aftr installing this all my JQuery and JScripts keep on showing error..So i manually removed the folder from plugins folder in nop.web...But the effect still remains..Is this making any changes to the current Jqueries already installed..it seems as if some kind of conflict occurs....
If you can't access the Settings of the plugin then it is not properly installed. Please modify you Global.asax file by adding some extra blank spaces in it and save it. This will force application restart and you should be able to access the Settings of the plugin. For you information the plugin does not change any JQuery scripts, so your problems are not caused from the Cloud Zoom plugin.
goshh installed it atlast... but the zoom looks soo base..it doesnt even havea next or close button...if i need to go out of zoom i need to click back button on browser..and wht ever zoom type i select i get he same response
installed zoom..but why is that what ever i do int he setting it looks the same.The product image gets added to the main product image area.but i cannot zoom there..I tried with higher resolution images too but still the same effect..I am using a custmoized gheme.So i did like it was given in manual for customized theme.. the below is the code in ProductTemplate.VarientsInGrid.cshtml... I have marked the area where i customized as <!-- cloud zoom enabling -->