Hi,
I have to make some changes to the current AssortmentNavigationProvider but I am facing some issues with internal methods - e.g.:
- UrlProviders.Handler.Initialize()
- eCommerce.Products.Product.CheckShowProductSettings(product)
- AssortmentPermission.HasAccessToProduct(product)
can these methods be made public so it will be easier to make a custom implementation?
And/or make some methods virtual in the AssortmentNavigationProvider?
- GetAssortmentsAllowedGroups
- GetAssortmentsDeniedGroups
- IsChildDeniedGroup
- GetChildDeniedGroups
Best regards, Anders