You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: