General rules for using settings in nopCommerce are as follows:
1. If you have a single store (so you don't use a multistore feature), you can always inject settings by DI.
2. If you use a multistore feature, then getting settings depends on the place of use:
a) you can still inject settings ...

