Configuration per store view?
fritzmg opened this issue · 1 comments
fritzmg commented
The README currently states "The price display settings are individual per currency and per store" - however in reality the settings can only be changed per website and not per store view.
I tried changing this in the system.xml
by changing showInStore="0"
to showInStore="1"
for all sections. However this doesn't actually work. Any idea why these settings are still not available per store view?
fritzmg commented
Never mind, it does work, just forgot to change it for the <section>
:)