Calling Developers!
We are reenergizing our code contribution process! Learn More

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

(Untitled)

Options
U04TG4PBDL1
U04TG4PBDL1 Posts: 49 πŸ§‘πŸ»β€πŸš€ - Cadet

Comments

  • sebastian.larisch
    sebastian.larisch Spryker Customer Posts: 143 πŸ§‘πŸ»β€πŸš€ - Cadet
    Options

    what is the error message telling you?

  • U04TG4PBDL1
    U04TG4PBDL1 Posts: 49 πŸ§‘πŸ»β€πŸš€ - Cadet
    Options

    "Class 'Generated\Shared\Transfer\RedisConfigurationTransfer' not found"

  • U04TG4PBDL1
    U04TG4PBDL1 Posts: 49 πŸ§‘πŸ»β€πŸš€ - Cadet
    Options

    there is no error in my code

  • sebastian.larisch
    sebastian.larisch Spryker Customer Posts: 143 πŸ§‘πŸ»β€πŸš€ - Cadet
    Options

    the screenshot you pasted is complaining about the namespace in your controller

  • U04TG4PBDL1
    U04TG4PBDL1 Posts: 49 πŸ§‘πŸ»β€πŸš€ - Cadet
    Options
  • sebastian.larisch
    sebastian.larisch Spryker Customer Posts: 143 πŸ§‘πŸ»β€πŸš€ - Cadet
    Options

    at first remove the blank line in line 1

  • U04TG4PBDL1
    U04TG4PBDL1 Posts: 49 πŸ§‘πŸ»β€πŸš€ - Cadet
    Options

    yes removed.but now its giving this below

  • U04TG4PBDL1
    U04TG4PBDL1 Posts: 49 πŸ§‘πŸ»β€πŸš€ - Cadet
    Options
  • sebastian.larisch
    sebastian.larisch Spryker Customer Posts: 143 πŸ§‘πŸ»β€πŸš€ - Cadet
    Options

    how does ur table class look like?

  • sebastian.larisch
    sebastian.larisch Spryker Customer Posts: 143 πŸ§‘πŸ»β€πŸš€ - Cadet
    Options

    u get same error when calling in zed?

  • U04TG4PBDL1
    U04TG4PBDL1 Posts: 49 πŸ§‘πŸ»β€πŸš€ - Cadet
    Options

    sorry issue is resolved. i have to run build command.

  • U04TG4PBDL1
    U04TG4PBDL1 Posts: 49 πŸ§‘πŸ»β€πŸš€ - Cadet
    Options

    Hi Sebastian, can u give me idea how to sort cart items in spryker in backoffice? can i do it directly in twig file or should i make use of controller?