Hi i have a problem with product sorting and pagination. In category page es:
https://www.sergiopesca.com/jerkbait
By default the sort order is "CreatedOn", as you can see from the dropdownlist.
If i move from another page with the pagination links the ordering is maintained, if i click the back button of the browser the ordering is lost and becomes "Position".
If i disable the Nop Ajax Filter plugin everything works correctly
Thank you for support.
Nopcommerce 3.90
Hi,
> Have you checked the Admin area. Manage Nop Rich Blog plugin as enabled for the user role in question?
I think so...
my setting in attach
Thanks
Hi,
I set the user to have permissions to "Manage Plugins" but don't see the Rich Blog tabs.
nopCommerce version 4.20
Hi,
i would like buy the plugin, but my version is 3.80. Is it possible have it for this version?
Hi,
how show the language flags inline (no dropdown).
thanks
Hi all. I would to integrate Nop JCarousel with a Customdatasource. I follow http://www.nop-templates.com/Help/NopJCarousel/Version_2_6/lessons/Integration.html
https://www.nop-templates.com/boards/topic/469/how-to-add-custom-data-source-type-to-nop-jcarousel
I created the "CustomCarousel" in admin but if insert
@Html.Action("JCarousel", "JCarousel", new { carouselName = "CustomCarousel", productModels = Model.Products }) or @Html.Action("JCarousel", "JCarousel", new { carouselName = "CustomCarousel" }) the server return error
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Thank you lot
Hi all, i would like use slider (as price range), for other attributes insted of checkboxes or dropdownlist. Is it possible? Thank you
Hi,
is possible to select the attributes to show in a category and exclude other?
Thank you all
Thank you,
i remove the lines in the costructor, an add
public IAddressAttributeParser AddressAttributeParser
{
get
{
if (_addressAttributeParser == null)
{
_addressAttributeParser = EngineContext.Current.Resolve<IAddressAttributeParser>();
}
return _addressAttributeParser;
}
}
public IAddressAttributeService AddressAttributeService
{
get
{
if (_addressAttributeService == null)
{
_addressAttributeService = EngineContext.Current.Resolve<IAddressAttributeService>();
}
return _addressAttributeService;
}
}
and now the problem has been solved