Skip to content

2.6.5

Compare
Choose a tag to compare
@rbayet rbayet released this 18 Jan 11:14
· 59 commits to 2.6.x since this release
ba9b625

📦 Features

  • Thanks to https://github.com/rikwillems 👍 (#1255) it is now possible to search into the category products listing preview in admin. If you have a sizeable catalog, it is now easier to find that elusive new product 👻 hiding at the end of the list to assign him a top position.
    products_list_preview_search

This solves a very old feature request (#157).

  • Also in the category products listing preview, a new feature allows (#1247) to define product positions and blacklist at the store view level. If you operate a multiple store instance, the positions and blacklist already defined globally (on the "All Store Views" scope) will be inherited automatically by every store view. But it is now possible to change them on a per-store view basis.

When editing a category on the "All Store Views" scope, the interface is unchanged, except for the button allowing to reset all products positions and visible/blacklisted status and the newly introduced search ability.
store_level_merchandizer_all_store_views

The changes made on the "All Store Views" scope are considered the default products listing configuration.

When editing a category on a specific store view scope, it is still possible to preview that configuration, but you will not be able to alter as long as "Use default positions" is set to "Yes".
store_level_merchandizer

Switching "Use default positions" to "No" allows for the overriding of the positions and blacklist status for the selected store views :
store_level_merchandizer_store_override

Those store view level changes will be taken into account once the category is saved.

⚠️ When editing a category on a specific store view scope, you can finetune your store view level configuration by switching the Use default positions back and forth from No to Yes to compare it to the default configuration but saving the category when Use default positions is on Yes will delete your store view level configuration once and for all.

Bugfixes

  • A potential XSS vulnerability (#1211) has been fixed (#1271)