Close

Profile: jluis

Avatar

User posts

6 years ago

Thanks a lot! It's work fine.

6 years ago

I have the same issue, the link don't work.

10 years ago

Hi, i found a propblem when i want a show one ribbon with one product out of stock. When i track inventory simple work fine but when i track inventory by products attributes don't work.

The ribbon with out of stock must shown when all combinations of atributes has 0 stock but the ribbon not show.

Is possible update the plugin to allow this option?

Thanks in advance.

11 years ago

Thank you very much! Now it works perfect.

11 years ago

Hi, i have Nop Ajax Filter 2.3 but the filter not sort manufacturers by display order.

I have download and overwrite the lastest version of:

SevenSpikes.Nop.Core.dll (03/04/2012)
SevenSpikes.Nop.Framework.dll (03/04/2012)
SevenSpikes.Nop.Plugins.Core.dll (03/04/2012)
SevenSpikes.Nop.Services.dll (03/04/2012)

Then i restart website but still not working.

The strange thing is the manufacturers neither are sorted by id.

How can i sort manufacturers?

Thanks.

11 years ago

This is possible editing SpecificationFilter.cshtml and put in line 57

<li class="@specificationFilterItem.Name"> instead of <li>

Then, in css create a style with your color square and name it with the same name of your color attribute.

The css like this:

.White{
  background-repeat: no-repeat !important;
  background-position: left 3px !important;
        background-image: url(images/colors/white-square.jpg}


I make I have done so on this page:

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

I hope I've helped

Sorry for my english.

11 years ago

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.

11 years ago

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.

11 years ago

Hello, i purchased nop ajax filter 2.3 version.

I have installed correctly but when i filter by color, price or manufacturer then show only 4 products per page when i configured to display 12 products per page.

This is the page where you can see the problem:

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

Where can i change to show 12 products per page when i filtering products?

Other problem i have is all my products have a price without taxes but i have check to show products with tax. The price range filter show the prices without tax, and i need that prices show with tax in price range filter.

Thanks and sorry for my english

Mario.