Close

Profile: webproject

Avatar

User posts

Bugs
2 years ago

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

3 years ago

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


3 years ago

Hi,
I set the user to have permissions to "Manage Plugins" but don't see the Rich Blog tabs.
nopCommerce version 4.20

3 years ago

SDobrev wrote:
Hi,

The user should have "Manage Plugins" permission in order to see the Rich Blog tabs in the administration.


Hi,
I set the user to have permissions to "Manage Plugins" but don't see the Rich Blog tabs.
nopCommerce version 4.20

3 years ago

Hi,

i would like buy  the plugin, but my version is 3.80. Is it possible have it for this version?

4 years ago

Hi,
how show the language flags inline (no dropdown).
thanks

6 years ago

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

6 years ago

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

6 years ago

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