Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Baseprice Template problem #20

Open
chequille opened this issue Nov 26, 2017 · 0 comments
Open

Baseprice Template problem #20

chequille opened this issue Nov 26, 2017 · 0 comments

Comments

@chequille
Copy link

Hi,
I found today, that any changes in the backend on the Base Price Template has no influence on the frontend.

This is because of the function in Data.php, where the template is read from the configuration.
$template = $this->scopeConfig->getValue(
'baseprice/general/template',
\Magento\Store\Model\ScopeInterface::SCOPE_STORE
);

I changed this to SCOPE_WEBSITE and than the value used is the one which I configured in the backend.
Any idea?
BR
Jürgen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant