Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: display offline products #1408

Merged
merged 3 commits into from
Apr 5, 2023
Merged

fix: display offline products #1408

merged 3 commits into from
Apr 5, 2023

Commits on Apr 5, 2023

  1. fix: adapt Products List component to not display failed products (#1408

    )
    
    * if a product REST call returns with an error (e.g. if the product is set to offline in ICM or if it does not exist at all) the product is marked as failed in the PWA state management
    * such failed products are now filtered and no longer rendered by the generic Products List component
    * the Product Tile and the Product Row component no longer render failed products as well
    * Products List component now maps the ProductContextDisplayProperties configuration as listItemConfiguration
    suschneider authored and shauke committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    5b888a5 View commit details
    Browse the repository at this point in the history
  2. fix: use ProductsListComponent for recently viewed items on PDP and r…

    …ecently viewed page (#1408)
    
    * by using the generic Products List component failed products are no longer rendered
    suschneider authored and shauke committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    930a44f View commit details
    Browse the repository at this point in the history
  3. fix: use ProductsListComponent for wishlist widget component (#1408)

    * by using the generic Products List component failed products are no longer rendered
    suschneider authored and shauke committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    de8b11b View commit details
    Browse the repository at this point in the history