Close

Profile: Support

Avatar

User posts

12 years ago

jluis wrote:
Log returned the following error:

The model item passed into the dictionary is of type 'SevenSpikes.Nop.AjaxFilters.Models.ProductsModel', but this dictionary requires a model item of type 'Nop.Web.Models.Catalog.CategoryModel'.

Edited:

Ok, i found the error, file CategoryTemplate.ProductsInGridOrLines.cshtml in \Plugins\SevenSpikes.Nop.AjaxFilters\Views\Catalog7Spikes is missing. I download and put in this folder instead of Products.cshtml

Thanks.


Hi jluis,

Yes, this file is needed as we introduced it in the Ajax Filters 2.3 just before the 2.4 version was out, so you have probably used the old version where the view was called just Products. We changed this so that you can have different Category templates and have the filters work with all of them by just having a new view with the same name.

Please let us know if you have any other problems with the Filters.

Best Regards,
Nop-Templates Support Team

12 years ago

[email protected] wrote:
The error message came when I tried to install the sliders into the Compact Edition database.  I then tried to install on the SQL Server and it worked just fine.  Thanks for pointing that out.  v. 2.5.

Thanks!



Hi,

The problem is fixed now and the plugin can be installed into Compact Edition database without problems.

Thank you again for reporting this issue!

Best Regards,
Nop-Templates Support Team

12 years ago

[email protected] wrote:
Hi,

I click to install the Nop Anywhere Sliders from the Admin/Plugins page and it gives me the following message:

"The model backing the 'AnywhereSlidersObjectContext' context has changed since the database was created. Consider using Code First Migrations to update the database (http://go.microsoft.com/fwlink/?LinkId=238269)."

Any thoughts on how to proceed further?

Thanks!


Hi,

Thank you for reporting this issue.
Could you tell us where you are trying to install the Sliders - SQL Server or Compact Edition database? Which version of Sliders are you using?

Best Regards,
Nop-Templates Support Team

12 years ago

vedran wrote:
www.mushroomslook.com
ver 2.5
If I define a category to view, he again displayed on all pages


Hi verdan,

Please use Manual integration and not widget integration.
http://nop-templates.com/Help/NopAnywhereSliders/Version_2_5/lessons/Integration.html
Please read 2. Manual Integration to how to do this. If you want to show a slider on a specific category then you need to do Manual integration of the sliders by category - 2.2 Manual Integration by categoryId.

At the moment we can see that the Ajax Cart plugin is not enabled but we still don't see any Add to Cart button on your product pages. Have you done any modification. If you have don't any modification then you need to do Manual integration of the Ajax Cart too. The automatic integration work only for the DefaultDark orange theme without any modification. Could you explain why the Add to Cart button is not shown on your product and category pages i.e:
http://www.mushroomslook.com/p/148/boletus-edulis-var-fuscoruber
http://www.mushroomslook.com/c/1797/fibrillar-stalk-surface

Have you removed them? Note that the Ajax Add to cart would work only if the Add to Cart button is present.

Looking forward to your reply!

Best Regards,
Nop-Templates Support Team

12 years ago

jluis wrote:
I have download the lastest version, and replace my old dll with new dll, then modify global.asax to force load new assembly, but now the filters don't work. When click in any filter page seems filtering but nothing happens.

You can see the new problem here:

http://seraphita.fontventa.com/c/4/novedades

Thanks in advance.


Hi jluis,

It looks like some error occurs on the server and the error page is returned rather than the ajax filters results. Could you check in your Log and see what the error is. It would be best to send us an email with the error or to give us the login credentials to your web site, so that we can check what the problem is.

Best Regards,
Nop-Templates Support Team

12 years ago

vedran wrote:
How to put icons for the "Filter by" for example, red (red square)?


Could you elaborate more on your question?
If what you want is to change the checkbox images in the Ajax Filters then you need to change the image checkbox.gif file.
http://themes.fashion.nop-templates.com/Plugins/SevenSpikes.Nop.AjaxFilters/Themes/Fashion/images/checkbox.gif

Hope this helps!

12 years ago

vedran wrote:
Why is the nivo sliders on all pages on web site?
Why 3D slider does not take right place?
I want the different sliders on different pages and widgets place.

Chart does not working if enabled
- Enable Nop Ajax Cart on Catalog Pages
- Enable Nop Ajax Cart on Product Page

Maybe the remains of an old installation?


Hi Vedran,

Which version of the plugins do you use?
The Nivo sliders as well as any other sliders are shown on all pages if integrated as a widget. If you want to show a slider only on a specific page you need to integrate the sliders manually. Please read the sliders documentation and more specifically Sample #2:
http://nop-templates.com/Help/NopAnywhereSliders/Version_2_5/lessons/Working_with_Nop_Anywhere_Sliders.html

Could you provide a link to your website so that we can see what is wrong with the Ajax Cart?

Best Regards,
Nop-Templates.com Support Team

12 years ago

Hi,

We did have a look at you site. Let us first say that you have done an amazing job with styling the filters and they look really great.

The error you have described was a know issue in the early version of the Nop Ajax Filters that had been fixed. In order to integrate the fix you should download the latest Nop Ajax Filters from your My Account section and get the latest version for version 2.3.

The only thing that you should do is to replace the SevenSpikes.Nop.AjaxFilters.dll the ~\Plugins\SevenSpikes.Nop.AjaxFilters folder with the one from the latest package.

Then you should change the Globala.asax file (see this post) in order nopCommerce to clear its cache and load the new assembly.

The bug with the price range filters and taxes/discounts/etc. had been fixed in version 2.5. It is not present for version 2.3 unfortunately.

Hope that helps!

If you need any further information please do not hesitate to contact us.

Bugs
12 years ago

Hi,

We are glad you have fixed the problem.

If you have any other queries please do not hesitate to contact us.

12 years ago

Hi Rob,

As far as I understand you want to add the search box inside the menu. This might be not a good idea, because if you place it on the same line where the menu is and there are more categories that should be shown, the categories and the search box will overlap.
But if this is what you want, that is fine.

In order to do this you should add the

@Html.Action("CategoriesHeaderMenu", "CategoriesHeaderMenu") call in the _Root.cshtml view as this is the main layout that is applied to all pages. Then edit the ~\Plugins\SevenSpikes.Nop.Plugins.CategoriesHeaderMenu\Views\CategoriesHeaderMenu.cshtml

and add the @Html.Action("SearchBox", "Catalog") just after the closing tag of the unordered list (after "</ul>")

So after that you will need to edit the corresponding css styles in order to achieve the look and feel you want.

Hope that helps!

If you need any further information please do not hesitate to contact is again.