Magenerds / BasePrice

37 stars 38 forks source link

Baseprice Template problem #20

Open chequille opened 6 years ago

chequille commented 6 years ago

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