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 "same" shipping cms page for every website, resulting in that the url-key e.g. shipping is used multiple times within the system
select for each website the corresponding shipping page (a bit hard as only the title is shown in the dropdown)
click on the shipping link within the after price text
Result:
a 404 error page is shown
Expected:
the shipping page is shown
Additionals:
the link generated in the after price block has an added '|<>' within the url as the identifier of the page is stored within the configuration value
the \Magento\Cms\Model\Config\Source\Page::toOptionArray method uses the collections toOptionIdArray() which itself adds the idfield to the value-attribute for the option as the identifier (url-key of the page) is used multiple times in \Magento\Cms\Model\ResourceModel\AbstractCollection::toOptionIdArray
The text was updated successfully, but these errors were encountered:
brosenberger
added a commit
to brosenberger/GermanLaw
that referenced
this issue
Jan 5, 2022
see issue Magenerds#42, fix for wrong identifier if multiple pages exist with the same identifier (url-key) as the ID will be added to the configured value
Setup:
Result:
Expected:
Additionals:
The text was updated successfully, but these errors were encountered: