webguys-de / EasyTemplate

42 stars 13 forks source link

inherit easytemplates from default store view to specific store view #30

Closed gfobe closed 7 years ago

gfobe commented 8 years ago

At the moment the behaviour with Easytemplates on categories is, that when I configure some Easytemplate in default scope and then look in the frontend on store view scope, the Easytemplate contents are visible as espected.

After I opened the category in the backend on store view scope without any change, in the frontend a blank Easytemplate area will be shown (because nothing is configured on store view scope).

I think it's a better behaviour to only show the Easytemplate of store view scope when something is configured there. So we have the standard Magento behaviour with store view scope fallback on default scope.

gfobe commented 8 years ago

I added a better store view fallback. Now if you read category items with store view fallback you only get the store view collection if there is any not deactivated item.