What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

hello, I am adding sample product with image and variant and product is active but product is not se

Posts: 47 πŸ§‘πŸ»β€πŸš€ - Cadet
edited April 2021 in Help

hello, I am adding sample product with image and variant and product is active but product is not searchable and i m unable to show frontend plz help

Welcome!

It looks like you're new here. Sign in or register to get started.

Comments

  • Posts: 111 πŸ§‘πŸ»β€πŸš€ - Cadet

    There is a searchable flag on product variant. This one has to be checked as well in order for the product to be available for search, otherwise only direct link to the product will work.

  • Posts: 47 πŸ§‘πŸ»β€πŸš€ - Cadet

    where I can find that checkbox?

  • Posts: 111 πŸ§‘πŸ»β€πŸš€ - Cadet

    On β€œedit concrete product” page in zed

  • Posts: 47 πŸ§‘πŸ»β€πŸš€ - Cadet

    ok checking

  • Posts: 47 πŸ§‘πŸ»β€πŸš€ - Cadet

    it is searchable but unable to open product page

  • Posts: 111 πŸ§‘πŸ»β€πŸš€ - Cadet

    if this is checked and your product is still not searchable, then look at your queue if all the messages are processed or there are some errors

  • Posts: 47 πŸ§‘πŸ»β€πŸš€ - Cadet

    It is searchable I can see names when i search them but I am unable open product page

  • Posts: 111 πŸ§‘πŸ»β€πŸš€ - Cadet

    check the logs for errors then, or enable showing errors in yves to see which exception you get and why the pdp is not showing

  • Posts: 47 πŸ§‘πŸ»β€πŸš€ - Cadet

    ok

  • Posts: 111 πŸ§‘πŸ»β€πŸš€ - Cadet

    to see the exception stack trace in yves and not the html error page (fail whale) you need to set the error renderer to WebExceptionErrorRenderer
    you can do this in the config file for your environment:

    $config[ErrorHandlerConstants::ERROR_RENDERER] = \Spryker\Shared\ErrorHandler\ErrorRenderer\WebExceptionErrorRenderer::class;
    
  • Posts: 47 πŸ§‘πŸ»β€πŸš€ - Cadet

    how can I find direct product link ? I want to check is product valid or not

  • Posts: 111 πŸ§‘πŸ»β€πŸš€ - Cadet

    i think that by default the product url is built from product name and SKU

  • Posts: 47 πŸ§‘πŸ»β€πŸš€ - Cadet

    ok checking

  • Application Architect @ Spryker Sprykee Posts: 212 πŸ§‘πŸ»β€πŸš€ - Cadet

    also please check if the product is assigned to the store where you are looking

  • Posts: 47 πŸ§‘πŸ»β€πŸš€ - Cadet

    ok

Welcome!

It looks like you're new here. Sign in or register to get started.