Override action filter attribute

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 years ago
Hi,

How to override an action filter attribute, for example "CheckAccessPublicStoreAttribute". I need to have my custom class and the functions to be called whenever CheckAccessPublicStoreAttribute should be called.
3 years ago
NopCommerce team, i need your help please on this
3 years ago
You can't inherit from a sealed class, so no inheritance, no override. The override modifier is required to extend or modify the abstract or virtual implementation of an inherited method, property, indexer, or event. When applied to a class, the sealed modifier prevents other classes from inheriting from it

What are you trying to do ?
3 years ago
Hi,

I need to change the behavior of CheckAccessPublicStoreAttribute for all nopcommerce website
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.