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
The list of attributes shown in the backend config "Exclude child attributes" does not show all the available product attributes.
This is the default config for this setting:
However, when a custom config is set, overriding the default line above, visibility (among others) is then duplicated for Bundle and Configurable products.
The "Exclude child attributes" should prevent this, but as visibility is not one of the options in the list, it's not possible to add it back.
This results in certain Bundle/Configurable products being searchable, even when their visibility is set to "Catalog" as one or more child items has "Catalog, Search".
Environment
PHP Version: 8.1.29
Magento Version: 2.4.6-p8
Magento Enterprise: no
Tweakwise Export Version: v7.1.0
Magento Deploy Mode: production
Third party modules: n.a.
Steps to reproduce
Install Magento with the export module
Check the "Exclude child attributes" setting to see there's no visibility option
Select 1 or more attributes in "Exclude child attributes"
Export a configurable and/or bundle product with visibility "Catalog" that has 1 or more children with visibility "Catalog, Search" or "Search"
Validate the output xml and see multiple visibility options for the confgurable and/or bundle product
Actual result
All visibility options are exported on bundle/configurable products after customizing the "Exclude child attributes" config
Issue Brief
The list of attributes shown in the backend config "Exclude child attributes" does not show all the available product attributes.
This is the default config for this setting:
Magento2TweakwiseExport/etc/config.xml
Line 23 in 1eadf2e
However, when a custom config is set, overriding the default line above,
visibility
(among others) is then duplicated for Bundle and Configurable products.The "Exclude child attributes" should prevent this, but as
visibility
is not one of the options in the list, it's not possible to add it back.This results in certain Bundle/Configurable products being searchable, even when their visibility is set to "Catalog" as one or more child items has "Catalog, Search".
Environment
Steps to reproduce
visibility
optionvisibility
options for the confgurable and/or bundle productActual result
All visibility options are exported on bundle/configurable products after customizing the "Exclude child attributes" config
Expected result
The text was updated successfully, but these errors were encountered: