Override action filter attribute

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 3 ans
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.
Il y a 3 ans
NopCommerce team, i need your help please on this
Il y a 3 ans
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 ?
Il y a 3 ans
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.