NopCommerce 4.0 - Get storeScope from View page

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
How can I get storeScope from view page?
6 years ago
rajupaladiya wrote:
How can I get storeScope from view page?


How can I get storeScope In view page?
6 years ago
rajupaladiya wrote:
How can I get storeScope from view page?


Do you mean the locale resource string "Admin.Configuration.Settings.StoreScope" or IStoreContext ? Can you be more specific as in the type of the instance you are interested in?
6 years ago
seanrock wrote:


Do you mean the locale resource string "Admin.Configuration.Settings.StoreScope" or IStoreContext ? Can you be more specific as in the type of the instance you are interested in?


I mean storeScope like we using in plugin configure page

like

var storeScope = this.GetActiveStoreScopeConfiguration(_storeService, _workContext);
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.