Close

Profile: IvanStoyanov

Avatar

User posts

12 years ago

drcomputer wrote:
Hi,

In product detail page , Image is coming twice and tabs are not visible.
please check the url http://istyle4u.azurewebsites.net/elegant-pendant

error image : http://i50.tinypic.com/2ngd0qs.png

thanks


Hi drcomputer,

The problem is not with the Cloud Zoom plugin.
You have made modification to the views of the theme, and this modifications are breaking the javascript (you can see the error in firefox). This error is not shown in chrome, but when you click the "BUY NOW" button the window freezes and you can not use the website.

Please fix the problems that you have introduced and the plugin will work just fine.

Ivan Stoyanov

rgujral wrote:
Hi : Thanks for your response.

I have followed the steps mentioned in the document, but when I reload list of plugins, I do not see the new plugins on the page.


1.Copy the SevenSpikes.Core and the SevenSpikes.Nop.Plugins.AjaxCart folder into the Plugins folder of your nopCommerce installation\web site.

WHAT IS installation\website ? I copied them in Root/Plugins as well as in Nop.Web/plugins folder ?


Please suggest.


Hi rgujral,

If you are using the no source code nopCommerce then you need to copy the folders in the Root/Plugins folder (this is the nopCommerce that you upload to your FTP server). If you are using the nopCommerce with the source code (you have a Nop.Web folder) then you need to copy the plugins in Nop.Web/Plugins folder.

Can you tell me which version of nopCommerce you are using? The plugins are located in folders named after the nopCommerce versions. Please use the same version of plugins as is your nopCommerce version.

Also you can add an empty space after the code in your Global.asax file and save it.

Ivan Stoyanov

12 years ago

drcomputer wrote:
Please check image i have sent


Hi drcomputer,

We need to see the error on the actual website in order to investigate the problem. We can not tell you what the problem is just by looking at the image.

Ivan Stoyanov

12 years ago

shayt wrote:
and this is the code regarding the rating.

Ron Palmer - thank you very much for sharing your code.

in the nopQuickTabs plugin folder navigate to the themes, select the theme you are using, then go to views > ProductTab> _ProductReviews.cshtml

Create a variable "int ReviewCount = Model.Items.Count;" under "int ratingPercent = review.Rating * 20;"
and then under <div style="width: @(ratingPercent)%"></div> add the following code.

                            
@*hidden microdata info*@
                          @{
                                  decimal ratingValue = ratingPercent / (decimal)20;
                          }
                            <meta itemprop="ratingValue" style="display:none;" content="@ratingValue.ToString("0.0", new CultureInfo("en-US"))">
                          <span itemprop="reviewCount" style="display:none;">@ReviewCount</span>


Great work!

12 years ago

mickk wrote:
hi there,

i was wondering if it is possible to have a quick tab setup for all product info(short descrip, sku, price etc) and have a tab for a guide. Plus then have the normal quick tab options on another lower down the page?

Many Thanks
Mike


Hi Mike,

At the moment the Nop Quick Tabs plugin does not support this functionality. Please add this suggestion to our user voice portal so that the other users can see it and we will consider implementing this functionality to the plugin in the future.

Ivan Stoyanov

12 years ago

cicciuzzo wrote:
Hello

since I started using the plug-in in my url it is added  #.UVQjGld8wcs

Why?

As to remove?


Hi cicciuzzo,

The JCarousel plugin does not interact in any way with the store URL. You can check our online demo to see that we do not have this in the URL: http://demos.nop-templates.com/.
It is possible that the information in the hash of the URL is added by some modifications or script that you have added to your website.

Ivan Stoyanov

rgujral wrote:
Hi,

I downloaded the trial version of Nop ultimate and Ajax plugins to see how does it look in my default theme.

I need to know how do I add these plugins plus core, framework, services dlls for them all to work on my site.

Please suggest. I have put-in the similar query in Nop Commerce user group.

Regards,


Hi, rgujral

Please refer to our online documentation for detailed information about our plugins and themes:
http://www.nop-templates.com/t/nopCommerce-Documentation


Ivan Stoyanov

12 years ago

elettrogm wrote:
I still have the same problem with Electronics theme...

I've just downloaded and reinstalled the plugin...

What can I do?


Hi elettrogm,

Please read the following guide: http://www.nop-templates.com/t/How-To-Update-A-NopCommerce-Theme

After you update the theme please clear the cache of nopCommerce and your browser.

Ivan Stoyanov

12 years ago

rohit.gonsalves wrote:
Hello,

But I am using fresh install of nop commerce 2.8 and latest package from Nop-template.

Also I am trying this on Default clean theme. Please advise.



When did you download the package from our website? We applied the fix yesterday.

12 years ago

rohit.gonsalves wrote:
I have integrated this Quick view module and it is rendered at the bottom of the page. After this page hangs.

How to attach screen shot in this forum?

-Rohit.


Hi Rohit,

Thank you for choosing our products and reporting this problem.

We are aware of it and have already fixed it. Please read the following guide on how to update your theme to the latest version:
http://www.nop-templates.com/t/How-To-Update-A-NopCommerce-Theme

Ivan Stoyanov