Yes,
In My Account -> Downlodable Products
Just download the Nop Ajax Filters, the link always points to the latest version.
Hi,
Thanks for specifying the date of the core!
I believe you do not have the latest version. You need a version, which is built after the 14.02.2012. Would you be able to download it again from your My Account section and let us know if you still have the problem or not? Also, just in case, please restart your web application after you replace your installation of the filters. Best way to do this is to modify the Global.asax file.
Thanks again and looking forward to your reply!
Hi,
Thank you for reporting this! We are going to investigate this and if confirmed to be a bug will let you know how to update your installation. We hope that this error would not impede you project development!
Thanks
Ok, we can see the overlap problem in IE 9.
Thanks for reporting this! We will look at it and will let you know how to fix it.
Hi,
In the CategoryTemplate.ProductsInGridOrLines.cshtml file you need to consider this code:
@*filtering*@
@if (Model.PagingFilteringContext.PriceRangeFilter.Enabled ||
Model.PagingFilteringContext.SpecificationFilter.Enabled)
{
<div class="product-filters">
<div class="filter-title">
<span>@T("Filtering.FilterResults")</span>
</div>
<div class="filter-item">
@Html.Partial("_FilterPriceBox", Model.PagingFilteringContext.PriceRangeFilter, new ViewDataDictionary())
</div>
<div class="filter-item">
@Html.Partial("_FilterSpecsBox", Model.PagingFilteringContext.SpecificationFilter, new ViewDataDictionary())
</div>
</div>
<div class="clear">
</div>
}
Hi Brad,
we have integrated the gift card functionality in our Nop Fashion Theme and uploaded a new version on the site. You can download the new version from your My Account section.
Thanks!
Hi Brad,
we will integrate it and will let you know as soon as it is done.