Hi,
Have you activated the plugin as a widget. You can check this in Administration -> Content Management -> Widgets and for the Nop Categories Header Menu the IsActive value should be set to True. If it is no activate it.
Please let us know if you still experience this problem and if possible send us a link to the site so that we can have a closer look at it.
Thanks!
Hi all,
We are very pleased to announce that the Nop Categories Header Menu now has support for adding manufacturers to the menu which is controlled via a setting in the administration of the plugin. Please download the latest package from the site and have a look at the online documentation for instructions on how to enable this option.
You can also see the plugin in action on our demo .
Hope you will like it!
Thanks!
Hi Yves,
The problem is in an image from the Themes\Electronics\Content\Images folder that has not been updated and the old one from the version 2.5 is used. Have you added the new images from the latest version.
For the buttons you should replace the ~/Themes/Electronics/Content/Images/bkg_btn.png with the one from the latest package downloaded from the site.
As to the Nop Ajax Cart if you have uploaded the very latest you can try modifying the Global.asax file to see if the new window is shown when a product is added to the cart.
Best Regards!
Hi,
These warnings are shown because the resources were missing in the plugin installation process. This is now fixed and uploaded. If you prefer not to download and reinstall the plugin you can simply add the resources:
sevenspikes.jcarousel.admin.settings.common.name.required
and
sevenspikes.jcarousel.admin.settings.common.skin.required
with values:
"Name of the JCarousel is REQUIRED."
and
"Skin of the JCarousel is REQUIRED."
The resources can be added via the Administration -> Configuration -> Languages and click the "View Resources" link for your active languages.
Thanks for the observation.
Hi Yves,
Just forgot to mention that when you reinstall any of the plugins of the Nop Electronics theme, you will need to integrate it the theme by going to the Administration -> Plugins -> Nop Electronics Theme -> Settings and on the Plugins Integration tab check the corresponding plugin and click save.
Thanks!
Hi Yves,
Looking at your new site it seems that you are using an old version of the Nop Ajax Cart - without the "Product Added To Cart" view which is shown with option of checkout, continue shopping and go to cart. You should download the latest package from your My Account section. Then you should replace the Ajax Cart plugin folder with the one from the package and reinstall it.
If you have made any customization you should merge them to the new plugin before installing it.
Hope that helps!
Hi Dave,
The Nop Instant Search uses this nopCommerce method to search for products:
Nop.Services.Catalog.ProductService.public virtual IPagedList<Product> SearchProducts(int categoryId, int manufacturerId, bool? featuredProducts,
decimal? priceMin, decimal? priceMax, int productTagId,
string keywords, bool searchDescriptions, int languageId,
IList<int> filteredSpecs, ProductSortingEnum orderBy,
int pageIndex, int pageSize,
bool loadFilterableSpecificationAttributeOptionIds, out IList<int> filterableSpecificationAttributeOptionIds,
bool showHidden = false)
Hi,
There seems to be a mismatch between the version the plugin you are running and the version of nopCommerce. Please find some questions might guide us to the problem:
Are you running nopCommerce 2.6 with the Nop Ajax Filters 2.6?
If so, have you made any modifications to the nopCommerce source code?
Have you had any previous version of the Nop Ajax Filters installed on this web site?
Would you be able to share the whole stack trace of the exception that you are getting?
Ideally would you be able to give us a link to a page where this happens and to the administration System Log so that we can investigate further?
Thanks
Hi JonJJ,
We are glad you are up and running the Cloud Zoom without problems.
Thanks for letting us know!
Hi,
There was in fact an issue with the Nop JCarousel plugin, but now it is fixed and uploaded on our site. So if you download the latest version of the plugin your view ~\SevenSpikes.Nop.Plugins.JCarousel\Themes\HusetVedHavet\Views\JCarousel\JCarousel.cshtml will be rendered.
Thank you for your feedback.