Close

Profile: IvanStoyanov

Avatar

User posts

cskhoo7 wrote:
How to Add Custom Data source type to Nop JCarousel v2.80?

i like to add the jcarosel base on the manufacture featured produts...example like brand A..etc


I try to goto widgets and click configure, but below wording came out:
To configure the plugin either click HERE or go to Plugins -> Nop JCarousel -> Manage JCarousels

how to customize?? like previous versions @Html.Action("JCarousel", "JCarousel", new {carouselName = "JCarousel Name", productModels = Model.CustomProductModels}) kind of Manual Integration (Advanced users only) - Adding custom data source function...

pls help, thanks! URGENTS!


Hi cskhoo7,

You can find more information on the custom data source in this topic: http://www.nop-templates.com/boards/topic/277/customdatasource
At the moment we are working on custom product, category and manufacturer mapping for the JCarousel plugin.

Ivan Stoyanov

11 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

11 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

11 years ago

carlf wrote:
Hi

I have a customer who would like to change the Featured Products on their website. They'd like to do this within categories, so rather than just have one section for featured products, they'd like to do the following:-

Category 1
  Featured Products within this category

Then underneath:-

Category 2
   Featured Products within this category

Category 3
   Featured Products within this category

etc, etc.

I'd be grateful for advice on the best way of going about this.

Many thanks

Best regards

Carl


Hi Carl,

Sadly nopCommerce does not have this functionality. If you wan to implement it, you will need to extensively modify the core functionality of nopCommerce. We do not recommend this, as it is going to lead to very hard upgrades to newer versions of the platform.

But if you are determined to do it. At first glance I can tell you that you will need to modify the CategoryTemplate.ProductsInGridOrLines.cshtml view, the SubCategoryModel and the Category action located in the CatalogController.

You can post your question in the nopCommerce forum. Someone may have done this and may be able to give you a more detailed answer.

Ivan Stoyanov

11 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!

11 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

11 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

11 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