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..

Hey Guys, I am trying to build product slider from the “Abstract Product List” with “slider-not-incl

UPYRPCFD5
UPYRPCFD5 Posts: 10 🧑🏻‍🚀 - Cadet

Hey Guys, I am trying to build product slider from the “Abstract Product List” with “slider-not-include-group” as a template for the abstract product list, I do have the cms block which holds the abstract product list in the placeholder. But when I try to see on the Yves, I get following string. Could you please point me out where I am doing wrong? Thanks.

Comments

  • Looks like a parsing error, perhaps use of special quotes instead of the programming quotes.

  • Can you paste the raw html of what you edit in zed?

  • UPYRPCFD5
    UPYRPCFD5 Posts: 10 🧑🏻‍🚀 - Cadet

    Content Item Type: Abstract Product ListContent Item Key#: product-sliderName: Abstract Product SliderTemplate: Product category info no Product Groups

  • UPYRPCFD5
    UPYRPCFD5 Posts: 10 🧑🏻‍🚀 - Cadet

    Thats what I have in my placeholder

  • I think your computer is typing some fancy quotes instead of the ones you need.
    From your example: ’, ‘
    What the editor understands: ', '

    There's a slight difference to the human eye, but it's very important for the computer.

  • UPYRPCFD5
    UPYRPCFD5 Posts: 10 🧑🏻‍🚀 - Cadet

    Thanks for your suggestions, but I believe I got some other issue.

  • Stanislav Matveyev
    Stanislav Matveyev Application Architect @ Spryker Sprykee Posts: 212 🧑🏻‍🚀 - Cadet

    did you check expection.log? probably you found some bug

  • UPYRPCFD5
    UPYRPCFD5 Posts: 10 🧑🏻‍🚀 - Cadet

    I found some other bug, it was because of missing picture, it was throwing the error.

  • Stanislav Matveyev
    Stanislav Matveyev Application Architect @ Spryker Sprykee Posts: 212 🧑🏻‍🚀 - Cadet
    edited November 2019

    @UPYRPCFD5 We fixed one more bug related to this issue in https://github.com/spryker/product-storage/releases/tag/1.15.1

  • UPYRPCFD5
    UPYRPCFD5 Posts: 10 🧑🏻‍🚀 - Cadet

    @UKBTMFXMJ Thanks for the info. This will definitely help 🙂